summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1511-858/+1226
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-07-143-0/+506
|\
| * Fix up a botched prevoius commit.Andrew Bartlett2002-07-141-11/+10
| * Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett2002-07-131-7/+4
| * If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett2002-07-101-6/+6
| * Fix debug comment.Andrew Bartlett2002-07-051-1/+1
| * Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett2002-07-033-191/+104
| * Fix the spelling in the LDAP attributesAndrew Bartlett2002-07-031-2/+2
| * used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+1
| * Another bug fix from metze.Andrew Bartlett2002-06-261-1/+1
| * Add module versioning to the passdb module systemAndrew Bartlett2002-06-222-2/+18
| * compile warngin fixes merged from 2.2Gerald Carter2002-06-171-1/+1
| * Rework much of the service.c code:Andrew Bartlett2002-06-151-2/+2
| * moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-2/+2
| * Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett2002-06-141-0/+4
| * Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett2002-06-141-48/+7
| * It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2002-06-142-12/+20
| * Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett2002-06-141-19/+20
| * 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
* | merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-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