summaryrefslogtreecommitdiff
path: root/source3/passdb/passdb.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-18Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce1-7/+7
2002-03-02This patch merges my private LDAP tree into HEAD.Andrew Bartlett1-10/+12
2002-01-30Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett1-10/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-30merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis1-7/+10
2002-01-26 - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett1-13/+39
2002-01-26local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett1-5/+3
2002-01-20This is another *BIG* change...Andrew Bartlett1-42/+38
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-33/+0
2002-01-20Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett1-20/+40
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-4/+10
2002-01-15Commit the auth associated changes I missed from the last commit.Andrew Bartlett1-0/+15
2002-01-15Change the passdb interface to use allocated strings.Andrew Bartlett1-50/+75
2002-01-12Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett1-798/+2
2002-01-02We should be SHLD not LINK when creating shared libraries.Jeremy Allison1-2/+2
2002-01-02We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett1-12/+12
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-186/+261
2001-12-31more irix -64 portability fixesAndrew Tridgell1-5/+6
2001-12-31some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter1-8/+30
2001-12-30pdb_getsampwnuid() merge from 2.2Gerald Carter1-0/+29
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-52/+21
2001-12-14Rafal (mimir) patch for trusts r.Jean-François Micouleau1-6/+20
2001-12-06again an intrusive patch:Jean-François Micouleau1-12/+4