Age | Commit message (Expand) | Author | Files | Lines |
2003-02-12 | Added code based on Michael Steffens <michael.steffens@hp.com> uid/gid | Jeremy Allison | 1 | -1/+205 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -4/+2 |
2002-10-29 | Fix a nice little memory leak in our uid changing code. | Andrew Bartlett | 1 | -0/+2 |
2002-10-23 | First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 1 | -1/+1 |
2002-08-22 | Ensure we don't change to a user that we can't get an NT_TOKEN for. | Andrew Bartlett | 1 | -0/+4 |
2002-08-20 | Based orginally by work by Kai, this patch moves our NT_TOKEN generation into | Andrew Bartlett | 1 | -18/+20 |
2002-08-16 | Add some const to the 'in' paramaters for these functions. | Andrew Bartlett | 1 | -2/+2 |
2002-07-31 | fix debug, at idra's suggestion. | Andrew Bartlett | 1 | -1/+1 |
2002-07-30 | Update a pile of Samba's SID lookup code to ensure: | Andrew Bartlett | 1 | -35/+39 |
2002-07-24 | We must be root to access the passdb, so ensure all calls to local_lookup_sid() | Andrew Bartlett | 1 | -1/+5 |
2002-07-07 | Updates to the 'name -> sid' code: | Andrew Bartlett | 1 | -3/+3 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -2/+2 |
2002-04-13 | Better handling of uid/gid -> RID and RID -> uid/gid code. | Andrew Bartlett | 1 | -2/+3 |
2002-04-11 | Much better support for both non-algorithic RIDs (where the RID is stored in | Andrew Bartlett | 1 | -5/+15 |
2002-03-13 | if we know that the SID is local then don't try via winbindd | Andrew Tridgell | 1 | -0/+5 |
2002-03-13 | fixed mapping of SIDs for local users | Andrew Tridgell | 1 | -1/+1 |
2002-03-05 | Fixed compiler warning about unused variables. | Tim Potter | 1 | -5/+5 |
2002-02-27 | this allows us to support foreign SIDs in winbindd and smbd | Andrew Tridgell | 1 | -2/+13 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | - Provide sid->name lookup support for non-unix accounts. | Andrew Bartlett | 1 | -36/+33 |
2002-01-26 | Rework lookup_name() to take seperate username/domain args, and to remove | Andrew Bartlett | 1 | -31/+24 |
2002-01-20 | This patch makes the 'winbind use default domain' code interact better with | Andrew Bartlett | 1 | -1/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -9/+4 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -1/+1 |
2001-12-04 | Moved name_is_local to the correct place. Ooops. | Jeremy Allison | 1 | -10/+0 |
2001-12-04 | Tidyup of lib/username. Add name_is_local fn to determine if name is | Jeremy Allison | 1 | -0/+10 |
2001-11-28 | space -> tab. | Jeremy Allison | 1 | -24/+20 |
2001-11-26 | Another merge from appliance-head: in [ug]id_to_sid don't call the | Tim Potter | 1 | -14/+30 |
2001-11-09 | This change updates lp_guestaccount() to be a *global* paramater, rather than | Andrew Bartlett | 1 | -1/+1 |
2001-11-08 | Fixed incorrect debug message. )-: | Tim Potter | 1 | -1/+1 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 1 | -1/+70 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-19 | client : Fixed error return. | Jeremy Allison | 1 | -1/+1 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 1 | -20/+122 |
2001-10-12 | fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2001-10-09 | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 1 | -14/+16 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-07-28 | Fix invalid uid being used after logoff. Thanks to Nigel Williams | Jeremy Allison | 1 | -2/+1 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -1/+1 |
2001-04-15 | Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam() | Jeremy Allison | 1 | -6/+13 |
2001-03-20 | Fix for crash when doing name lookup with a quoted string. Part of | Jeremy Allison | 1 | -2/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -3/+12 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 1 | -1/+1 |
2000-12-12 | Removed the special casing of SIDs in se_access_check. This is now done (corr... | Jeremy Allison | 1 | -1/+6 |
2000-11-14 | Merge from appliance head of JR's changes for driver versioning. | Jeremy Allison | 1 | -13/+37 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -1/+1 |
2000-11-04 | Fix for admin user being ignored. | Jeremy Allison | 1 | -0/+1 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -0/+226 |
2000-08-09 | Fixed memory leak with NT tokens. | Jeremy Allison | 1 | -2/+20 |