Volker Lendecke
c530009401
Pass struct smb_request to file_free
...
on the way to get rid of chain_fsp
2008-10-13 19:32:38 +02:00
Volker Lendecke
c3fedcddd5
Pass struct smb_request to file_new
...
Goal is to remove the chain_fsp global variable
2008-10-13 19:32:38 +02:00
Volker Lendecke
3bbe5e88e5
Pass struct smb_request to file_fsp
...
The goal is to get rid of the chain_fsp global variable
2008-10-13 19:32:37 +02:00
Matthias Dieter Wallnöfer
88f1d885ea
DSDB cosmetic patches: Some enhancements
...
Also, use the constants more in the "ldif_handlers" module.
2008-10-13 10:47:06 -04:00
Simo Sorce
092bb542da
Revert chunk applied by mistake as part of the cosmetic fixes fromi Mathias
2008-10-13 10:47:06 -04:00
Jelmer Vernooij
65d5b1e7b4
Test maxsize parameter to file_load() as used in Samba 3.
2008-10-13 16:40:27 +02:00
Jelmer Vernooij
2ce72b5a69
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-10-13 16:30:40 +02:00
Jelmer Vernooij
eaba778416
Add test for data_blob_string_const_null.
2008-10-13 16:29:19 +02:00
Matthias Dieter Wallnöfer
345e731fc1
Cosmetic corrections for the DSDB module
...
This commit applies some cosmetic corrections for the DSDB (Directory Server Database).
2008-10-13 10:11:30 -04:00
Jelmer Vernooij
2049cfe743
Share ndr.c implementation.
2008-10-13 16:09:48 +02:00
Jelmer Vernooij
2fddd2e2d5
Share ndrdump implementation.
2008-10-13 15:58:45 +02:00
Jelmer Vernooij
6d02f0805a
Import warning fixes from Samba 3 into libndr, sync more libndr code.
2008-10-13 15:33:40 +02:00
Jelmer Vernooij
58f844ab54
Share uuid implementations.
2008-10-13 15:23:35 +02:00
Jelmer Vernooij
8cae7a5bab
Share ndr_misc implementations.
2008-10-13 15:22:27 +02:00
Jelmer Vernooij
390d37187a
Share ndr_basic implementation.
2008-10-13 15:20:10 +02:00
Jelmer Vernooij
5ae73c67b5
Import warning fixes from Samba 3.
2008-10-13 15:17:41 +02:00
Jelmer Vernooij
e779345bca
Import changes from upstream libndr.
2008-10-13 15:01:28 +02:00
Jelmer Vernooij
de0aa7850c
Move code specific to Samba 3 to a separate file.
2008-10-13 14:38:42 +02:00
Jelmer Vernooij
bf768aa1ec
Import debug macros from Samba 3's libndr.
2008-10-13 14:30:41 +02:00
Jelmer Vernooij
3d6f759d08
Import new enum values.
2008-10-13 14:09:10 +02:00
Günther Deschner
053da4ba0a
s3: fix another build warning.
...
Guenther
2008-10-13 12:32:44 +02:00
Volker Lendecke
167feb2c91
Fix bug 5691: SIGBUS on Solaris
2008-10-13 11:57:15 +02:00
Jelmer Vernooij
f6575a270f
Use DATA_BLOB instead of "struct data_blob".
2008-10-13 05:31:01 +02:00
Jelmer Vernooij
aa982895e5
Add data_blob_string_const_null() function that includes the terminating
...
null byte and use it in Samba 3.
This matches the behaviour prior to my data_blob changes.
2008-10-13 05:20:26 +02:00
Günther Deschner
d5a11f9679
fix build warnings.
...
Guenther
2008-10-13 00:40:57 +02:00
Günther Deschner
f97d92ccbc
s3: fix the build of registry.so gpext.
...
Guenther
2008-10-13 00:39:37 +02:00
Jelmer Vernooij
3994c42f19
Fix number of arguments for file_load() functions.
2008-10-12 19:46:38 +02:00
Jelmer Vernooij
99fba0ca69
Remove Samba3/Samba4-specific bits.
2008-10-12 19:37:17 +02:00
Jelmer Vernooij
6f13c389d9
Fix other paths to binding.o.
2008-10-12 19:36:12 +02:00
Jelmer Vernooij
cc6227d0bc
Ignore generated but unused files.
2008-10-12 19:06:00 +02:00
Jelmer Vernooij
9f2ed1e00f
Share RPC binding string utility functions.
2008-10-12 19:05:46 +02:00
Jelmer Vernooij
edff62a31e
Remove gencache in Samba 4 - it's unused and behind on the Samba 3
...
version.
2008-10-12 18:36:36 +02:00
Jelmer Vernooij
cbe4f1b4fa
Move zlib to top-level root.
2008-10-12 18:29:36 +02:00
Jelmer Vernooij
45b340dd19
Remove unused json code.
2008-10-12 18:28:54 +02:00
Jelmer Vernooij
3b0a1b0363
Make util_tdb.h static since it is now used by Samba3.
2008-10-12 17:50:41 +02:00
Jelmer Vernooij
1b99d8fbb5
Use common util_file code.
2008-10-12 17:34:43 +02:00
Jelmer Vernooij
652f0e601d
Move nmblookup to same location as the rest of the NBT client library.
2008-10-12 17:34:28 +02:00
Jelmer Vernooij
7d371c684d
Sync util_tdb implementations.
2008-10-12 16:53:17 +02:00
Jelmer Vernooij
a52e729f30
Move rbtree.[ch] to lib/util.
2008-10-12 16:27:00 +02:00
Jelmer Vernooij
1d0cda2f03
Use common xfile.h.
2008-10-12 16:19:15 +02:00
Jelmer Vernooij
a59ce1d94c
Use common byteorder.h.
2008-10-12 16:17:21 +02:00
Volker Lendecke
3bcb76a924
Fix "warning: initialization discards qualifiers from pointer target type"
2008-10-12 14:13:24 +02:00
Volker Lendecke
dc2e98edc4
Fix "make etags" -- args list was too long for my etags
2008-10-12 14:04:26 +02:00
Volker Lendecke
756b4b6048
Revert "Make get_rpc_pipe() static"
...
This reverts commit f25972832e
.
2008-10-12 12:16:18 +02:00
Volker Lendecke
f25972832e
Make get_rpc_pipe() static
2008-10-12 11:45:33 +02:00
Volker Lendecke
6b98c1b159
Remove unused #defines
2008-10-12 11:45:26 +02:00
Volker Lendecke
d661ac196e
Fix the build
2008-10-12 10:38:55 +02:00
Jelmer Vernooij
a19929dac1
Add more tests to datablob testsuite.
2008-10-12 05:59:50 +02:00
Jelmer Vernooij
7bd4e6e495
Use common signal helper implementation.
2008-10-12 05:23:26 +02:00
Jelmer Vernooij
5c090e5cda
Import Winbind NSS file for NetBSD in an attempt to fix the build on
...
NetBSD.
2008-10-12 04:54:16 +02:00