Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | Remove Get_Pwnam and its associated static variable | Volker Lendecke | 1 | -40/+9 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 1 | -510/+0 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -68/+56 |
2007-10-10 | r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C") | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r12306: Reformatting | Volker Lendecke | 1 | -38/+69 |
2007-10-10 | r12303: Move split_domain_and_name to util_getent.c and make it static there. | Volker Lendecke | 1 | -28/+0 |
2007-10-10 | r8716: adding 'username map script' which if defined takes precendence over | Gerald Carter | 1 | -15/+54 |
2007-10-10 | r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer) | Gerald Carter | 1 | -21/+36 |
2007-10-10 | r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for... | Gerald Carter | 1 | -14/+17 |
2004-03-19 | BUG 417: fix %UuGg variables expansion in include lines setging the current_u... | Gerald Carter | 1 | -0/+5 |
2003-11-04 | Fix for bug #703, try lowercase netgroups lookups. | Jeremy Allison | 1 | -1/+18 |
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 |