summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-02-01update from 2.2Simo Sorce1-2/+3
2002-01-30Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett1-10/+9
2002-01-30Removed version number from file header.Tim Potter10-18/+13
2002-01-30merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis1-7/+10
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-13/+39
2002-01-26local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett1-5/+3
2002-01-26fix typoAndrew Bartlett1-1/+1
2002-01-26Add some information tidbits to an error DEBUG().Andrew Bartlett1-1/+1
2002-01-25Passdb changes:Andrew Bartlett3-11/+30
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett3-4/+11
2002-01-21getpwnam_alloc -> getpwnamSimo Sorce1-9/+8
2002-01-21hmm, get it right this time.Simo Sorce1-1/+1
2002-01-21fix also the comment.Simo Sorce1-2/+5
2002-01-21replace getpwnam_alloc with plain getpwnam.Simo Sorce1-2/+1
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-2/+3
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127
2002-01-20This is another *BIG* change...Andrew Bartlett6-439/+992
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-33/+0
2002-01-20Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett1-20/+40
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-6/+6
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett4-12/+27
2002-01-15For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett1-0/+72
2002-01-15Add constness to parametersMartin Pool1-1/+1
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett2-0/+16
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett3-114/+161
2002-01-12Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2-798/+825
2002-01-09Fixed up atomic update code.Jeremy Allison1-1/+1
2002-01-02fixing compile errorGerald Carter1-4/+4
2002-01-02We should be SHLD not LINK when creating shared libraries.Jeremy Allison1-2/+2
2002-01-02We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett1-12/+12
2002-01-02Actually enforce the passdb API.Andrew Bartlett4-189/+264
2001-12-31ops, froget to set the values.Simo Sorce1-1/+7
2001-12-31port mods from 2.2Simo Sorce1-3/+36
2001-12-31more irix -64 portability fixesAndrew Tridgell1-5/+6
2001-12-31Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett1-4/+4
2001-12-31removed extern samlogon_userGerald Carter1-6/+0
2001-12-31remove samlogon_userGerald Carter1-10/+1
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter4-143/+239
2001-12-30util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2-23/+48
2001-12-30Finally remove these files, which moved (by cvs backend magic) to source/authAndrew Bartlett2-1668/+0
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter5-156/+29
2001-12-28removed unused filesGerald Carter4-2320/+0
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter5-73/+45
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-6/+20
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-0/+41
2001-12-06again an intrusive patch:Jean-François Micouleau5-45/+10
2001-12-05Add a couple of extra debugs for the secrets.tdb stuffAndrew Bartlett1-2/+8
2001-12-05auto-init secrets.tdbAndrew Tridgell1-0/+5
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau5-35/+23