summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-04-08Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett1-36/+70
2002-04-05Fixed up admin user / guest user lookup.Jeremy Allison1-5/+8
2002-04-04Fixed memory leak in make_pdb_context_name()Tim Potter1-17/+25
2002-04-02Fix from Stefan "metze" Metzmacher <metze@metzemix.de> to prevent usJeremy Allison1-0/+5
2002-03-27Removed HAVE_LIBDL from most places (except system.c). Added checks forJeremy Allison1-12/+0
2002-03-23Minor fixes:Andrew Bartlett1-8/+13
2002-03-21Don't leak memory on failure.Andrew Bartlett1-1/+3
2002-03-21Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett1-3/+3
2002-03-20Make ldapsam compile again.Andrew Bartlett1-20/+0
2002-03-20Allow a zero rid in pdb_smbpasswd. When given a zero rid the pdb backendAndrew Bartlett1-1/+3
2002-03-19second step to gain free uid<->rid mappingSimo Sorce6-148/+117
2002-03-18more verbose checking in talloc and util_pwSimo Sorce2-39/+60
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce5-29/+179
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-13I don't need my name on this twice :-)Andrew Bartlett1-1/+0
2002-03-13Remove a stub function I forgot to fill in.Jeremy Allison1-6/+0
2002-03-12Removed unused var.Jeremy Allison1-1/+0
2002-03-12Ensure, if we're a PDC or BDC, that the SID stored for the domain nameJeremy Allison1-10/+70
2002-03-10rewrote the machine sid storage code to store the SID in secrets.tdbAndrew Tridgell1-208/+63
2002-03-10make sure we use consistent keys in secrets.tdb by uppercasing domainAndrew Tridgell1-0/+4
2002-03-07Compile fixes for the pdb nisplus module.Tim Potter1-17/+27
2002-03-06Fix SIGSEGV on error message when trying to add a user to smbpasswd file with...Jim McDonough1-1/+1
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett7-281/+692
2002-03-02Fix up the trusted domains secrets code so as to have a slight chance ofAndrew Bartlett1-12/+10
2002-03-01merge from 2.2Gerald Carter1-2/+7
2002-03-01The beginning of trusted and trusting domain support fromAndrew Bartlett1-3/+89
2002-02-22made the domain secret key in secrets.tdb domain specific. This allowsAndrew Tridgell1-2/+14
2002-02-22Add the pdb_plugin module from Jelmer Vernooij <jelmer@nl.linux.org>.Andrew Bartlett2-3/+76
2002-02-01update from 2.2Simo Sorce1-2/+3
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 Potter10-18/+13
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-26fix typoAndrew Bartlett1-1/+1
2002-01-26Add some information tidbits to an error DEBUG().Andrew Bartlett1-1/+1
2002-01-25Passdb changes:Andrew Bartlett3-11/+30
2002-01-23getpwnam -> getpwnam_alloc.Andrew Bartlett3-4/+11
2002-01-21getpwnam_alloc -> getpwnamSimo Sorce1-9/+8
2002-01-21hmm, get it right this time.Simo Sorce1-1/+1
2002-01-21fix also the comment.Simo Sorce1-2/+5
2002-01-21replace getpwnam_alloc with plain getpwnam.Simo Sorce1-2/+1
2002-01-21getpwnam -> getpwnam_allocAndrew Bartlett1-2/+3
2002-01-20Inititialise the gid to what standard_sub_advanced wants for 'no value'.Andrew Bartlett1-1/+1
2002-01-20fixes from 2.2Simo Sorce1-93/+127
2002-01-20This is another *BIG* change...Andrew Bartlett6-439/+992
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-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