summaryrefslogtreecommitdiffstats
path: root/source3/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't leak memory on failure.Andrew Bartlett2002-03-211-1/+3
* Make sure to initaliase SAM_ACCOUNT pointers to NULL, otherwise pdb_init_sam()Andrew Bartlett2002-03-211-3/+3
* second step to gain free uid<->rid mappingSimo Sorce2002-03-191-7/+42
* Start to switch away from the alghorithmic uid->rid mapping modelSimo Sorce2002-03-181-7/+7
* This patch merges my private LDAP tree into HEAD.Andrew Bartlett2002-03-021-10/+12
* Back out herb's changes (to allow smbpasswd -x to work on accounts outsideAndrew Bartlett2002-01-301-10/+9
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge change from @_2 to allow smbpasswd -x to delete user even if noHerb Lewis2002-01-301-7/+10
* - Provide sid->name lookup support for non-unix accounts.Andrew Bartlett2002-01-261-13/+39
* local_lookup_name() doens't acutally use its 'domain' argument, so drop it andAndrew Bartlett2002-01-261-5/+3
* This is another *BIG* change...Andrew Bartlett2002-01-201-42/+38
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-33/+0
* Fix up an embarrsing bug I introduced when I moved the id21/id23 -> SAM_ACCOUNTAndrew Bartlett2002-01-201-20/+40
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-4/+10
* Commit the auth associated changes I missed from the last commit.Andrew Bartlett2002-01-151-0/+15
* Change the passdb interface to use allocated strings.Andrew Bartlett2002-01-151-50/+75
* Move all the pdb_get...() and pdb_set...() functions to a new file.Andrew Bartlett2002-01-121-798/+2
* We should be SHLD not LINK when creating shared libraries.Jeremy Allison2002-01-021-2/+2