Age | Commit message (Expand) | Author | Files | Lines |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -464/+1 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -0/+372 |
2003-05-01 | *id_to_*id call reshape to return NTSTATUS errors | Simo Sorce | 1 | -1/+1 |
2003-04-29 | This is a nice rewrite: | Simo Sorce | 1 | -2/+1 |
2003-04-29 | consolidate idmap code in one place | Simo Sorce | 1 | -349/+0 |
2003-04-29 | ok next_rid out as well local_*id_to*id functions | Simo Sorce | 1 | -229/+42 |
2003-04-19 | fixes | Simo Sorce | 1 | -0/+2 |
2003-04-02 | THE Idmap patch :-) | Simo Sorce | 1 | -2/+120 |
2003-03-27 | local_gid_to_sid() could use pdb_ldap, which for now requires ROOT. | Andrew Bartlett | 1 | -0/+2 |
2003-02-19 | Fix inspired by Stefan (metze) Metzmacher - cache the sidtype also. | Jeremy Allison | 1 | -19/+27 |
2003-02-17 | This patch fixes one of my longest-standing pet hates with Samba :-). | Andrew Bartlett | 1 | -2/+2 |
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 |