summaryrefslogtreecommitdiff
path: root/source3/libsmb/cliquota.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison1-4/+4
allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
2007-10-10r2388: fix client quota supportStefan Metzmacher1-2/+2
for the client we need the windows path and for server we need unix path metze (This used to be commit 54fd28f5e7b70ce2b192c2037ce28da3fea9ef92)
2003-04-16More merges from HEAD:Jelmer Vernooij1-5/+5
- Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs (This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-5/+5
(This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
2003-04-14Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.Paul Green1-5/+5
(This used to be commit bd69cbce93054548b6d1e3bac89032ff4f693423)
2003-04-11smbcquota patch from metzeGerald Carter1-0/+633
(This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)