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
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
Stefan Metzmacher
526f20bbec
r14079: I just found the setproctitle library from alt linux:-)
...
- add set_title hook to the process models
- use setproctitle library in process_model standard if available
- the the title for the task servers and on connections
metze
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
a465126e15
r14078: move ldb_global_init() to the main smbd code,
...
to fix the process_model standard
metze
2007-10-10 13:56:49 -05:00
Stefan Metzmacher
89b5667ab0
r14072: - only add the 'lib' prefix to libraries not modules
...
- fix installation of plugins (and make it a bit more verbose
- get rid of the '#define libfoo_module_init init_module'
and genereated a wrapper function in bin/libfoo_module_init_module.c
- change the standard visibility for modules to hidden
- a few make clean fixes
metze
2007-10-10 13:54:02 -05:00
Stefan Metzmacher
af63ed9eb3
r14071: fix the build
...
metze
2007-10-10 13:54:01 -05:00
Stefan Metzmacher
be8874e9d3
r14070: this functions need to be exported,
...
it's ugly, but they're used in torture tests
I hope to find a better solution for this later...
metze
2007-10-10 13:54:01 -05:00
Stefan Metzmacher
bc5281a95f
r14067: give more usefull errors
...
metze
2007-10-10 13:52:40 -05:00
Stefan Metzmacher
29a1c0bb69
r14066: fix whitespaces
...
metze
2007-10-10 13:52:39 -05:00
Stefan Metzmacher
91a3a0b795
r14065: build gensec_schannel always static as libnet needs functions from it
...
metze
2007-10-10 13:52:39 -05:00