summaryrefslogtreecommitdiff
path: root/source3/lib/system_smbd.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-1/+2
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-19s3: use getgrset() when it is availableChristian Ambach1-2/+57
2011-02-22s3:auth: change num_groups to from size_t to uint32_tStefan Metzmacher1-2/+2
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
2010-02-14s3: Fix initgroups return checkPeter Watkins1-1/+1
2009-07-31Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to al...Yannick Bergeron1-1/+1
2008-02-13nsswitch: convert winbind_env_set(), winbind_on() and winbind_off() into macrosStefan Metzmacher1-2/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
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-10r23528: Two changes to make the valgrind massif (heap profiler) output readable:Volker Lendecke1-1/+1
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-3/+1
2007-10-10r23393: Support BSD group semantics by making sure that the effective GID is ...James Peach1-1/+1
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-4/+11
2007-10-10r19419: BUG 4109: Patch from Timur Bakeyev. Fix bug causing smbd to turn offGerald Carter1-10/+5
2007-10-10r14868: I will not write code when changing to Daylight Savings Time.Gerald Carter1-10/+6
2007-10-10r14855: Various fixes:Gerald Carter1-2/+8
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-7/+2
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke1-67/+10
2007-10-10r13460: by popular demand....Gerald Carter1-3/+24
2007-10-10r13316: Let the carnage begin....Gerald Carter1-66/+25
2007-10-10r12291: Make getgroups_user static.Volker Lendecke1-2/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-27/+78
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-2/+2
2007-10-10r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.eduVolker Lendecke1-2/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke1-1/+89
2007-10-10r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gid...Gerald Carter1-5/+4
2007-10-10r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter1-0/+5
2003-10-01wrap internals of sys_setgroups() so the sys_XX() call can be done unconditio...Gerald Carter1-1/+1
2003-07-07and so it begins....Gerald Carter1-2/+2
2003-06-30fix for platforms that don't have unsetenv().Gerald Carter1-2/+2
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-3/+21
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-4/+11
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+9
2002-08-17Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett1-0/+105