Günther Deschner
385316a09a
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.
...
Guenther
2009-01-08 11:19:33 +01:00
Volker Lendecke
1d427dcee0
Add some const to dcerpc_binding_build_tower()
2009-01-06 21:57:01 +01:00
Volker Lendecke
e92b7abca0
Add a NULL check and some const to dcerpc_floor_get_lhs_data()
2009-01-06 21:25:18 +01:00
Günther Deschner
f93b0fcd95
s3-lsa: remove all init_lsa* functions.
...
Guenther
2009-01-06 16:02:13 +01:00
Günther Deschner
b0f7137883
s3-srvsvc: remove all init_srvsvc* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
be8c532352
s3-samr: remove all init_samr_alias* functions.
...
Guenther
2009-01-06 16:02:12 +01:00
Günther Deschner
0b26f84542
s3-samr: remove all init_samr_group* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
15ec090299
s3-samr: remove all init_samr_dom* functions.
...
Guenther
2009-01-06 16:02:11 +01:00
Günther Deschner
52b250fe83
s3-samr: remove init_samr_user* functions.
...
Guenther
2009-01-06 16:02:10 +01:00
Jelmer Vernooij
37e6849d45
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-05 18:01:04 +01:00
Stefan Metzmacher
ee5be748e6
s3:events: move prototypes to event.h
...
metze
2009-01-05 15:07:34 +01:00
Stefan Metzmacher
077d5cff71
s3:events: remove unused stuff
...
metze
2009-01-05 15:07:34 +01:00
Bo Yang
022e2f8199
clean event context after child is forked.
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2009-01-05 15:07:31 +01:00
Jelmer Vernooij
af744e0954
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-04 22:48:23 +01:00
Volker Lendecke
0cc63c6416
Add open_socket_out_defer_send/recv
2009-01-04 16:42:40 +01:00
Volker Lendecke
19b783cce9
Async wrapper for open_socket_out_send/recv
2009-01-04 16:42:40 +01:00
Volker Lendecke
4df681abf4
async libwbclient infrastructure
2009-01-04 16:42:40 +01:00
Volker Lendecke
fafb9ecc61
open_socket_out is always used with SOCK_STREAM, remove argument "type"
2009-01-03 19:22:06 +01:00
Jelmer Vernooij
08259c1c52
Add iconv_convenience argument to size functions.
2009-01-01 04:45:33 +01:00
Volker Lendecke
972295f80a
Rename parent_dirname_talloc() to parent_dirname()
2008-12-31 19:33:25 +01:00
Volker Lendecke
9b79181f15
Remove unused function parent_dirname
2008-12-31 19:33:25 +01:00
Volker Lendecke
add3d572d0
Remove unused function get_numlist()
2008-12-31 19:33:24 +01:00
Volker Lendecke
ce2ff557bd
Fix an ancient uninitialized variable read
...
The callers of open_file_ntcreate expect *psbuf to be filled correctly
2008-12-31 10:51:44 +01:00
Stefan Metzmacher
465176b7e2
s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADD
...
This means we correctly pass IPv6 addresses too.
(CTDB_CONTROL_TCP_CLIENT was IPv4 only)
metze
2008-12-30 16:18:08 +01:00
Stefan Metzmacher
0544734309
s3:passdb: make marshalling struct samu from and to a buffer more generic
...
This marshalling isn't specific to tdbsam and it's
ugly to have the related functions in two different files.
metze
2008-12-29 21:10:49 +01:00
Volker Lendecke
82a152fcf9
Add write_data_iov
2008-12-29 13:24:27 +01:00
Volker Lendecke
6251b97e02
Add sys_writev
2008-12-29 13:24:27 +01:00
Stefan Metzmacher
a255f9ce71
s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()
...
All callers expect 0 an success and -1 on error.
metze
2008-12-29 09:05:15 +01:00
Volker Lendecke
9f31468bd3
Add async cli_write_andx and cli_pull
2008-12-19 23:16:25 +01:00
Volker Lendecke
ae0c6cff25
Remove the direct inbuf reference from construct_reply_common()
2008-12-19 18:08:47 +01:00
Volker Lendecke
f87da49830
Make cli_negprot async
2008-12-19 10:50:52 +01:00
Volker Lendecke
bb8ca0fdbf
Make cli_negprot return NTSTATUS instead of bool
2008-12-19 10:28:30 +01:00
Volker Lendecke
96a3d7be31
cli_negprot_send -> cli_negprot_sendsync
2008-12-19 10:28:20 +01:00
Günther Deschner
43d0a4813b
s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.
...
Guenther
2008-12-17 23:52:42 +01:00
Günther Deschner
934b90c17c
s3-ntsvcs: remove old _PNP_GetDeviceList.
...
Guenther
2008-12-17 23:52:41 +01:00
Jelmer Vernooij
2be233ebe3
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-12-15 23:19:49 +01:00
Michael Adam
91c543f0b5
s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()
...
Michael
2008-12-15 14:16:06 +01:00
Jelmer Vernooij
573441ff9b
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2008-12-14 17:17:55 +01:00
Volker Lendecke
daeb3a190d
Remove the global "cmdline_auth_info" from source3/lib/util.c
...
This involves changing all our clients, that's why it's so large.
2008-12-14 14:00:43 +01:00
Stefan Metzmacher
895c40d03a
s3:libsmb/namequery.c: add saf_join_store() function
...
saf_join_store() should be called after a successful
domain join, the affinity to the dc used at join time
has a larger ttl, to avoid problems with delayed replication.
metze
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Günther Deschner <gd@samba.org>
(cherry picked from commit 80e74a27c55c01221091e3eec930c2ac4433c22c)
2008-12-13 11:42:35 +01:00
Günther Deschner
fb6803119c
s3: remove duplicate prototypes in proto.h.
...
Guenther
2008-12-13 00:26:13 +01:00
Jelmer Vernooij
cd25b6245f
Move dom_sid to the Samba 3 IDL file, remove the old definition.
2008-12-12 20:20:01 +01:00
Volker Lendecke
1c6a87604f
Fix the build
...
Crap, too many trees and no instant, infinitely fast rebuild
Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-11 00:00:50 +01:00
Volker Lendecke
7ad9676864
Revert "Fix the build"
...
This reverts commit c044b09572631cbdd686e5dbbdfbcc731145533a.
2008-12-10 23:13:34 +01:00
Volker Lendecke
c044b09572
Fix the build
...
Crap, too many trees and no instant, infinitely fast rebuild
2008-12-10 19:02:11 +01:00
Günther Deschner
b431406357
s3-netlogon: fix netlogon server build.
...
Guenther
2008-12-10 11:58:28 +01:00
Tim Prouty
7b9f6dda13
s3: [3/3]: Fix a delete on close divergence from windows and the associated torture test
...
This third patch cleans up by removing all of the code that is made
obsolete by the first patch. It should cause no functional changes.
2008-12-09 18:06:49 -08:00
Tim Prouty
2053f77b3c
s3: Refactor calculating path from relative_fid into a separate function
2008-12-09 14:51:48 -08:00
Tim Prouty
6153f622af
s3: Refactor getting sec_info from a security_descriptor into separate function
2008-12-09 14:51:48 -08:00
Tim Prouty
d5d9d3dc0e
s3: Make a few open utility functions non-static
...
This allows vfs modules that implement SMB_VFS_CREATE_FILE to access
some of the useful utility functions.
2008-12-09 14:51:47 -08:00