summaryrefslogtreecommitdiffstats
path: root/source/passdb/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-5/+5
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-4/+4
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-6/+6
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-1/+1
* removed "default" system for password database api: all functions mustLuke Leighton1998-05-191-7/+28
* ldap.c :Luke Leighton1998-05-191-15/+19
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-10/+61
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-1/+1
* creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1998-05-181-13/+4
* no include headers in ldap.c.Luke Leighton1998-05-181-0/+3
* resolving compilation errorsLuke Leighton1998-05-181-1/+3
* received update from jean francois for ldap.c: he is doing add / modLuke Leighton1998-05-181-71/+424
* Makefile:Luke Leighton1998-05-181-9/+38
* - removed ldap_get_trust()Luke Leighton1998-05-121-101/+74
* This is a security audit change of the main source.Jeremy Allison1998-05-121-6/+6
* password back-end database supportLuke Leighton1998-05-111-3/+28
* ldap back-end database developmentLuke Leighton1998-05-111-175/+159
* renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1998-05-081-11/+10
* added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1998-05-071-10/+65
* remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1998-05-071-145/+97
* moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1998-05-071-28/+0
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-1/+21
* jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1998-05-061-0/+563