summaryrefslogtreecommitdiffstats
path: root/source/lib/system_smbd.c
Commit message (Collapse)AuthorAgeFilesLines
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one ↵Volker Lendecke2005-03-271-2/+2
| | | | | | | | is the change in pdb_enum_alias_memberships to match samr.idl a bit closer. Volker
* r5127: Fix Bug 2289 -- thanks to jason@ncac.gwu.eduVolker Lendecke2005-01-311-2/+1
|
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2004-12-071-4/+4
| | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy.
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2004-11-121-1/+89
| | | | | | | | | | | | | | | | | abartlet, I'd like to ask you to take a severe look at this! We have solved the problem to find the global groups a user is in twice: Once in auth_util.c and another time for the corresponding samr call. The attached patch unifies these and sends them through the passdb backend (new function pdb_enum_group_memberships). Thus it gives pdb_ldap.c the chance to further optimize the corresponding call if the samba and posix accounts are unified by issuing a specialized ldap query. The parameter to activate this ldapsam behaviour is ldapsam:trusted = yes Volker
* r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid ↵Gerald Carter2004-05-041-5/+4
| | | | gids using the wrong array size
* r288: combination of BUG 1081 and patch from J. Klinger -- added ↵Gerald Carter2004-04-201-0/+5
| | | | remove_duplicate_gids() to smbd and winbindd
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+137
metze