summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell2002-03-101-208/+63
* make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell2002-03-101-0/+4
* Compile fixes for the pdb nisplus module.Tim Potter2002-03-071-17/+27
* Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough2002-03-061-1/+1
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-027-281/+692
* Fix up the trusted domains secrets code so as to have a slight chance ofAndrew Bartlett2002-03-021-12/+10
* merge from 2.2Gerald Carter2002-03-011-2/+7
* The beginning of trusted and trusting domain support fromAndrew Bartlett2002-03-011-3/+89
* made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell2002-02-221-2/+14
* Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2002-02-222-3/+76
* update from 2.2Simo Sorce2002-02-011-2/+3
* 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-3010-18/+13
* 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
* fix typoAndrew Bartlett2002-01-261-1/+1
* Add some information tidbits to an error DEBUG().Andrew Bartlett2002-01-261-1/+1
* Passdb changes:Andrew Bartlett2002-01-253-11/+30
* getpwnam -> getpwnam_alloc.Andrew Bartlett2002-01-233-4/+11
* getpwnam_alloc -> getpwnamSimo Sorce2002-01-211-9/+8
* hmm, get it right this time.Simo Sorce2002-01-211-1/+1
* fix also the comment.Simo Sorce2002-01-211-2/+5
* replace getpwnam_alloc with plain getpwnam.Simo Sorce2002-01-211-2/+1
* getpwnam -> getpwnam_allocAndrew Bartlett2002-01-211-2/+3
* Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett2002-01-201-1/+1
* fixes from 2.2Simo Sorce2002-01-201-93/+127
* This is another *BIG* change...Andrew Bartlett2002-01-206-439/+992
* 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
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-6/+6
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-174-12/+27
* For some reason I wasn't thinking about failure cases this morning...Andrew Bartlett2002-01-151-0/+72
* Add constness to parametersMartin Pool2002-01-151-1/+1
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-152-0/+16
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-153-114/+161
* Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2002-01-122-798/+825
* Fixed up atomic update code.Jeremy Allison2002-01-091-1/+1
* fixing compile errorGerald Carter2002-01-021-4/+4
* 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-024-189/+264
* ops, froget to set the values.Simo Sorce2001-12-311-1/+7
* port mods from 2.2Simo Sorce2001-12-311-3/+36
* more irix -64 portability fixesAndrew Tridgell2001-12-311-5/+6
* Make --with-tdbsam compile again, given the new 'am I setting a default' flags.Andrew Bartlett2001-12-311-4/+4
* removed extern samlogon_userGerald Carter2001-12-311-6/+0
* remove samlogon_userGerald Carter2001-12-311-10/+1
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-314-143/+239
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-302-23/+48