Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace sid_string_static with sid_string_tos | Volker Lendecke | 2007-12-15 | 1 | -5/+6 |
| | | | | In utils/ I was a bit lazy... | ||||
* | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 2007-12-10 | 1 | -1/+1 |
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. | ||||
* | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 2007-12-07 | 1 | -4/+16 |
| | | | | | No more temptations to use static length strings. Jeremy. | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -7/+7 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r24943: Some stackframes | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | r21417: Janitor for Herb. Make sure sharesec.c is functionally | Jeremy Allison | 2007-10-10 | 1 | -127/+319 |
| | | | | | identical in 3.0.25 and 3.0. Jeremy. | ||||
* | r19669: set_share_security does not need a mem_ctx passed | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r18745: Use the Samba4 data structures for security descriptors and security ↵ | Jelmer Vernooij | 2007-10-10 | 1 | -8/+8 |
| | | | | | | | | | descriptor buffers. Make security access masks simply a uint32 rather than a structure with a uint32 in it. | ||||
* | r17032: I thought I had already merged this from trunk: | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | | | | | | | | > r16959 | vlendec | 2006-07-11 23:10:44 +0200 (Di, 11 Jul 2006) | 1 line > > get_share_security does not need snum, activate RPC-SAMBA3-SRVSVC Volker | ||||
* | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 2007-10-10 | 1 | -0/+414 |
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. |