summaryrefslogtreecommitdiffstats
path: root/source/passdb/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* A couple of malloc fail catches.Jeremy Allison1999-02-031-0/+5
* acconfig.h configure configure.in include/config.h.in: Added krb5 libs code b...Jeremy Allison1998-12-161-0/+15
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-5/+5
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-211-0/+6
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-1/+1
* 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