Andrew Tridgell
b0132e94fc
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
2007-10-10 12:28:20 -05:00
James Peach
171dc060e2
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
...
failed expression in SMB_ASSERT.
2007-10-10 12:23:23 -05:00
Jeremy Allison
f6fa3080fe
r22542: Move over to using the _strict varients of the talloc
...
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
2007-10-10 12:19:44 -05:00
Jeremy Allison
df07a662e3
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
...
Patch from Zack Kirsch <zack.kirsch@isilon.com >.
Jeremy.
2007-10-10 12:18:16 -05:00
Jeremy Allison
620f2e608f
r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
...
functions so we can funnel through some well known functions. Should help greatly with
malloc checking.
HEAD patch to follow.
Jeremy.
2007-10-10 10:53:32 -05:00
Stefan Metzmacher
54fd28f5e7
r2388: fix client quota support
...
for the client we need the windows path and for server we need unix path
metze
2007-10-10 10:52:42 -05:00
Jelmer Vernooij
6e9b780233
More merges from HEAD:
...
- Stephan Kulow's changes (fixing warnings in libsmbclient)
- VFS modules
- Seperating libs
-
Gerald Carter
b6a7704888
merge in metze' smbcquotas patch from HEAD
-
Paul Green
bd69cbce93
Rebalance parentheses in cliquota.c when LARGE_SMB_OFF_T is false.
-
Gerald Carter
74fab8f0d2
smbcquota patch from metze
-