openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nss-pam-ldapd
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Dec 09, 2024 — Dec 09, 2025
Showing page 64 of 71
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
get rid of more code that would check if the socket was changed from under us by our caller
Arthur de Jong
More...
almost 19 years ago
get rid of rebinding-on-fork() logic as our threading model is very predictable
Arthur de Jong
More...
almost 19 years ago
write a final result code of NSLCD_RESULT_NOTFOUND for netgroup lookups
Arthur de Jong
More...
almost 19 years ago
fix netgroup lookups so that _nss_ldap_getnetgrent_r() returns NSS_STATUS_RETURN if there are no more entries to return but there was a first entry
Arthur de Jong
More...
almost 19 years ago
change license from GNU Library General Public License v.2 to GNU Lesser General Public License v.2.1 with permission from Luke Howard
Arthur de Jong
More...
almost 19 years ago
use our own thread-local file pointer for doing requests instead of misusing the data field in the __netgrent struct
Arthur de Jong
More...
almost 19 years ago
add a provide line for libnss-ldap so we can seamlessly replace it (it should provide the same functionality)
Arthur de Jong
More...
almost 19 years ago
only modify nsswitch databases we support, leave everything else alone (e.g. automount)
Arthur de Jong
More...
almost 19 years ago
change description in init script
Arthur de Jong
More...
almost 19 years ago
if the string to write is NULL, write an empty string
Arthur de Jong
More...
almost 19 years ago
ensure that all arrays that are allocated in the buffer are now aligned to the pointer size
Arthur de Jong
More...
almost 19 years ago
extract some more common macros
Arthur de Jong
More...
almost 19 years ago
get rid of a few warnings
Arthur de Jong
More...
almost 19 years ago
update to newer version again (got lost in r205)
Arthur de Jong
More...
almost 19 years ago
get rid of debug() function and call log_log() instead
Arthur de Jong
More...
almost 19 years ago
do not allocate new memory with malloc() for each request with a string parameter but use a buffer allocated on the stack instead (this simplifies free()-ing the buffer(s) in case of problems)
Arthur de Jong
More...
almost 19 years ago
get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has_objectclass(), redo _nss_ldap_escape_string() with simpler logic and slightly different signature and redid layout of some code
Arthur de Jong
More...
almost 19 years ago
get files ready for 0.1 release
Arthur de Jong
More...
almost 19 years ago
fix name of configuration file and update date and version number
Arthur de Jong
More...
almost 19 years ago
remove last keyword and disable keyword expansion
Arthur de Jong
More...
almost 19 years ago
make list of source files a little clearer
Arthur de Jong
More...
almost 19 years ago
change reference to directory name
Arthur de Jong
More...
almost 19 years ago
rename server directory to nslcd
Arthur de Jong
More...
almost 19 years ago
add code for generating ChangeLog and add initial ChangeLog
Arthur de Jong
More...
almost 19 years ago
change trunk location in repository to match package name
Arthur de Jong
More...
almost 19 years ago
normalize copyright headers
Arthur de Jong
More...
almost 19 years ago
update copyright file with current copyright information
Arthur de Jong
More...
almost 19 years ago
properly capitalize company name
Arthur de Jong
More...
almost 19 years ago
fix wrapping
Arthur de Jong
More...
almost 19 years ago
integrate remaining parts in documentation
Arthur de Jong
More...
almost 19 years ago
←
1
2
…
60
61
62
63
64
65
66
67
68
69
70
71
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree