Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove tiny code duplication | Volker Lendecke | 2007-12-29 | 1 | -2/+2 |
| | | | | sid_size did the same as ndr_size_dom_sid | ||||
* | s/sid_to_string/sid_to_fstring/ | Volker Lendecke | 2007-12-15 | 1 | -1/+1 |
| | | | | least surprise for callers | ||||
* | Use sid_to_string directly | Volker Lendecke | 2007-12-15 | 1 | -1/+1 |
| | | | | It seems a bit pointless to do a fstrcpy(dst, sid_string_static(src)) | ||||
* | Remove a static fstring | Volker Lendecke | 2007-11-11 | 1 | -11/+12 |
| | | | | | | Feel free to push :-) Volker | ||||
* | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 2007-10-18 | 1 | -15/+15 |
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | 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. | ||||
* | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 2007-10-10 | 1 | -8/+15 |
| | | | | failed expression in SMB_ASSERT. | ||||
* | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 2007-10-10 | 1 | -4/+4 |
| | | | | | calls. No functional changes. Looks bigger than it is :-). Jeremy. | ||||
* | r21609: Fix memory leaks in error code paths (and one in winbindd_group.c). | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | Patch from Zack Kirsch <zack.kirsch@isilon.com>. Jeremy. | ||||
* | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵ | Jeremy Allison | 2007-10-10 | 1 | -4/+4 |
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. | ||||
* | r2388: fix client quota support | Stefan Metzmacher | 2007-10-10 | 1 | -2/+2 |
| | | | | | | for the client we need the windows path and for server we need unix path metze | ||||
* | More merges from HEAD: | Jelmer Vernooij | 2003-04-16 | 1 | -5/+5 |
| | | | | | | - Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs | ||||
* | merge in metze' smbcquotas patch from HEAD | Gerald Carter | 2003-04-15 | 1 | -5/+5 |
| | |||||
* | Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false. | Paul Green | 2003-04-14 | 1 | -5/+5 |
| | |||||
* | smbcquota patch from metze | Gerald Carter | 2003-04-11 | 1 | -0/+633 |