summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett2002-01-301-10/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis2002-01-301-7/+10
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-13/+39
* local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett2002-01-261-5/+3
* This is another *BIG* change...Andrew Bartlett2002-01-201-42/+38
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-33/+0
* Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett2002-01-201-20/+40
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-4/+10
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-151-0/+15
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-50/+75
* Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2002-01-121-798/+2
* We should be SHLD not LINK when creating shared libraries.Jeremy Allison2002-01-021-2/+2
* We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett2002-01-021-12/+12
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-186/+261
* more irix -64 portability fixesAndrew Tridgell2001-12-311-5/+6
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-8/+30
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-0/+29
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-52/+21
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-6/+20
* again an intrusive patch:Jean-François Micouleau2001-12-061-12/+4
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-27/+19
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-3/+11
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-18/+72
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+2
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-241-12/+0
* Changed how the privileges are stored in the group mapping code. It's nowJean-François Micouleau2001-11-231-7/+32
* Minor updates. A small dose of const.Andrew Bartlett2001-11-111-1/+1
* UGLY HACK to get machines to join tdbsam domains again.Andrew Bartlett2001-11-071-2/+4
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-10/+54
* Fix up smbpasswd -e/-d so that it doesn't change the password under you anyAndrew Bartlett2001-10-301-20/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-82/+60
* This commit is number 2 of 4.Andrew Bartlett2001-10-291-4/+30
* This commit is number 1 of 4.Andrew Bartlett2001-10-291-23/+54
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-091-0/+10
* Added a comment about not changing the magic timestamp values withoutTim Potter2001-10-031-0/+4
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-031-2/+2
* set ACB_PWNOEXP by default on new accounts.Andrew Tridgell2001-10-031-2/+2
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-6/+5
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-011-5/+5
* This is the passdb section of the previously mentioned commit.Andrew Bartlett2001-09-291-63/+110
* How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett2001-09-281-16/+12
* Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison2001-09-271-13/+13
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-271-35/+107
* merge from 2.2Gerald Carter2001-09-261-1/+1
* Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett2001-09-261-11/+26
* We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett2001-09-261-1/+1
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-158/+270
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+5