index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
common.h
Age
Commit message (
Expand
)
Author
2013-08-21
Return partial shadow information to non-root users
Arthur de Jong
2013-07-26
Rename nscd_invalidate option to reconnect_invalidate
Arthur de Jong
2013-03-30
Handle user modification requests in nslcd
Arthur de Jong
2013-03-09
implement functionality to send a cache invalidation signal to nscd
Arthur de Jong
2013-03-09
move signame() function to common.c to make it available to all modules
Arthur de Jong
2013-03-01
move update_lastchange() function from shadow to pam code
Arthur de Jong
2013-02-08
implement a netgroup_all request
Arthur de Jong
2012-12-30
remove the ldc_ prefix from struct ldap_config fields
Arthur de Jong
2012-12-24
more comment fixes
Arthur de Jong
2012-12-23
move the action argument to NSLCD_HANDLE to the front
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2012-11-25
move all nsswitch-parsing related functions to nsswitch.c
Arthur de Jong
2012-07-21
only inlude stdint.h if we have it
Arthur de Jong
2012-07-21
add missing includes to ensure all types are defined in header
Arthur de Jong
2012-07-08
implement a pam_password_prohibit_message nslcd.conf option to deny password ...
Arthur de Jong
2012-03-13
make whether or not to do case-sensitive filtering configurable (patch by Mat...
Arthur de Jong
2012-03-10
add missing include for _POSIX_HOST_NAME_MAX (thanks Mel Flynn)
Arthur de Jong
2011-09-09
make validation log messages consistent
Arthur de Jong
2011-08-29
implement and use a strtoui() function if uid_t or gid_t is of size unsigned ...
Arthur de Jong
2011-08-27
provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...
Arthur de Jong
2011-08-05
check whether the NSS shadow map queries LDAP before returning x as a passwor...
Arthur de Jong
2011-04-30
check shadow properties (similarly to what pam_unix does) in the PAM handling...
Arthur de Jong
2011-04-15
support using the objectSid attribute to provide numeric user and group ids, ...
Arthur de Jong
2011-03-12
put all HOST_NAME_MAX fallbacks in common.h and fall back to _POSIX_HOST_NAME...
Arthur de Jong
2011-03-11
move HOST_NAME_MAX fallback definition to header file
Arthur de Jong
2011-03-10
update copyright headers to add missing years
Arthur de Jong
2011-01-29
implement a fqdn variable that can be used inside pam_authz_search filters
Arthur de Jong
2010-12-28
allow attribute mapping with an expression for the userPassword attribute for...
Arthur de Jong
2010-12-26
try to update the shadowLastChange attribute of a user on password change (th...
Arthur de Jong
2010-11-17
return correct PAM status code for when LDAP server is unavailable (based on ...
Arthur de Jong
2010-11-07
log the request with any logged messages
Arthur de Jong
2010-11-04
avoid unneeded strdup()s by using a passed buffer to lookup_dn2uid() and usin...
Arthur de Jong
2010-09-05
implement a rootpwmodpw option that allows root users to change user password...
Arthur de Jong
2010-06-14
make include guard names consistent throughout the source and avoid conflicts...
Arthur de Jong
2010-05-13
make logging of buffer checks consistent
Arthur de Jong
2010-04-13
also have myldap_search() return an LDAP status code
Arthur de Jong
2009-10-11
make NSLCD_HANDLE_PARAMS() macro simpler and not have empty argument
Arthur de Jong
2009-09-27
log reading and writing errors with errno message
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-08-12
don't return password hashes at all for non-root users, based on a patch by A...
Arthur de Jong
2009-06-03
import preliminary version of PAM functionality into nslcd
Arthur de Jong
2009-06-03
make lookup_dn2uid() available to other modules and split uid2dn() into uid2e...
Arthur de Jong
2009-05-29
refactor protocol reading and writing macros to the common directory, use mor...
Arthur de Jong
2009-05-24
initialise database modules only once after parsing config
Arthur de Jong
2009-05-24
support multiple search bases, partially based on a patch by Leigh Wedding <l...
Arthur de Jong
2008-06-13
combine isvalidusername() and isvalidgroupname() into isvalidname() because t...
Arthur de Jong
2008-04-20
add checks for valid user and group names in incoming requests and for data r...
Arthur de Jong
2008-04-06
return values of dn2uid() and uid2dn() should always be used
Arthur de Jong
2008-04-05
fix member->group searches by also searching for DN in uniqueMember attribute
Arthur de Jong
2008-02-02
implement a dn2uid() function to transform a DN into a username (looking insi...
Arthur de Jong
[next]