index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
username.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-19
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
1
-2
/
+2
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-30
lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...
Günther Deschner
1
-35
/
+0
2011-03-30
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
1
-0
/
+1
2011-03-17
s3-username: rename static getpwnam_alloc to getpwnam_alloc_cached.
Günther Deschner
1
-5
/
+5
2011-02-20
s3: Slightly simplify Get_Pwnam_alloc
Volker Lendecke
1
-4
/
+1
2011-02-20
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2010-10-20
Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...
Jeremy Allison
1
-1
/
+73
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
[next]