Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
beb731d5
Commit
beb731d5
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5615
parent
67f9eaae
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
libraries/liblutil/getpeereid.c
+1
-0
1 addition, 0 deletions
libraries/liblutil/getpeereid.c
with
2 additions
and
0 deletions
CHANGES
+
1
−
0
View file @
beb731d5
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.11 Release (2008/07/13)
...
@@ -5,6 +5,7 @@ OpenLDAP 2.4.11 Release (2008/07/13)
Added libldap assertion control (ITS#5560)
Added libldap assertion control (ITS#5560)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed libldap GnuTLS SSF computation (ITS#5585)
Fixed libldap GnuTLS SSF computation (ITS#5585)
Fixed liblutil missing return code (ITS#5615)
Fixed slapd cert serial number parsing (ITS#5588)
Fixed slapd cert serial number parsing (ITS#5588)
Fixed slapd check for structural_class failures (ITS#5540)
Fixed slapd check for structural_class failures (ITS#5540)
Fixed slapd config backend renumbering (ITS#5571)
Fixed slapd config backend renumbering (ITS#5571)
...
...
This diff is collapsed.
Click to expand it.
libraries/liblutil/getpeereid.c
+
1
−
0
View file @
beb731d5
...
@@ -58,6 +58,7 @@ int lutil_getpeereid( int s, uid_t *euid, gid_t *egid
...
@@ -58,6 +58,7 @@ int lutil_getpeereid( int s, uid_t *euid, gid_t *egid
*
euid
=
ucred_geteuid
(
uc
);
*
euid
=
ucred_geteuid
(
uc
);
*
egid
=
ucred_getegid
(
uc
);
*
egid
=
ucred_getegid
(
uc
);
ucred_free
(
uc
);
ucred_free
(
uc
);
return
0
;
}
}
#elif defined( SO_PEERCRED )
#elif defined( SO_PEERCRED )
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment