index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
system_smbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
lib: Fix some whitespace
Volker Lendecke
1
-5
/
+5
2021-09-09
Don't use sysconf(_SC_NGROUPS_MAX) on macOS for getgroups()
Alex Richardson
1
-1
/
+1
2015-03-11
lib: Avoid a malloc/realloc in getgroups_unix_user
Volker Lendecke
1
-14
/
+11
2015-03-11
lib: Fix whitespace
Volker Lendecke
1
-2
/
+2
2012-06-28
Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
Jeremy Allison
1
-1
/
+2
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
1
-0
/
+1
2011-03-19
s3: use getgrset() when it is available
Christian Ambach
1
-2
/
+57
2011-02-22
s3:auth: change num_groups to from size_t to uint32_t
Stefan Metzmacher
1
-2
/
+2
2010-08-26
s3-build: only include nsswitch header where needed.
Günther Deschner
1
-0
/
+1
2010-02-14
s3: Fix initgroups return check
Peter Watkins
1
-1
/
+1
2009-07-31
Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...
Yannick Bergeron
1
-1
/
+1
2008-02-13
nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macros
Stefan Metzmacher
1
-2
/
+2
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
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
r23528: Two changes to make the valgrind massif (heap profiler) output readable:
Volker Lendecke
1
-1
/
+1
2007-10-10
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
1
-3
/
+1
2007-10-10
r23393: Support BSD group semantics by making sure that the effective GID is ...
James Peach
1
-1
/
+1
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-4
/
+11
2007-10-10
r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn off
Gerald Carter
1
-10
/
+5
2007-10-10
r14868: I will not write code when changing to Daylight Savings Time.
Gerald Carter
1
-10
/
+6
2007-10-10
r14855: Various fixes:
Gerald Carter
1
-2
/
+8
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-7
/
+2
2007-10-10
r13494: Merge the stuff I've done in head the last days.
Volker Lendecke
1
-67
/
+10
2007-10-10
r13460: by popular demand....
Gerald Carter
1
-3
/
+24
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-66
/
+25
2007-10-10
r12291: Make getgroups_user static.
Volker Lendecke
1
-2
/
+2
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-27
/
+78
2007-10-10
r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...
Volker Lendecke
1
-2
/
+2
2007-10-10
r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.edu
Volker Lendecke
1
-2
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+4
2007-10-10
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
1
-1
/
+89
2007-10-10
r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid...
Gerald Carter
1
-5
/
+4
2007-10-10
r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...
Gerald Carter
1
-0
/
+5
2003-10-01
wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...
Gerald Carter
1
-1
/
+1
2003-07-07
and so it begins....
Gerald Carter
1
-2
/
+2
2003-06-30
fix for platforms that don't have unsetenv().
Gerald Carter
1
-2
/
+2
2003-06-29
Here's the code to make winbindd work on a Samba DC
Gerald Carter
1
-3
/
+21
2003-02-19
Merge minor library fixes from HEAD to 3.0.
Andrew Bartlett
1
-4
/
+11
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-2
/
+9
2002-08-17
Move tridge's getgrouplist() replacement function from replace.c to a new
Andrew Bartlett
1
-0
/
+105