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