Jelmer Vernooij
e09c0c1185
Merge branch 'master' of ssh://git.samba.org/data/git/samba into crypt
2008-10-19 14:27:08 +02:00
Jelmer Vernooij
7f826373db
Move smb.conf parser to libutil to match Samba 4.
2008-10-19 14:03:20 +02:00
Jelmer Vernooij
55a88210d8
Add vlp to TORTURE_PROGS since it's required by "make test".
2008-10-19 13:35:37 +02:00
Jelmer Vernooij
99f0d6b1c1
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-10-19 13:20:55 +02:00
Jelmer Vernooij
f0c4829e82
Remove silly safe_free() function which is a wrapper around SAFE_FREE().
...
Since it's a function it just sets the local pointer to NULL and basically
is an equivalent to free().
It also claims it's being used for callbacks but isn't used that way
anywhere.
2008-10-19 13:06:14 +02:00
Jelmer Vernooij
9fec173b07
Merge branch 'master' of ssh://git.samba.org/data/git/samba into strhex
2008-10-19 12:39:37 +02:00
Jelmer Vernooij
8e704e4107
Move more functions out of util_str.c into the shared util.c.
2008-10-19 12:38:16 +02:00
Volker Lendecke
ded09b28de
Inline the once-used macro "init_dfsroot"
2008-10-19 11:36:32 +02:00
Jelmer Vernooij
7af7935d0e
Specify ZLIB_LIBS explicitly in case zlib isn't brought in any other way.
2008-10-19 11:22:19 +02:00
Jelmer Vernooij
2fc058bdb0
Make generate_random_buffer signature match that of lib/util.
2008-10-19 10:16:21 +02:00
Jelmer Vernooij
7275952568
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
...
Samba 4.
2008-10-19 10:05:48 +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
Günther Deschner
044bb5ce39
s3-build: re-run make samba3-idl.
...
Guenther
2008-10-19 00:26:16 +02:00
Günther Deschner
f34b6bfe34
idl: share drsblobs idl.
...
Guenther
2008-10-18 23:54:49 +02:00
Günther Deschner
80af41b5ea
drsuapi: build new merged drsuapi idl and helpers.
...
Guenther
2008-10-18 23:25:58 +02:00
Günther Deschner
d413e1f40a
drsuapi: share drsuapi idl and helper code.
...
Guenther
2008-10-18 23:25:48 +02:00
Günther Deschner
9289537c90
s3-build: fix the build of smbd.
...
Guenther
2008-10-18 21:45:49 +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
33032d591f
Move ufc to libreplace.
2008-10-18 17:49:41 +02:00
Jelmer Vernooij
f3f9446ec1
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
2008-10-18 16:16:57 +02:00
Jelmer Vernooij
89c9545430
Use str_list_equal() rather than str_list_compare().
2008-10-18 15:56:07 +02:00
Michael Adam
339925f98d
[s3]loadparm: remove param/params.c which is used no more.
...
Michael
2008-10-18 15:36:18 +02:00
Michael Adam
7f5a94cf12
[s3]build: use ..lib/util/params.c instead of param/params.c
...
Michael
2008-10-18 15:36:17 +02:00
Michael Adam
ef9ccf5d20
[s3]test_lp_load: fix "no talloc stackframe around" message
...
gfree_loadparm() and TALLOC_FREE(frame) were in the wron order.
Michael
2008-10-18 15:36:17 +02:00
Michael Adam
15f0a4eadb
[s3]testparm: prevent "no stackframe around" warning.
...
gfree_loadparm and TALLOC_FREE(frame) were in the wrong order.
Michael
2008-10-18 15:36:16 +02:00
Jelmer Vernooij
b3b6d8f3f9
Fix const, dupes.
2008-10-18 15:00:18 +02:00
Jelmer Vernooij
593549fc00
Fix build of 'everything'
2008-10-18 14:28:48 +02:00
Jelmer Vernooij
2d89b52be8
Use separate make variables for libutil and libcrypto.
2008-10-18 14:28:40 +02:00
Jelmer Vernooij
519458a2fa
Use shared util.c.
2008-10-18 14:27:13 +02:00
Jelmer Vernooij
93310970e3
s3: Fix make clean
2008-10-18 14:19:55 +02:00
Jelmer Vernooij
842ea427bc
Use standard va_copy.
2008-10-18 14:15:33 +02:00
Jelmer Vernooij
4083247a48
Remove empty file.
2008-10-18 14:15:29 +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
9d9f5b44ed
Use common detection function for zlib.
2008-10-18 14:14:44 +02:00
Jelmer Vernooij
3189d14152
Use the new memory macro file from Samba 3.
2008-10-18 14:07:51 +02:00
Jeremy Allison
7c94c874c4
Unify access checks for lsa server functions.
...
Jeremy.
2008-10-17 15:24:15 -07:00
Günther Deschner
ef8f3c0e56
s3-build: cleanup in ../librpc as well on "make clean".
...
Guenther
2008-10-17 23:46:53 +02:00
Günther Deschner
d7264320f4
s3-build: re-run make samba3-idl.
...
Guenther
2008-10-17 23:02:11 +02:00
Günther Deschner
82aeb52ec0
s3-winreg: merge from s4 winreg idl.
...
Guenther
2008-10-17 23:02:02 +02:00
Günther Deschner
6503ffaa04
s3: fix s3 drsuapi callers.
...
Guenther
2008-10-17 10:54:01 +02:00
Günther Deschner
bd07fdcebe
s3-build: re-run make samba3-idl.
...
Guenther
2008-10-17 10:54:01 +02:00
Günther Deschner
d2a007b629
s3: merge from s4 drsuapi.idl.
...
Guenther
2008-10-17 10:54:01 +02:00
Jeremy Allison
c783d8a32e
Cope with bad trans2mkdir requests from System i QNTC IBM SMB client.
...
If total_data == 4 Windows doesn't care what values
are placed in that field, it just ignores them.
The System i QNTC IBM SMB client puts bad values here,
so ignore them.
Jeremy.
2008-10-16 21:03:59 -07:00
Jeremy Allison
6f77607047
Fix bug 5826 - Directory/Filenames get truncated when 3.2.0 client acesses old server.
...
There was some code in pull_ucs2_base_talloc() to cope with this case which
hadn't been added to pull_ascii_base_talloc(). The older Samba returns non
unicode names which is why you are seeing this codepath being executed.
Unify the logic in pull_ascii_base_talloc() and pull_ucs2_base_talloc().
Jeremy.
2008-10-16 15:40:57 -07:00
Günther Deschner
f0dcc1fad4
s4-build: fix drsuapi callers.
...
Guenther
2008-10-16 14:03:10 +02:00
Günther Deschner
f0dccc0307
s3: re-merge s4 drsuapi helper and re-run make samba3-idl.
...
Guenther
2008-10-16 14:02:26 +02:00
Günther Deschner
04a676f9a4
s3-idl: merge from s4 drsuapi.idl.
...
Guenther
2008-10-16 14:00:42 +02:00