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