summaryrefslogtreecommitdiffstats
path: root/source/passdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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