Jelmer Vernooij
3fda6c5c2a
Remove global_loadparm stub in Samba 3 as it's no longer used.
2008-11-02 18:28:06 +01:00
Jelmer Vernooij
b327c0a2da
Samba3: Remove more configure tests already done by libreplace.
2008-11-02 17:39:41 +01:00
Jelmer Vernooij
41e44d6958
Remove MIN, MAX, slprintf, vslprintf defines already provided by libreplace.
2008-11-02 17:29:39 +01:00
Jelmer Vernooij
ff36c52d8c
Remove another use of global_loadparm.
...
Eventually, we should move some of these parameters into a separate
struct (perhaps into smb_transport_options?), to avoid the long lists of
parameters.
2008-11-02 16:07:28 +01:00
Jelmer Vernooij
9de80e7abc
Samba3: Include util.h header file rather than having custom prototypes.
2008-11-01 03:14:43 +01:00
Jelmer Vernooij
ea474647f8
Revert Samba3 back to using its own charset handling code.
2008-10-24 16:05:15 +02:00
Jelmer Vernooij
56a0b035c6
Remove more uses of global_loadparm.
2008-10-24 14:31:16 +02:00
Günther Deschner
78a85f9e96
svcctl: move some non-rpc related bits out of rpc_svcctl.h.
...
Guenther
2008-10-24 00:06:07 +02:00
Jelmer Vernooij
cf659fa4fe
Import talloc_stack into util library.
2008-10-23 17:27:30 +02:00
Jelmer Vernooij
44b728958a
Use common error definitions.
2008-10-23 15:35:21 +02:00
Günther Deschner
d9f1fff5b3
s3: use shared asn1 code.
...
Guenther
2008-10-22 21:37:36 +02:00
Jelmer Vernooij
d36edccc00
Merge branch 'master' of git://git.samba.org/samba
...
Conflicts:
source3/include/proto.h
2008-10-20 21:35:10 +02:00
Günther Deschner
c3f3271b82
s3-build: no need to duplicate generated srv_ prototypes.
...
Guenther
2008-10-20 19:46:44 +02:00
Jelmer Vernooij
4a8c05a91b
Remove unused macro CONST_ADD.
2008-10-20 16:52:00 +02:00
Jelmer Vernooij
05a0ccadb0
Remove unused define for crypt (now in libreplace).
2008-10-20 16:46:19 +02:00
Jelmer Vernooij
b1a1fbcbfb
Remove defines for QSORT_CAST, already provided by libreplace.
2008-10-19 09:53:18 +02:00
Jelmer Vernooij
0742635355
Simplify SIG_ATOMIC_T define, since sig_atomic_t is always provided by
...
libreplace.
2008-10-19 09:51:26 +02:00
Jelmer Vernooij
5380d43d3b
Remove duplicate macro definitions (already defined in libutil/attr.h)
2008-10-19 09:47:45 +02:00
Jelmer Vernooij
2c5221ef7a
Use attr.h rather than having local defines for GCC attributes.
2008-10-18 18:50:37 +02:00
Jelmer Vernooij
dea4db9611
Remove obsolete comment about bool.
2008-10-18 14:15:25 +02:00
Jelmer Vernooij
fb1a93e666
Remove defines already provided by the system or libreplace.
2008-10-18 14:15:20 +02:00
Jelmer Vernooij
3189d14152
Use the new memory macro file from Samba 3.
2008-10-18 14:07:51 +02:00
Jelmer Vernooij
0132423a09
Share libndr.h between Samba 3 and Samba 4.
2008-10-15 00:35:13 +02:00
Jelmer Vernooij
606c398fb8
Rely on standard {u,}int{8,16,32,64}_t types provided by system or
...
libreplace for {u,}int{8,16,32,64} defines.
2008-10-14 03:38:34 +02:00
Jelmer Vernooij
d4f647c859
Remove define for VOLATILE, volatile is already provided by libreplace.
2008-10-14 03:17:52 +02:00
Jelmer Vernooij
efdc503440
MAXHOSTNAMELEN is already provided by libreplace if not by the system.
2008-10-14 03:14:46 +02:00
Jelmer Vernooij
2d92361a1c
Remove unused data type schar. If we really need this, it should probably be typedeffed to int8_t.
2008-10-14 03:14:07 +02:00
Jelmer Vernooij
4746f79d50
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-14 01:59:36 +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
Jelmer Vernooij
348be5f1e4
Share data_blob implementation.
2008-10-12 01:46:15 +02:00
Jelmer Vernooij
cb78d4593b
Cope with changed signature of http_timestring().
2008-10-11 23:57:44 +02:00
Jelmer Vernooij
7a27c07a27
Remove duplicate copy of dlinklist.h.
2008-10-11 21:48:00 +02:00
Jelmer Vernooij
edeb20b921
Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4
...
Conflicts:
source3/include/includes.h
2008-09-24 18:38:45 +02:00
Jelmer Vernooij
d2062ab74f
Use common crc32 implementation.
2008-09-24 16:46:02 +02:00
Jelmer Vernooij
da01822671
Use common arcfour implementation.
2008-09-24 16:04:43 +02:00
Jelmer Vernooij
2413a72006
Use shared copy of hmac5 implementation.
2008-09-24 15:44:34 +02:00
Jelmer Vernooij
45bc578664
Use common MD5.
2008-09-24 15:34:30 +02:00
Günther Deschner
f07431f5ba
s3-nbt: use the new generated nbt.
...
Guenther
2008-09-24 03:34:23 +02:00
Jelmer Vernooij
bf21371c09
Merge branch 'singlereplace' into single
...
Conflicts:
source4/configure.ac
source4/torture/local/config.mk
2008-09-16 16:45:10 +02:00
Jelmer Vernooij
0888ffa2b7
Make Samba 3 and Samba 4 both use the same single copy of libreplace.
2008-09-16 16:30:14 +02:00
Jelmer Vernooij
80a5da73e9
Share talloc source code between Samba 3 and Samba 4.
2008-09-16 14:36:41 +02:00
Günther Deschner
3f41545b61
messaging: move types to IDL.
...
Guenther
(This used to be commit 6c346d0eb2
)
2008-09-12 14:09:42 +02:00
Günther Deschner
bff20e14c3
kerberos: use KRB5_KT_KEY macro where appropriate.
...
Guenther
(This used to be commit a042dffd71
)
2008-08-29 11:01:34 +02:00
Michael Adam
4136ab3c98
Put prototypes of modules/vfs_irixacl.c to new modules/vfs_irixacl.h.
...
Thereby (hopefully) fixing the potential build problems with IRIX acls.
Michael
(This used to be commit 61c201d416
)
2008-08-14 11:22:49 +02:00
Michael Adam
34294b31aa
Put prototypes of modules/vfs_hpuxacl.c to new modules/vfs_hpuxacl.h.
...
Thereby (hopefully) fixing the potential build problems with HPUX acls.
Michael
(This used to be commit 4f2a1de990
)
2008-08-14 11:22:48 +02:00
Michael Adam
1c72d476ec
Put prototypes of modules/vfs_solarisacl.c to new modules/vfs_solarisacl.h.
...
Thereby (hopefully) fixing the potential build problems with solaris acls.
Michael
(This used to be commit 8413c05afc
)
2008-08-14 11:22:48 +02:00
Michael Adam
14fd4ac3ea
Put prototypes of modules/vfs_tru64acl.c to new modules/vfs_tru64acl.h.
...
Thereby (hopefully) fixing the build with tru64 acls.
Michael
(This used to be commit 1ab64b6985
)
2008-08-14 11:22:48 +02:00
Michael Adam
7871fa0b69
Put prototypes of modules/vfs_posixacl.c into new modules/vfs_posixacl.h.
...
Michael
(This used to be commit 876f679343
)
2008-08-14 11:22:48 +02:00
Volker Lendecke
b67def0a55
Add simple async wrappers around send, recv and connect
...
To be used later :-)
(This used to be commit 0d161d336a
)
2008-08-08 18:30:57 +02:00