Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some C++ fixes | Volker Lendecke | 2007-12-21 | 1 | -1/+2 |
| | |||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -2/+2 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r18745: Use the Samba4 data structures for security descriptors and security ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -4/+4 |
| | | | | | | | | | descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it. | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2007-10-10 | 1 | -2/+2 |
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. | ||||
* | split some security related functions in their own files. | Simo Sorce | 2003-10-06 | 1 | -0/+118 |
(no need to include all of smbd files to use some basic sec functions) also minor compile fixes |