summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-267-14/+49
* Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett2002-05-251-3/+14
* Remove unused variable, fix functions to match prototypes in the variousAndrew Bartlett2002-05-251-6/+5
* Some of the updates from ctrlsoft's 'Various' patch:Andrew Bartlett2002-05-241-17/+18
* Make function match the defintion require for assignment as a functionAndrew Bartlett2002-05-241-1/+1
* Looks like abartlet got a bit overexcited about using const...Jim McDonough2002-05-231-1/+1
* Updates for sane storage of ldap root DN passwords (tested, with upgradeAndrew Bartlett2002-05-222-44/+120
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-1810-2/+48
* Remove const from some functions to match the changed prototype in aAndrew Bartlett2002-05-182-10/+8
* Passdb:Andrew Bartlett2002-05-182-44/+29
* A few things in this commit:Andrew Bartlett2002-05-187-267/+465
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-3/+3
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-13/+34
* Spelling fixes from vanceAndrew Bartlett2002-04-231-6/+6
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-141-9/+127
* Fix the compile-bug in pdb_ldap from my last patch.Andrew Bartlett2002-04-131-4/+4
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-135-78/+67
* This is the 'multiple pdb backends' patch from ctrlsoft, aka Jelmer VernooijAndrew Bartlett2002-04-134-153/+251
* Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett2002-04-111-135/+130
* Fix up major logic reversal flaws in pdb_ldap.Andrew Bartlett2002-04-081-36/+70
* Fixed up admin user / guest user lookup.Jeremy Allison2002-04-051-5/+8
* 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