Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.
[kai/samba.git] / source3 / lib / system_smbd.c
2012-06-29 Jeremy AllisonReplace all uses of setXX[ug]id() and setgroups with...
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2011-03-19 Christian Ambachs3: use getgrset() when it is available
2011-02-22 Stefan Metzmachers3:auth: change num_groups to from size_t to uint32_t
2010-08-25 Günther Deschners3-build: only include nsswitch header where needed.
2010-02-14 Peter Watkinss3: Fix initgroups return check
2009-07-31 Yannick BergeronIncrease the max_grp value to 128 (AIX NGROUPS_MAX...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-13 Stefan Metzmachernsswitch: convert winbind_env_set(), winbind_on() and...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23528: Two changes to make the valgrind massif (heap...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 James Peachr23393: Support BSD group semantics by making sure...
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Gerald Carterr19419: BUG 4109: Patch from Timur Bakeyev. Fix bug...
2007-10-10 Gerald Carterr14868: I will not write code when changing to Daylight...
2007-10-10 Gerald Carterr14855: Various fixes:
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13460: by popular demand....
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Volker Lendecker12291: Make getgroups_user static.
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Volker Lendecker6080: Port some of the non-critical changes from HEAD...
2007-10-10 Volker Lendecker5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Volker Lendecker3705: Nobody has commented, so I'll take this as an...
2007-10-10 Gerald Carterr470: BUG 1302: fix seg fault by not trying to optimize...
2007-10-10 Gerald Carterr288: combination of BUG 1081 and patch from J. Klinger...
2003-10-01 Gerald Cartermerge of parameter changes from 3.0 and fix for bug 550
2003-10-01 Gerald Carterwrap internals of sys_setgroups() so the sys_XX() call...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-07 Gerald Carterand so it begins....
2003-06-30 Gerald Carterfix for platforms that don't have unsetenv().
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-02-19 Andrew BartlettMerge minor library fixes from HEAD to 3.0.
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettTry to make our getgrouplist replacement better match...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-26 Andrew BartlettUpdates!
2002-08-26 Andrew BartlettTry to support non-root-mode systems without getgroupli...
2002-08-23 Andrew BartlettWe need to return the value here...
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-17 Andrew BartlettMove tridge's getgrouplist() replacement function from...