summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-04This comment no longer applies.Andrew Bartlett1-1/+0
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-3/+11
2001-12-02added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau5-29/+143
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+2
2001-11-28add .po32 files to ignore listHerb Lewis1-1/+2
2001-11-27unable to open smbpasswd on initial create should only be a warningAndrew Tridgell1-1/+1
2001-11-26Ignore *.po files.Tim Potter1-0/+1
2001-11-25Don't close tdb twice.Volker Lendecke1-1/+0
2001-11-24added "net join" commandAndrew Tridgell1-3/+33
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-1/+1
2001-11-24Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett1-12/+0
2001-11-23Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau1-7/+32
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-5/+10
2001-11-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-11Remove built-in support for clear-text kerberos authentication.Andrew Bartlett1-123/+3
2001-11-09As pdb_ldap.c does not compile in HEAD anyway, a not-compiled mergeVolker Lendecke1-2/+6
2001-11-07Added debug in truncate, fixed warning with gcc3.Jeremy Allison1-2/+1
2001-11-07UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett1-2/+4
2001-11-04Fixup for accounts without a local /etc/passwd entry.Andrew Bartlett1-9/+5