summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* port fixes from 3.0Simo Sorce2003-05-181-8/+2
* Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter2003-05-161-0/+8
* spellingTim Potter2003-05-141-2/+2
* shouldn't wellknown group be well.. ..WKN_GRP ?Simo Sorce2003-05-021-2/+1
* proper wellknown sids initialization at startupSimo Sorce2003-05-011-3/+3
* *id_to_*id call reshape to return NTSTATUS errorsSimo Sorce2003-05-011-5/+3
* correctly initiazlize idmap tdb when creationg newSimo Sorce2003-04-301-53/+0
* This is a nice rewrite:Simo Sorce2003-04-291-7/+3
* Some passdb backends really don't like having no primary group - so alwaysAndrew Bartlett2003-04-291-34/+25
* Merge 3.0's change to how we add users onto HEAD, including a few other bitsAndrew Bartlett2003-04-291-25/+36
* ok next_rid out as well local_*id_to*id functionsSimo Sorce2003-04-291-296/+52
* new helper functions to create usersSimo Sorce2003-04-281-1/+154
* Adjust comment to respect change to no longer use unixsam by default...Andrew Bartlett2003-04-161-3/+2
* Fix comment - the other bits of code don't call this any more.Andrew Bartlett2003-02-221-4/+1
* Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-221-3/+3
* We already have one function to move unistr2 -> multibyte-static, so weAndrew Bartlett2003-01-021-19/+0
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-8/+6
* when doing a 'net rpc vampire' a pdb_init_sam_pw() is used to create aAndrew Tridgell2002-11-071-0/+3
* Extra little fix to vl's patch. Make sure the passdb and testparm messagesAndrew Bartlett2002-11-031-3/+5
* Force algorithmic rid base to sane values and talk about it.Volker Lendecke2002-11-031-4/+25
* This moves the group mapping API into the passdb backend.Volker Lendecke2002-10-211-7/+7
* Revert changesVolker Lendecke2002-10-171-1/+1
* Create group mappings on the fly.Volker Lendecke2002-10-161-1/+1
* Nice *big* patch from metze.Andrew Bartlett2002-10-121-28/+27
* Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> to do a *much*Andrew Bartlett2002-09-261-1/+1
* Whenever we deal with adding machine/trusted domain accounts, always reset theAndrew Bartlett2002-09-251-20/+23
* This patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> cleans upAndrew Bartlett2002-09-251-1/+10
* Set default ACB attributes on 'unixsam' accounts. This means that machineAndrew Bartlett2002-09-041-0/+9
* Use the 'init' flag to determine if the UID is set, rather than testing theAndrew Bartlett2002-08-211-2/+5
* Rework the 'guest account get's RID 501' code again...Andrew Bartlett2002-08-171-39/+37
* Make the 'guest account' always have a RID of DOMAIN_USER_RID_GUEST.Andrew Bartlett2002-08-161-6/+20
* Add const to a pile of const to *DOM_SID paramaters.Andrew Bartlett2002-08-071-2/+2
* Don't accidenity mess with the wrong domain's sids.Andrew Bartlett2002-07-311-2/+2
* Update a pile of Samba's SID lookup code to ensure:Andrew Bartlett2002-07-301-40/+53
* Clarify this comment.Andrew Bartlett2002-07-261-0/+3
* addedd new (t)alloc_sub_* functionsSimo Sorce2002-07-141-4/+4
* Break up the passdb objects (to allow RPC clients to link without brining inAndrew Bartlett2002-07-031-116/+0
* Debug fixes from ctrlsoftAndrew Bartlett2002-06-141-2/+2
* Patch from ctrlsoft to make the pluggable passdb subsystem use an lp_listAndrew Bartlett2002-06-141-1/+1
* 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-131-49/+29
* Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-11/+5
* change: pdb_getsampwrid() ->pdb_getsampwsid()Simo Sorce2002-05-261-2/+2
* so here it is the code to introduce seriously debugggging classes.Simo Sorce2002-05-181-0/+3
* A few things in this commit:Andrew Bartlett2002-05-181-141/+169
* Better handling of uid/gid -> RID and RID -> uid/gid code.Andrew Bartlett2002-04-131-21/+23
* Much better support for both non-algorithic RIDs (where the RID is stored inAndrew Bartlett2002-04-111-135/+130
* Fixed up admin user / guest user lookup.Jeremy Allison2002-04-051-5/+8