summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leak in make_pdb_context_name()Tim Potter2002-04-041-17/+25
* Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison2002-04-021-0/+5
* Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison2002-03-271-12/+0
* Minor fixes:Andrew Bartlett2002-03-231-8/+13
* Don't leak memory on failure.Andrew Bartlett2002-03-211-1/+3
* Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2002-03-211-3/+3
* Make ldapsam compile again.Andrew Bartlett2002-03-201-20/+0
* Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett2002-03-201-1/+3
* second step to gain free uid<->rid mappingSimo Sorce2002-03-196-148/+117
* more verbose checking in talloc and util_pwSimo Sorce2002-03-182-39/+60
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-185-29/+179
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* I don't need my name on this twice :-)Andrew Bartlett2002-03-131-1/+0
* Remove a stub function I forgot to fill in.Jeremy Allison2002-03-131-6/+0
* Removed unused var.Jeremy Allison2002-03-121-1/+0
* Ensure, if we're a PDC or BDC, that the SID stored for the domain nameJeremy Allison2002-03-121-10/+70
* 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