summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliquota.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
| | | | sid_size did the same as ndr_size_dom_sid
* s/sid_to_string/sid_to_fstring/Volker Lendecke2007-12-151-1/+1
| | | | least surprise for callers
* Use sid_to_string directlyVolker Lendecke2007-12-151-1/+1
| | | | It seems a bit pointless to do a fstrcpy(dst, sid_string_static(src))
* Remove a static fstringVolker Lendecke2007-11-111-11/+12
| | | | | | Feel free to push :-) Volker
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-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 textAndrew Tridgell2007-10-101-2/+1
|
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-8/+15
| | | | failed expression in SMB_ASSERT.
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-101-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 Allison2007-10-101-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 Allison2007-10-101-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 supportStefan Metzmacher2007-10-101-2/+2
| | | | | | for the client we need the windows path and for server we need unix path metze
* More merges from HEAD:Jelmer Vernooij2003-04-161-5/+5
| | | | | | - Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-5/+5
|
* Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green2003-04-141-5/+5
|
* smbcquota patch from metzeGerald Carter2003-04-111-0/+633