Age | Commit message (Expand) | Author | Files | Lines |
2003-07-25 | fix user_in_list to work with winbind groups again; my bug | Gerald Carter | 1 | -1/+1 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -3/+3 |
2003-06-23 | * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai... | Gerald Carter | 1 | -6/+7 |
2003-06-21 | merge of the netsamlogon caching code from APPLIANCE_HEAD | Gerald Carter | 1 | -23/+46 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -1/+1 |
2003-02-24 | Merge of server-side authentication changes to 3.0: | Andrew Bartlett | 1 | -15/+42 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -2/+2 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -57/+0 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -47/+35 |
2002-04-15 | Merge of comment fix. | 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 |