Simo Sorce
b91b191318
r14465: kludge_acl -> async
2007-10-10 13:57:28 -05:00
Jelmer Vernooij
3dd477ca51
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
...
try to include just the BASENAME.h files (containing only structs)
2007-10-10 13:57:27 -05:00
Simo Sorce
a71d762acf
r14459: Make this async compatible
2007-10-10 13:57:27 -05:00
Simo Sorce
716c475999
r14458: extended_dn -> async
2007-10-10 13:57:27 -05:00
Stefan Metzmacher
5709c1c4e1
r14456: don't access the smbsrv_tcon inside the ntvfs modules
...
metze
2007-10-10 13:57:26 -05:00
Stefan Metzmacher
c0dd773537
r14455: also add the:
...
#ifndef FOO
#define FOO
...
#endif
to the client headers
metze
2007-10-10 13:57:26 -05:00
Stefan Metzmacher
4df843658f
r14447: remove unused stuff
...
metze
2007-10-10 13:57:26 -05:00
Stefan Metzmacher
74868726ae
r14446: demonstrate the notifies on files are not allowed
...
metze
2007-10-10 13:57:26 -05:00
Stefan Metzmacher
f1bdca2383
r14445: add FILE_NOTIFY_CHANGE_STREAM_* flags from:
...
http://ubiqx.org/cifs/rfc-draft/draft-leach-cifs-v1-spec-02.html#s4.3.7
tridge: there's also the buffering documented...
metze
2007-10-10 13:57:26 -05:00
Stefan Metzmacher
e2b3816212
r14444: - make clear that a canceled notify directly returns without any other event
...
- test mkdir - rmdir - mkdir - rmdir sequence, this gets 4 notify events back
- add some comments to the multiple directory handle and buffered cases
metze
2007-10-10 13:57:25 -05:00
Stefan Metzmacher
a653ebd15d
r14442: the ACB_ flags are 32 bit...
...
metze
2007-10-10 13:57:25 -05:00
Stefan Metzmacher
7fa5ae8cce
r14441: try to get more hosts on the build farm pass the NBT-WINSREPLICATION-OWNED test
...
metze
2007-10-10 13:57:25 -05:00
Stefan Metzmacher
fd291ff003
r14440: demonstrate that the smbpid is attached to a session (vuid),
...
so SMBexit() only closes files for the given user session and the given PID
can someone check if samba3 passes this test, please?
metze
2007-10-10 13:57:25 -05:00
Stefan Metzmacher
3b712b70f0
r14439: fix warnings
...
metze
2007-10-10 13:57:25 -05:00
Stefan Metzmacher
83d2978da1
r14438: fix warnings
...
metze
2007-10-10 13:57:24 -05:00
Stefan Metzmacher
2017c2573e
r14437: fix warnings
...
metze
2007-10-10 13:57:24 -05:00
Andrew Tridgell
6f7d09262d
r14436: mixing of boolean expressions and integers isn't allowed
2007-10-10 13:57:24 -05:00
Andrew Tridgell
40e5bfdb0f
r14435: return after an error
2007-10-10 13:57:24 -05:00
Andrew Tridgell
507def57cb
r14434: use the right enum type
2007-10-10 13:57:24 -05:00
Andrew Tridgell
a33f6a9832
r14433: sort_result must be initialised when we call do_result
2007-10-10 13:57:23 -05:00
Andrew Tridgell
2c33f577ad
r14431: don't call qsort with a null array
2007-10-10 13:57:23 -05:00
Andrew Tridgell
b607be9cda
r14430: ret can be NULL at the end of this loop
2007-10-10 13:57:22 -05:00
Andrew Tridgell
caead24b6d
r14429: charset_t cannot be used to loop over charset_t, as otherwise it can
...
go out of the range of the enum
2007-10-10 13:57:22 -05:00
Andrew Tridgell
8ca4681861
r14427: don't reference short_princ after it is freed
2007-10-10 13:57:22 -05:00
Andrew Tridgell
ce1326157c
r14426: ensure res is initialised
2007-10-10 13:57:22 -05:00
Andrew Tridgell
b10cb752c2
r14425: fixed an hmac-md5 error for keys longer than 64 (using deallocated
...
stack variable)
2007-10-10 13:57:22 -05:00
Andrew Tridgell
7d0eb678bf
r14424: another empty controls case
2007-10-10 13:57:21 -05:00
Andrew Tridgell
9787fb8e91
r14423: don't die on no controls
2007-10-10 13:57:21 -05:00
Andrew Tridgell
489c338065
r14422: ensure that domain_attrs does not refer to a stack variable in a freed
...
stack frame. The previous code worked with gcc, but strictly speaking
the arrays are out of scope when referenced later in the function, and
a compiler could construct them on the fly on the stack.
2007-10-10 13:57:21 -05:00
Andrew Tridgell
749a93c7c0
r14420: arrgh, make sure I test compile even little patches ....
2007-10-10 13:57:21 -05:00
Andrew Tridgell
b4172b53f3
r14415: remove an unusued var
2007-10-10 13:57:21 -05:00
Andrew Tridgell
cd9f3adc75
r14414: added some error checks
2007-10-10 13:57:20 -05:00
Andrew Tridgell
c43a7ec7ac
r14413: don't do memcpy of length 0
2007-10-10 13:57:20 -05:00
Andrew Tridgell
ec53f5fe96
r14412: init a var
2007-10-10 13:57:20 -05:00
Andrew Tridgell
3cde18beae
r14411: mark smb_panic() as a noreturn function using gcc attributes, which
...
tells static analysers that it behaves like abort()
2007-10-10 13:57:20 -05:00
Andrew Tridgell
59bc3e8ab0
r14410: init a var
2007-10-10 13:57:20 -05:00
Andrew Tridgell
2ec2894f72
r14409: quieten warnings
2007-10-10 13:57:19 -05:00
Jelmer Vernooij
7054ebf024
r14402: Generate seperate headers for RPC client functions.
2007-10-10 13:57:19 -05:00
Simo Sorce
250dac3072
r14401: Let samldb intercept the async requests.
...
Samld is NOT yet async itself, but as that module only intercepts
user,groups or foreign principal creation and nothing else we can
accept it not to be asynchronous for now.
Simo.
2007-10-10 13:57:18 -05:00
Simo Sorce
0bc3caa918
r14391: rdn_name -> async
2007-10-10 13:57:18 -05:00
Simo Sorce
179e62d093
r14390: the rootdse does not show a distinguishedName attribute
2007-10-10 13:57:18 -05:00
Simo Sorce
4d76af63b0
r14389: rootdse -> async
2007-10-10 13:57:18 -05:00
Stefan Metzmacher
606c038818
r14386: - use echo "..." instead of echo ... in all places
...
- make the output of the CC_CHECKER more readable when you have a fast box
and the each .c file take less than 1s.
metze
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
c1cf9f5aca
r14385: Fix header dependencies.
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
206d182cfb
r14384: Remove orpc code from includes.h
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
f4de155c94
r14383: Fix non-developer build.
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
1ffb82a759
r14381: Kill structs.h
2007-10-10 13:57:17 -05:00
Jelmer Vernooij
1a16a6f1df
r14380: Reduce the size of structs.h
2007-10-10 13:57:16 -05:00
Jelmer Vernooij
1d2d970f3b
r14379: Build torture/rpc/ as a seperate smbtorture module. Move helper
...
functions for rpc out of torture/torture.c
2007-10-10 13:57:16 -05:00
Stefan Metzmacher
bb6d0be0aa
r14374: remove sparse warning
...
metze
2007-10-10 13:57:16 -05:00