Age | Commit message (Expand) | Author | Files | Lines |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-09-25 | Kill of Get_Pwnam_Modify and smb_getpwnam(). The latter assumes some things | Andrew Bartlett | 1 | -57/+0 |
2002-07-28 | found nasty bug in intl/lang_tdb.c tdb structure was not tested to not be nul... | Simo Sorce | 1 | -1/+1 |
2002-06-15 | Unsused function since last commit | Andrew Bartlett | 1 | -34/+0 |
2002-06-14 | moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.c | Simo Sorce | 1 | -3/+3 |
2002-05-25 | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 1 | -1/+1 |
2002-05-17 | Make Get_Pwnam use getpwnam_alloc() in an attempt to make it segfault rather | Andrew Bartlett | 1 | -9/+31 |
2002-04-15 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-03-23 | Update some of the DEBUG()s in Get_Pwnam_internal() | Andrew Bartlett | 1 | -8/+11 |
2002-02-27 | Make this function static | Andrew Bartlett | 1 | -1/+1 |
2002-02-20 | Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spotting | Andrew Bartlett | 1 | -1/+1 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-27 | Some more 'winbind default domain' support patches from Alexander Bokovoy | Andrew Bartlett | 1 | -0/+27 |
2002-01-26 | Bring this code into line with new winbind_lookup_name() interface. I think | Andrew Bartlett | 1 | -10/+23 |
2002-01-18 | This is the 'winbind default domain' patch from Alexander Bokovoy | Andrew Bartlett | 1 | -1/+1 |
2002-01-17 | A nice *big* change to the fundemental way we do things. | Andrew Bartlett | 1 | -28/+6 |
2002-01-16 | Separate out get_user_home_dir() from get_user_home_service_dir(). | Jeremy Allison | 1 | -0/+19 |
2002-01-16 | Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2. | Jeremy Allison | 1 | -6/+9 |
2001-12-20 | fixed warnings on irix and crash bug on big endian machines | Andrew Tridgell | 1 | -4/+4 |
2001-12-18 | A fix to override the location of a user's home directory if it is | Tim Potter | 1 | -0/+16 |
2001-12-14 | Added the group enum code from 2.2 | Jeremy Allison | 1 | -13/+15 |
2001-12-14 | I see no reasons why we should limit username lenght while checking | Simo Sorce | 1 | -4/+0 |
2001-12-04 | winbindd friendly user_in_list code. Tested on a 65k user domain. | Jeremy Allison | 1 | -7/+15 |
2001-12-04 | Moved name_is_local to the correct place. Ooops. | Jeremy Allison | 1 | -0/+10 |
2001-12-04 | Tidyup of lib/username. Add name_is_local fn to determine if name is | Jeremy Allison | 1 | -171/+173 |
2001-11-13 | Look for DOMAIN\group in group lists and ask winbind. | Jeremy Allison | 1 | -68/+89 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 1 | -5/+5 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -19/+58 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -2/+2 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -4/+4 |
2001-07-24 | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 1 | -21/+33 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -4/+4 |
2001-04-06 | If we can't open the username map file, at least print the strerror. | Jeremy Allison | 1 | -1/+1 |
2001-01-24 | fixed typo in debug statement | Gerald Carter | 1 | -2/+2 |
2001-01-17 | Cleanup of Get_Pwnam(). Adds debugging, cleans up the allow_change | David O'Neill | 1 | -48/+45 |
2000-12-11 | new version of Get_Pwnam() | Gerald Carter | 1 | -52/+50 |
2000-10-25 | Even when looking up a users groups via winbindd even if the lookup for | Jeremy Allison | 1 | -2/+2 |
2000-10-25 | John Reilly @ HP (who is a wonderful human being and *definately* needs | Jeremy Allison | 1 | -2/+0 |
2000-10-13 | Added David O'Neills fix to HEAD (hmmm. how did this compile... :-). | Jeremy Allison | 1 | -1/+1 |
2000-10-13 | Fix to allow smbd to call winbindd if it is running for all group enumeration, | Jeremy Allison | 1 | -17/+113 |
2000-10-11 | Turns out we do need the pwnam check as on many systems the users | Jeremy Allison | 1 | -0/+7 |
2000-10-11 | Fix to avoid calling getgrgid for no reason. | Jeremy Allison | 1 | -21/+9 |
2000-05-29 | don't return a passwd struct for usernames that don't | Andrew Tridgell | 1 | -2/+12 |
2000-05-12 | use "winbind separator" option for domain/user separator character | Andrew Tridgell | 1 | -14/+0 |
2000-05-10 | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 1 | -7/+6 |
2000-05-04 | a minimal change to get appliance mode to work with winbindd | Andrew Tridgell | 1 | -0/+35 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -423/+119 |
1999-12-12 | changed function name of get_home_dir() to get_unixhome_dir(), to stop | Luke Leighton | 1 | -2/+2 |
1999-12-06 | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1 | -0/+29 |