summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bzero -> memset. No binary change.mmcc2015-12-241-3/+3
* eliminate the use of a gcc C extension (conditionals with omitteddaniel2014-09-211-7/+7
* Unbreak simple passwords with SHA and salted SHA hashes. Revision 1.7martinh2010-12-171-11/+15
* Remember the bind DN after BSD authentication. This makes access controlmartinh2010-10-191-6/+20
* Implement support for bsdauth authentication via simple binds, not onlymartinh2010-09-201-45/+60
* Move generic imsg/libevent glue to a separate file.martinh2010-09-011-3/+2
* Add a global root user that is allowed to read/write entries in all localmartinh2010-06-301-6/+17
* Add support for referrals. Referrals are configured in the config file,martinh2010-06-291-2/+4
* Set errno to appropriate values when returning failure in btree. Make btreemartinh2010-06-231-4/+3
* Make modify and simple auth requests open their own transactions, as searchmartinh2010-06-151-3/+12
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+372