summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-7/+13
2003-09-18Oops. Proper fix for #470.Jeremy Allison1-18/+20
2003-09-18Fix for #470 - unable to display SIDs in ACLs.Jeremy Allison1-2/+11
2003-09-15Merge from Samba 3.0:Tim Potter1-29/+8
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-13/+92
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce1-5/+5
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-41/+705
2003-05-18port fixes from 3.0Simo Sorce1-8/+2
2003-05-16Merge get_global_sam_name() from 3.0 to fix compile breakage.Tim Potter1-0/+8
2003-05-14spellingTim Potter1-2/+2
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