summaryrefslogtreecommitdiffstats
path: root/source3/passdb
Commit message (Expand)AuthorAgeFilesLines
* Don't accidenity mess with the wrong domain's sids.Andrew Bartlett2002-07-311-2/+2
* fixed multi-line strings for portabilityAndrew Tridgell2002-07-311-2/+2
* Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough2002-07-301-0/+32
* Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2002-07-301-40/+53
* These are not critical errors, they should not be a level 0.Andrew Bartlett2002-07-301-3/+3
* found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce2002-07-281-1/+1
* Update the rebind code in pdb_ldap.Andrew Bartlett2002-07-271-34/+114
* fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter2002-07-261-2/+7
* (another patch from mimir)Andrew Bartlett2002-07-261-2/+17
* Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-1/+1
* Clarify this comment.Andrew Bartlett2002-07-261-0/+3
* Actually check the return value of the account_policy_get() call.Andrew Bartlett2002-07-241-5/+4
* Name get and set dir drive functions consistently.Tim Potter2002-07-214-10/+11
* More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett2002-07-211-0/+3
* More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-201-1/+1
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-143-13/+13
* 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