summaryrefslogtreecommitdiff
path: root/source3/passdb/ldap.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-2/+4
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-7/+12
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-2/+2
2001-03-02Merged JF's fixes into HEAD. These are for string parsing and SAMR fixes.Jeremy Allison1-2/+2
2000-02-25client/client.c:Jeremy Allison1-0/+6
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-346/+814
1999-03-25SAM database "set user info".Luke Leighton1-2/+2
1999-01-15Finally committing my LDAP changes.Matthew Chapman1-23/+100
1998-12-08ldap_getpw() also needs to be (void)Luke Leighton1-3/+2
1998-12-08compilation warnings due to missing (void) in ldap_close_connection.Luke Leighton1-2/+6
1998-12-07matthew chapman's ldap code, to date. plus docs!Luke Leighton1-815/+287
1998-11-29weekend work. user / group database API.Luke Leighton1-5/+5
1998-11-24initialise not initialize...Luke Leighton1-1/+1
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-18/+18
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1-0/+6
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+1
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-1/+1
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-1/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-5/+5
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-4/+4
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-6/+6
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-1/+1
1998-05-19removed "default" system for password database api: all functions mustLuke Leighton1-7/+28
1998-05-19ldap.c :Luke Leighton1-15/+19
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-10/+61
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-1/+1
1998-05-18creating and using some pdb_init_(sam/smb) routines. putting ldap headersLuke Leighton1-13/+4
1998-05-18no include headers in ldap.c.Luke Leighton1-0/+3
1998-05-18resolving compilation errorsLuke Leighton1-1/+3
1998-05-18received update from jean francois for ldap.c: he is doing add / modLuke Leighton1-71/+424
1998-05-18Makefile:Luke Leighton1-9/+38
1998-05-12- removed ldap_get_trust()Luke Leighton1-101/+74
1998-05-12This is a security audit change of the main source.Jeremy Allison1-6/+6
1998-05-11password back-end database supportLuke Leighton1-3/+28
1998-05-11ldap back-end database developmentLuke Leighton1-175/+159
1998-05-08renamed last_change_time to pass_must_change_time. removed "if (bool==True)"Luke Leighton1-11/+10
1998-05-07added first pass at start/get/end-ldappwent functions. unfortunately, lotsLuke Leighton1-10/+65
1998-05-07remove unused ldap functions: add stub start/get/endldappwent routines.Luke Leighton1-145/+97
1998-05-07moving gethexpwd into util.c, because it's used in both smbpass.c and ldap.cLuke Leighton1-28/+0
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-1/+21
1998-05-06jean-francois micouleau's well-alpha code for ldap password database stuff!Luke Leighton1-0/+563