Andrew Tridgell
b78abbbce6
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.
2007-10-10 13:57:03 -05:00
Stefan Metzmacher
2a34ed7a07
r14206: fix warnings, the better fix for that will be to make the sidmap code
...
independend of ntvfs...(later...)
metze
2007-10-10 13:57:03 -05:00
Stefan Metzmacher
180a79d103
r14205: move smb specific stuff out of includes.h (finally!!!:-)
...
all this changes really help ccache to speed up the samba4 build:-)
metze
2007-10-10 13:57:03 -05:00
Andrew Bartlett
ce80425f6d
r14203: Include less private heimdal headers.
...
Andrew Bartlett
2007-10-10 13:57:00 -05:00
Andrew Bartlett
d1ca106f05
r14202: Oops. When removing a header, we need to replace it.
...
Andrew Bartlett
2007-10-10 13:57:00 -05:00
Andrew Bartlett
a512d5dd25
r14201: I don't think including roken is going to be a good solution. Let's
...
try and find the real solution.
Andrew Bartlett
2007-10-10 13:57:00 -05:00
Andrew Bartlett
0859ba59ae
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
2007-10-10 13:56:59 -05:00
Andrew Bartlett
d5f9e19b58
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
2007-10-10 13:56:59 -05:00
Andrew Bartlett
97a0a0e2fa
r14198: Update Samba4 to current lorikeet-heimdal.
...
Andrew Bartlett
2007-10-10 13:56:58 -05:00
Andrew Bartlett
1badf363ab
r14181: This doesn't need level 1 debug, it happens whenever the DNS name is looked up.
...
Andrew Bartlett
2007-10-10 13:56:58 -05:00
Andrew Bartlett
2ab71ed518
r14180: The PAC isn't so special that it deserves a level 0 debug any more.
...
Andrew Bartlett
2007-10-10 13:56:58 -05:00
Rafal Szczesniak
384d97e0b2
r14175: More comments and my copyright.
...
rafal
2007-10-10 13:56:58 -05:00
Stefan Metzmacher
29240bae44
r14174: fix typos
...
metze
2007-10-10 13:56:58 -05:00
Stefan Metzmacher
2ef3f59709
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
2007-10-10 13:56:57 -05:00
Stefan Metzmacher
fba4229e56
r14172: composite_is_ok(c) destroys c, when the status isn't ok.
...
so we need to return directly.
metze
2007-10-10 13:56:57 -05:00
Rafal Szczesniak
6b94e81e5a
r14165: More comments and my copyright.
...
rafal
2007-10-10 13:56:57 -05:00
Rafal Szczesniak
8582d6dfc5
r14164: More comments.
...
rafal
2007-10-10 13:56:57 -05:00
Simo Sorce
6f041068b5
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.
2007-10-10 13:56:56 -05:00
Simo Sorce
72523eae7f
r14162: Minor fixes on sort
...
Initial work on async paged_results
2007-10-10 13:56:56 -05:00
Simo Sorce
09f6f552d7
r14161: return early if we know the job is already finished
2007-10-10 13:56:56 -05:00
Stefan Metzmacher
bce4db8d1c
r14160: don't write behind the buffer
...
metze
2007-10-10 13:56:56 -05:00
Stefan Metzmacher
ed9ed1f48f
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
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
0665a465ba
r14154: Add summary line for extended attribute library
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
ee90b80679
r14151: Add simple script that writes a summary to show what libraries the user
...
(might) be missing.
2007-10-10 13:56:55 -05:00
Jelmer Vernooij
fc991c61b3
r14149: Add BUGS.txt ( fixes #3523 )
2007-10-10 13:56:55 -05:00
Rafal Szczesniak
036d35ff17
r14143: Replace old function with equivalent based on new async code.
...
rafal
2007-10-10 13:56:55 -05:00
Andrew Tridgell
2cd4cd1674
r14142: fixed ascii padding of nttrans create in server too
2007-10-10 13:56:54 -05:00
Andrew Tridgell
f432d23b04
r14141: fixed bugzilla 2921, forcing correct alignment when in ascii mode
2007-10-10 13:56:54 -05:00
Stefan Metzmacher
45441954d0
r14140: block SIGPIPE in smbtorture
...
hopefully this fixed the problems with BASE-NEGNOWAIT
metze
2007-10-10 13:56:54 -05:00
Jelmer Vernooij
03c06c6f7f
r14139: Fix issue with undefined variables.
2007-10-10 13:56:54 -05:00
Stefan Metzmacher
bc905952eb
r14138: this isn't needed
...
metze
2007-10-10 13:56:53 -05:00
Stefan Metzmacher
8b8d92beed
r14137: move **p2 to the _recv function for setup the second pipe
...
metze
2007-10-10 13:56:53 -05:00
Rafal Szczesniak
9e3321130e
r14136: Fix bug causing segfaults in certain circumstances (gcc3.x among
...
others, probably). Funny thing, it didn't segfault on my laptop
and gcc4...
rafal
2007-10-10 13:56:53 -05:00
Volker Lendecke
4d0aa6f525
r14131: Fix Coverity bug # 127
2007-10-10 13:56:53 -05:00
Rafal Szczesniak
93358e7d9e
r14125: Fix incorrect declaration caught on build farm.
...
rafal
2007-10-10 13:56:53 -05:00
Rafal Szczesniak
b4c48a6107
r14124: One more thing needed for async dcerpc connect code.
...
rafal
2007-10-10 13:56:52 -05:00
Rafal Szczesniak
a74fb6c5a2
r14123: Huge lump of code making all of our dcerpc connect code
...
asynchronous. Build is ok, and so are the tests.
More comments to follow.
rafal
2007-10-10 13:56:52 -05:00
Stefan Metzmacher
7f32fd0881
r14120: make the rpc client code also libraries
...
metze
2007-10-10 13:56:52 -05:00
Stefan Metzmacher
1e6ac45370
r14117: fix a perl warning
...
jelmer: is there a better place to catch this?
metze
2007-10-10 13:56:52 -05:00
Stefan Metzmacher
13c1059747
r14110: make ndr interface parsing code libraries,
...
so it will not included in multiple modules or binaries
metze
2007-10-10 13:56:52 -05:00
Jelmer Vernooij
d538eac9db
r14109: Modulify the smbcalls subsystem.
2007-10-10 13:56:51 -05:00
Jelmer Vernooij
1004e1521a
r14108: Make the Doxyfiles a bit shorter...
2007-10-10 13:56:51 -05:00
Stefan Metzmacher
1b4c9f7fc2
r14105: fix whitespaces
...
metze
2007-10-10 13:56:51 -05:00
Stefan Metzmacher
dfaa1fe107
r14104: version.h has changed the location
...
metze
2007-10-10 13:56:51 -05:00
Stefan Metzmacher
defc9438d1
r14100: print out the title with the thread specific debug messages
...
metze
2007-10-10 13:56:50 -05:00
Jelmer Vernooij
b76126628c
r14097: Remove subsystem names when installing modules (they're already installed
...
in a subsystem-specific directory)
No longer install smb.h as it only contains (internal) constants.
2007-10-10 13:56:50 -05:00
Stefan Metzmacher
7ad522c7ac
r14096: setup a service task for smbsrv and dcesrv
...
metze
2007-10-10 13:56:50 -05:00
Stefan Metzmacher
fb9e7d176a
r14095: disable setproctitle support by default
...
--with-setproctitle enables it
metze
2007-10-10 13:56:50 -05:00
Jelmer Vernooij
b6ffad3860
r14094: Use saner module directory names, fix loading of server service modules.
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
63778a76be
r14082: fix the build of process model thread
...
metze
2007-10-10 13:56:49 -05:00