summaryrefslogtreecommitdiff
path: root/source3/passdb/pdb_smbpasswd.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-12And finally IDMAP in 3_0Simo Sorce1-42/+17
2003-05-07Set our 'global sam name' in one place. For domain controllers, this isAndrew Bartlett1-1/+1
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+4
2003-04-28A new pdb_ldap!Andrew Bartlett1-2/+2
2003-04-15Use the new modules system for passdb (merge from HEAD)Jelmer Vernooij1-0/+7
2003-03-22Thanks to volker, merge passdb changes from HEAD:Andrew Bartlett1-70/+15
2002-11-08Merge from HEAD:Andrew Bartlett1-16/+24
2002-11-05Merge vl's 'algorithmic rid base' patch, and my changes to pdb_smbpasswd's NUAAndrew Bartlett1-20/+21
2002-11-02Merge passdb from HEAD -> 3.0Andrew Bartlett1-10/+61
2002-09-26sync with HEADGerald Carter1-31/+40
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+12
2002-08-17sync 3.0 branch with headJelmer Vernooij1-2/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-188/+84
2002-03-20Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett1-1/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce1-21/+18
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-0/+21
2002-03-06Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough1-1/+1
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+2
2002-01-25Passdb changes:Andrew Bartlett1-1/+4
2002-01-20This is another *BIG* change...Andrew Bartlett1-201/+331
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-3/+5
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-7/+7
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-42/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-10/+12
2001-12-06again an intrusive patch:Jean-François Micouleau1-15/+5
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-2/+1
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau1-3/+28
2001-11-27unable to open smbpasswd on initial create should only be a warningAndrew Tridgell1-1/+1
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+17
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-8/+8
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-42/+42
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