summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* Debug fixes from ctrlsoftAndrew Bartlett2002-06-141-2/+2
* Convenience function to allow a SID to be specified as a string.Andrew Bartlett2002-06-141-3/+46
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-143-30/+43
* Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett2002-06-141-2/+2
* Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett2002-06-137-84/+136
* Fix commentAndrew Bartlett2002-06-071-1/+1
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-073-36/+50
* Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett2002-06-071-0/+280
* 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