summaryrefslogtreecommitdiffstats
path: root/source3/lib/secace.c
Commit message (Collapse)AuthorAgeFilesLines
* r13999: Quick fix for Coverity bug #11.Jeremy Allison2007-10-101-1/+7
| | | | | Jeremy. (This used to be commit b9de6c926953b3321fa3850d501c807c6eabf230)
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-13/+13
| | | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
* r6263: Get rid of generate_wellknown_sids, they are const static and ↵Volker Lendecke2007-10-101-1/+1
| | | | | | | | | initializable statically. Volker (This used to be commit 3493d9f383567d286e69c0e60c0708ed400a04d9)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-2/+2
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
| | | | (This used to be commit 911a28361b9d8dd50597627f245ebfb57c6294fb)
* split some security related functions in their own files.Simo Sorce2003-10-061-0/+285
(no need to include all of smbd files to use some basic sec functions) also minor compile fixes (This used to be commit 66074d3b097d8cf2a231bf08c7f4db62da68189d)