summaryrefslogtreecommitdiff
path: root/source3/passdb
AgeCommit message (Expand)AuthorFilesLines
2002-08-17Quick hack to get around the inadequacy of pdb_smbpasswd. This should make theAndrew Bartlett1-1/+1
2002-08-17Rework the 'guest account get's RID 501' code again...Andrew Bartlett2-46/+57
2002-08-16Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.Andrew Bartlett1-6/+20
2002-08-12Update secrets_fetch_domain_guid to generate and store it if it doesn't exist.Jim McDonough1-2/+11
2002-08-07Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett5-7/+7
2002-08-06Try to bind with LDAPv3 if possible.Andrew Bartlett1-7/+19
2002-08-05I must have missed this when I was adding 'const' to these earlier...Andrew Bartlett1-1/+1
2002-08-05Try to make this easier to debug - display the username that failed.Andrew Bartlett1-1/+1
2002-07-31Don't accidenity mess with the wrong domain's sids.Andrew Bartlett1-2/+2
2002-07-31fixed multi-line strings for portabilityAndrew Tridgell1-2/+2
2002-07-30Add LSA RPC 0x2E, lsa_query_info2. Only level implemented is 0x0c, whichJim McDonough1-0/+32
2002-07-30Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett1-40/+53
2002-07-30These are not critical errors, they should not be a level 0.Andrew Bartlett1-3/+3
2002-07-28found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul...Simo Sorce1-1/+1
2002-07-27Update the rebind code in pdb_ldap.Andrew Bartlett1-34/+114
2002-07-26fix parameters for ldap_set_rebind_proc() from OpenLDAP 2.1Gerald Carter1-2/+7
2002-07-26(another patch from mimir)Andrew Bartlett1-2/+17
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-1/+1
2002-07-26Clarify this comment.Andrew Bartlett1-0/+3
2002-07-24Actually check the return value of the account_policy_get() call.Andrew Bartlett1-5/+4
2002-07-21Name get and set dir drive functions consistently.Tim Potter4-10/+11
2002-07-21More cleanups, and add a comment/hint not to clean somthing up in future :-)Andrew Bartlett1-0/+3
2002-07-20More fixes towards warnings on the IRIX compilerAndrew Bartlett1-1/+1
2002-07-14addedd new (t)alloc_sub_* functionsSimo Sorce3-13/+13
2002-07-14Fix up a botched prevoius commit.Andrew Bartlett1-11/+10
2002-07-13Make smbpasswd behave like all the other backends, where a NULL or invalidAndrew Bartlett1-7/+4
2002-07-10If we get a SID from group mapping, no need to check it's prefix.Andrew Bartlett1-6/+6
2002-07-05Fix debug comment.Andrew Bartlett1-1/+1
2002-07-03Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett3-191/+104
2002-07-03Fix the spelling in the LDAP attributesAndrew Bartlett1-2/+2
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-26Another bug fix from metze.Andrew Bartlett1-1/+1
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett2-2/+18
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-1/+1
2002-06-15Rework much of the service.c code:Andrew Bartlett1-2/+2
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-2/+2
2002-06-14Allow non unix accounts to be added to an ldap directory without NUA accountsAndrew Bartlett1-0/+4
2002-06-14Patch from ctrlsoft to use the pdb_sethexpwd function in smbpasswd - insteadAndrew Bartlett1-48/+7
2002-06-14It looks like we never tested the 'cleanup' code, so when I triggered itAndrew Bartlett2-12/+20
2002-06-14Some updates from ctrlsoft <jelmer@nl.linux.org> to return failure if *any* ofAndrew Bartlett1-19/+20
2002-06-14Debug fixes from ctrlsoftAndrew Bartlett1-2/+2
2002-06-14Convenience function to allow a SID to be specified as a string.Andrew Bartlett1-3/+46
2002-06-14Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett3-30/+43
2002-06-14Add const, kill of useless casts and therefore eliminate warnings.Andrew Bartlett1-2/+2
2002-06-13Latest patch from metze <metze@metzemix.de> to move most of samba acrossAndrew Bartlett7-84/+136
2002-06-07Fix commentAndrew Bartlett1-1/+1
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett3-36/+50
2002-06-07Move the code from lib/util_sid.c that deals with the global_sam_sid intoAndrew Bartlett1-0/+280
2002-05-26change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce7-14/+49
2002-05-25Only reterive the attributes we are actually going to use - rather thanAndrew Bartlett1-3/+14