Andrew Tridgell
1693d5e507
r14306: fixed two break errors
...
(This used to be commit 03da4fbcdd
)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
27c9674455
r14305: fixed a memory leak and a break error
...
(This used to be commit c791db60c8
)
2007-10-10 13:57:10 -05:00
Andrew Tridgell
3ea60662fd
r14297: make sure we can go through the loop for than once
...
(This used to be commit 6a84940bd3
)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
15ec1f8f00
r14296: added an abort() to SMB_ASSERT() so that static analysers know it doesn't return
...
(This used to be commit 7233481308
)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
250dc086bf
r14295: make sure we return a valid data blob
...
(This used to be commit 759e148734
)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
8fd131a9d4
r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_PUBLIC_=
...
(This used to be commit 6c6bd77ec2
)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
964373b25d
r14293: fixed some errors found with beam
...
(This used to be commit 230636a00e
)
2007-10-10 13:57:09 -05:00
Andrew Tridgell
335d07d811
r14288: - make the snprintf call in talloc portable to older solaris boxes
...
- fixed an error found sing the beam analyser
(This used to be commit bc45451ddd
)
2007-10-10 13:57:08 -05:00
Jelmer Vernooij
3cad0b87dc
r14281: Pull apart LIBDIR and MODULESDIR
...
Move architecture-independent data to DATADIR (was LIBDIR)
(This used to be commit 2c7b62a861
)
2007-10-10 13:57:07 -05:00
Stefan Metzmacher
a1b295ed48
r14256: - rename smb_file -> smb_handle
...
- move it into the in/out substructs again
- allow file.path only on smb_fileinfo/smb_setfileinfo
metze
(This used to be commit be6d5298a2
)
2007-10-10 13:57:06 -05:00
Stefan Metzmacher
33647bd841
r14240: fix summary output (step 2)
...
we now need to explicit enable external libraries in
*.m4 files again...
metze
(This used to be commit ca809a7910
)
2007-10-10 13:57:06 -05:00
Rafal Szczesniak
66e3a63c19
r14239: Fix indentation.
...
rafal
(This used to be commit 7aa90f58b9
)
2007-10-10 13:57:05 -05:00
Rafal Szczesniak
ac574aafc9
r14238: This is not needed anymore, as the state structure is zeroed
...
right after allocation.
rafal
(This used to be commit 87b31c51bb
)
2007-10-10 13:57:05 -05:00
Stefan Metzmacher
bda6c35f2f
r14237: fix the summary output (step 1)
...
metze
(This used to be commit 612fcb46ac
)
2007-10-10 13:57:05 -05:00
Simo Sorce
99dfc7e4d4
r14227: We are passing the wrong pointer here
...
(This used to be commit 22c1b36355
)
2007-10-10 13:57:05 -05:00
Jelmer Vernooij
9edbad7a36
r14223: Couple of small fixes:
...
- properly support --samba3-header argument used alone
- support `security_descriptor' data type
- only print pidl warnings, not perl warnings on erratic input
- insert copyright header in templates
(This used to be commit db1d7358b2
)
2007-10-10 13:57:05 -05:00
Jelmer Vernooij
39f1f55610
r14215: Improve warning/error messages.
...
(This used to be commit 80b9865b37
)
2007-10-10 13:57:04 -05:00
Rafal Szczesniak
be6c9f9a4e
r14211: More comments.
...
rafal
(This used to be commit 9035de56a8
)
2007-10-10 13:57:04 -05:00
Rafal Szczesniak
228abc9624
r14210: 1) Fix an issue with composite context when null event context
...
is passed to dcerpc_epm_map_binding_send.
2) Replace old dcerpc_epm_map_binding with the new function
based on async code, as the above problem is fixed.
rafal
(This used to be commit 85ecb07ab5
)
2007-10-10 13:57:04 -05:00
Andrew Tridgell
40fe45deaa
r14209: don't timeout notify requests in the cifs backend, as they are
...
intended to wait forever
(This used to be commit 7d8da66118
)
2007-10-10 13:57:04 -05:00
Andrew Tridgell
7f0c7702f6
r14208: removed use of req->flags2 inside the ntvfs layer. This should help
...
metze on his quest to unify the ntvfs strucures for the smb and smb2
servers. The only place we needed flags2 inside ntvfs was for the
FLAGS2_READ_PERMIT_EXECUTE bit, which only affects readx, so I added a
readx.in.read_for_execute flag instead.
(This used to be commit b78abbbce6
)
2007-10-10 13:57:03 -05:00
Stefan Metzmacher
d41b55618f
r14206: fix warnings, the better fix for that will be to make the sidmap code
...
independend of ntvfs...(later...)
metze
(This used to be commit 2a34ed7a07
)
2007-10-10 13:57:03 -05:00
Stefan Metzmacher
32b0bb64bc
r14205: move smb specific stuff out of includes.h (finally!!!:-)
...
all this changes really help ccache to speed up the samba4 build:-)
metze
(This used to be commit 180a79d103
)
2007-10-10 13:57:03 -05:00
Andrew Bartlett
bc4156e6e2
r14203: Include less private heimdal headers.
...
Andrew Bartlett
(This used to be commit ce80425f6d
)
2007-10-10 13:57:00 -05:00
Andrew Bartlett
c20ea6123f
r14202: Oops. When removing a header, we need to replace it.
...
Andrew Bartlett
(This used to be commit d1ca106f05
)
2007-10-10 13:57:00 -05:00
Andrew Bartlett
120c308fa5
r14201: I don't think including roken is going to be a good solution. Let's
...
try and find the real solution.
Andrew Bartlett
(This used to be commit a512d5dd25
)
2007-10-10 13:57:00 -05:00
Andrew Bartlett
acd190d8f6
r14200: Now we have real USN support, don't force the values in the provision
...
scripts.
This tests the real module, and avoids duplication.
Andrew Bartlett
(This used to be commit 0859ba59ae
)
2007-10-10 13:56:59 -05:00
Andrew Bartlett
80940b6dc5
r14199: This isn't pretty, but it makes the network interface detection work again.
...
When making build changes, watch out that 'compiles' doesn't mean that
it works...
Andrew Bartlett
(This used to be commit d5f9e19b58
)
2007-10-10 13:56:59 -05:00
Andrew Bartlett
b7afac2b83
r14198: Update Samba4 to current lorikeet-heimdal.
...
Andrew Bartlett
(This used to be commit 97a0a0e2fa
)
2007-10-10 13:56:58 -05:00
Andrew Bartlett
64b619cefe
r14181: This doesn't need level 1 debug, it happens whenever the DNS name is looked up.
...
Andrew Bartlett
(This used to be commit 1badf363ab
)
2007-10-10 13:56:58 -05:00
Andrew Bartlett
18ad7a6c87
r14180: The PAC isn't so special that it deserves a level 0 debug any more.
...
Andrew Bartlett
(This used to be commit 2ab71ed518
)
2007-10-10 13:56:58 -05:00
Rafal Szczesniak
beb9d4f794
r14175: More comments and my copyright.
...
rafal
(This used to be commit 384d97e0b2
)
2007-10-10 13:56:58 -05:00
Stefan Metzmacher
e5e10ca55c
r14174: fix typos
...
metze
(This used to be commit 29240bae44
)
2007-10-10 13:56:58 -05:00
Stefan Metzmacher
307e43bb56
r14173: change smb interface structures to always use
...
a union smb_file, to abtract
- const char *path fot qpathinfo and setpathinfo
- uint16_t fnum for SMB
- smb2_handle handle for SMB2
the idea is to later add a struct ntvfs_handle *ntvfs
so that the ntvfs subsystem don't need to know the difference between SMB and SMB2
metze
(This used to be commit 2ef3f59709
)
2007-10-10 13:56:57 -05:00
Stefan Metzmacher
2b3767b1fe
r14172: composite_is_ok(c) destroys c, when the status isn't ok.
...
so we need to return directly.
metze
(This used to be commit fba4229e56
)
2007-10-10 13:56:57 -05:00
Rafal Szczesniak
3452e89999
r14165: More comments and my copyright.
...
rafal
(This used to be commit 6b94e81e5a
)
2007-10-10 13:56:57 -05:00
Rafal Szczesniak
91b30e8cd3
r14164: More comments.
...
rafal
(This used to be commit 8582d6dfc5
)
2007-10-10 13:56:57 -05:00
Simo Sorce
6e74d83565
r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we
...
get anything if not waiting for all, keeping this
value may just lead to false expectations.
You either make blocking call waiting for ALL results
transforming this in a sync call, or either you loop
expecting from 0 to all results being returned at any
time on any of these loops.
It should be clear also that when you may receive results
at any time as soon as you call ldb_request.
Your callback may have received all results even before
calling ldb_async_wait the first time.
Simo.
(This used to be commit 6f041068b5
)
2007-10-10 13:56:56 -05:00
Simo Sorce
54f26ea2cf
r14162: Minor fixes on sort
...
Initial work on async paged_results
(This used to be commit 72523eae7f
)
2007-10-10 13:56:56 -05:00
Simo Sorce
3baf060604
r14161: return early if we know the job is already finished
...
(This used to be commit 09f6f552d7
)
2007-10-10 13:56:56 -05:00
Stefan Metzmacher
3d9fc634ef
r14160: don't write behind the buffer
...
metze
(This used to be commit bce4db8d1c
)
2007-10-10 13:56:56 -05:00
Stefan Metzmacher
86497db611
r14157: - pass a struct ntvfs_request to the ntvfs layer
...
(for now we just do #define ntvfs_request smbsrv_request,
but it's the first step...)
- rename ntvfs_openfile() -> ntvfs_open()
- fix the talloc hierachie in some places in the ntvfs_map_*() code
metze
(This used to be commit ed9ed1f48f
)
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
b86c1b744b
r14154: Add summary line for extended attribute library
...
(This used to be commit 0665a465ba
)
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
1a49b255af
r14151: Add simple script that writes a summary to show what libraries the user
...
(might) be missing.
(This used to be commit ee90b80679
)
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
701343865c
r14149: Add BUGS.txt ( fixes #3523 )
...
(This used to be commit fc991c61b3
)
2007-10-10 13:56:55 -05:00
Rafal Szczesniak
f3fc42eb7e
r14143: Replace old function with equivalent based on new async code.
...
rafal
(This used to be commit 036d35ff17
)
2007-10-10 13:56:55 -05:00
Andrew Tridgell
9259790df7
r14142: fixed ascii padding of nttrans create in server too
...
(This used to be commit 2cd4cd1674
)
2007-10-10 13:56:54 -05:00
Andrew Tridgell
2d7353dea4
r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode
...
(This used to be commit f432d23b04
)
2007-10-10 13:56:54 -05:00
Stefan Metzmacher
e6023d44bc
r14140: block SIGPIPE in smbtorture
...
hopefully this fixed the problems with BASE-NEGNOWAIT
metze
(This used to be commit 45441954d0
)
2007-10-10 13:56:54 -05:00
Jelmer Vernooij
983d5afead
r14139: Fix issue with undefined variables.
...
(This used to be commit 03c06c6f7f
)
2007-10-10 13:56:54 -05:00