summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-1/+1
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-13/+11
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell1-4/+5
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-22/+12
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-09-06Started a cleanup of smbpasswd related stuff. I've created a new fileTim Potter1-6/+6
2001-08-23merge from 2.2Gerald Carter1-3/+14
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-3/+0
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-4/+4
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau1-104/+118
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-2/+0
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter1-73/+30
2001-04-18merge from 2.2Andrew Tridgell1-5/+1
2001-03-18fixed unused variableAndrew Tridgell1-1/+1
2001-03-11Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison1-5/+5
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+5
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter1-0/+1
2000-11-21Another large patch for the passdb rewrite.Gerald Carter1-7/+9
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-0/+1552