summaryrefslogtreecommitdiff
path: root/source3/lib/username.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-40/+9
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-510/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter1-68/+56
2007-10-10r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison1-2/+2
2007-10-10r12306: ReformattingVolker Lendecke1-38/+69
2007-10-10r12303: Move split_domain_and_name to util_getent.c and make it static there.Volker Lendecke1-28/+0
2007-10-10r8716: adding 'username map script' which if defined takes precendence overGerald Carter1-15/+54
2007-10-10r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter1-21/+36
2007-10-10r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for...Gerald Carter1-14/+17
2004-03-19BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter1-0/+5
2003-11-04Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison1-1/+18
2003-07-25fix user_in_list to work with winbind groups again; my bugGerald Carter1-1/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-3/+3
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-6/+7
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-23/+46
2003-05-12And finally IDMAP in 3_0Simo Sorce1-1/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-15/+42
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-57/+0
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-47/+35
2002-04-15Merge of comment fix.Tim Potter1-1/+1
2002-03-23Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett1-8/+11
2002-02-27Make this function staticAndrew Bartlett1-1/+1
2002-02-20Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-0/+27
2002-01-26Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett1-10/+23
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-1/+1
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett1-28/+6
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-0/+19
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-6/+9
2001-12-20fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell1-4/+4
2001-12-18A fix to override the location of a user's home directory if it isTim Potter1-0/+16
2001-12-14Added the group enum code from 2.2Jeremy Allison1-13/+15
2001-12-14I see no reasons why we should limit username lenght while checkingSimo Sorce1-4/+0
2001-12-04winbindd friendly user_in_list code. Tested on a 65k user domain.Jeremy Allison1-7/+15
2001-12-04Moved name_is_local to the correct place. Ooops.Jeremy Allison1-0/+10
2001-12-04Tidyup of lib/username. Add name_is_local fn to determine if name isJeremy Allison1-171/+173
2001-11-13Look for DOMAIN\group in group lists and ask winbind.Jeremy Allison1-68/+89
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-5/+5
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-19/+58
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-2/+2
2001-09-10convert more code to use XFILEAndrew Tridgell1-4/+4
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-21/+33