summaryrefslogtreecommitdiffstats
path: root/source/passdb/passdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* We go to a lot of effort to avoid strcpy() in Samba, but its not much use ifAndrew Bartlett2002-01-021-12/+12
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-186/+261
* more irix -64 portability fixesAndrew Tridgell2001-12-311-5/+6
* some merges from 2.2. Still need to merge in changes from pdb_tdb.cGerald Carter2001-12-311-8/+30
* pdb_getsampwnuid() merge from 2.2Gerald Carter2001-12-301-0/+29
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-52/+21
* Rafal (mimir) patch for trusts r.Jean-François Micouleau2001-12-141-6/+20
* again an intrusive patch:Jean-François Micouleau2001-12-061-12/+4
* added a boolean to the group mapping functions to specify if we need orJean-François Micouleau2001-12-041-27/+19
* added a tdb to store the account policy informations.Jean-François Micouleau2001-12-031-3/+11
* added mapping of primary gid to rid thru the group mapping code.Jean-François Micouleau2001-12-021-18/+72
* Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau2001-11-291-0/+2
* Kill off that crazy copy_sam_passwd(). You simply can't do that if theAndrew Bartlett2001-11-241-12/+0