summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
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