summaryrefslogtreecommitdiff
path: root/source3/lib/username.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-181-1/+1
* param: rename lp function and variable from "usernamelevel" to "username_level"Garming Sam2014-02-071-3/+3
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-2/+9
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-2/+2
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-191-2/+2
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-301-35/+0
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-301-0/+1
* s3-username: rename static getpwnam_alloc to getpwnam_alloc_cached.Günther Deschner2011-03-171-5/+5
* s3: Slightly simplify Get_Pwnam_allocVolker Lendecke2011-02-201-4/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-02-201-3/+3
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-201-1/+73
* Remove Get_Pwnam and its associated static variableVolker Lendecke2007-12-191-40/+9
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-510/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-68/+56
* r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")Jeremy Allison2007-10-101-2/+2
* r12306: ReformattingVolker Lendecke2007-10-101-38/+69
* r12303: Move split_domain_and_name to util_getent.c and make it static there.Volker Lendecke2007-10-101-28/+0
* r8716: adding 'username map script' which if defined takes precendence overGerald Carter2007-10-101-15/+54
* r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)Gerald Carter2007-10-101-21/+36
* r993: BUG 703 -- finishing patch by Eric Boehm <boehm@nortelnetworks.com> for...Gerald Carter2007-10-101-14/+17
* BUG 417: fix %UuGg variables expansion in include lines setging the current_u...Gerald Carter2004-03-191-0/+5
* Fix for bug #703, try lowercase netgroups lookups.Jeremy Allison2003-11-041-1/+18
* fix user_in_list to work with winbind groups again; my bugGerald Carter2003-07-251-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-3/+3
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-6/+7
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-23/+46
* And finally IDMAP in 3_0Simo Sorce2003-05-121-1/+1
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-15/+42
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-57/+0
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-47/+35
* Merge of comment fix.Tim Potter2002-04-151-1/+1
* Update some of the DEBUG()s in Get_Pwnam_internal()Andrew Bartlett2002-03-231-8/+11
* Make this function staticAndrew Bartlett2002-02-271-1/+1
* Thanks to David Edward Shapiro <David.Edward.Shapiro@btitele.com> for spottingAndrew Bartlett2002-02-201-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-0/+27
* Bring this code into line with new winbind_lookup_name() interface. I thinkAndrew Bartlett2002-01-261-10/+23
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-1/+1
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-171-28/+6
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-0/+19
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-6/+9
* fixed warnings on irix and crash bug on big endian machinesAndrew Tridgell2001-12-201-4/+4