summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-10/+12
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 Potter1-2/+1
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-20This is another *BIG* change...Andrew Bartlett1-42/+38
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-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-4/+10
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett1-0/+15
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-50/+75
2002-01-12Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett1-798/+2
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 Bartlett1-186/+261
2001-12-31more irix -64 portability fixesAndrew Tridgell1-5/+6
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-8/+30
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-0/+29
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-52/+21
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-6/+20
2001-12-06again an intrusive patch:Jean-François Micouleau1-12/+4
2001-12-04added a boolean to the group mapping functions to specify if we need orJean-François Micouleau1-27/+19
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 Micouleau1-18/+72
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+2
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-11Minor updates. A small dose of const.Andrew Bartlett1-1/+1
2001-11-07UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett1-2/+4
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-10/+54
2001-10-30Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett1-20/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-82/+60
2001-10-29This commit is number 2 of 4.Andrew Bartlett1-4/+30
2001-10-29This commit is number 1 of 4.Andrew Bartlett1-23/+54
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison1-0/+10
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter1-0/+4
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison1-2/+2
2001-10-03set ACB_PWNOEXP by default on new accounts.Andrew Tridgell1-2/+2
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+5
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-5/+5
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett1-63/+110
2001-09-28How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett1-16/+12
2001-09-27Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison1-13/+13
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett1-35/+107
2001-09-26merge from 2.2Gerald Carter1-1/+1
2001-09-26Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett1-11/+26
2001-09-26We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett1-1/+1
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-158/+270