summaryrefslogtreecommitdiffstats
path: root/source3/lib/privileges.c
Commit message (Collapse)AuthorAgeFilesLines
* don't crash on a NULL priviledge pointer; patch from Jianliang LuGerald Carter2003-12-041-0/+6
| | | | (This used to be commit 2742e813fea2366f91bec62dca407f65ad5c4623)
* Delete unused label to fix compiler warning.Tim Potter2003-10-141-1/+0
| | | | (This used to be commit e34d21af3882a034810737039dbaae4d45e2645c)
* split some security related functions in their own files.Simo Sorce2003-10-061-0/+345
(no need to include all of smbd files to use some basic sec functions) also minor compile fixes (This used to be commit 66074d3b097d8cf2a231bf08c7f4db62da68189d)