Stefan Metzmacher
7f2cf6b166
s3:smbd: make mangle_fns const
...
metze
2009-01-08 12:22:17 +01:00
Günther Deschner
07e1e30b96
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.
...
Guenther
2009-01-08 11:19:34 +01:00
Günther Deschner
3079e14f94
s3-svcctl: use pidl for _svcctl_QueryServiceConfig2W.
...
Guenther
2009-01-08 11:19:33 +01:00
Günther Deschner
5581637d22
s3-svcctl: fix return code for _svcctl_QueryServiceStatusEx.
...
Guenther
2009-01-08 11:19:33 +01:00
Günther Deschner
385316a09a
s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.
...
Guenther
2009-01-08 11:19:33 +01:00
Günther Deschner
b42cb4944a
s3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.
...
Guenther
2009-01-08 11:19:32 +01:00
Günther Deschner
6eb507e30d
s3-svcctl: use pidl's ndr opcodes for NDR_SVCCTL_QUERYSERVICECONFIGW.
...
Guenther
2009-01-08 11:19:31 +01:00
Günther Deschner
55da3807d7
svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.
...
Guenther
2009-01-08 11:19:12 +01:00
Günther Deschner
176bbcf90c
svcctl: add svcctl_ConfigLevel from samba 3.
...
Guenther
2009-01-08 11:18:57 +01:00
Günther Deschner
550c64bef9
svcctl: move SVC_STATUS_ to idl.
...
Guenther
2009-01-08 10:58:10 +01:00
Jeremy Allison
9b44fb1c93
Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict.
...
Jeremy.
2009-01-07 14:57:20 -08:00
boyang
45c67ff244
refresh sequence number as soon as possible when domain->sequence_number == -1 or domain->last_status is not ok.
2009-01-07 11:02:04 -08:00
Volker Lendecke
00a401aa3e
Remove unused struct CLI_POLICY_HND
2009-01-07 17:17:03 +01:00
Volker Lendecke
e1459a2379
Several fixes to our use of splice
...
The splice manpage explicitly requires loff_t as offset. Copy "offset" there.
Probably not required, but I wanted to make sure it's as required.
Splice blocks with large buffers. For me it worked with 16k and blocked with
32k and beyond. It would be nice to see a clarification in the manpage of
splice for this behaviour.
Splice if used with an offset increments the offset. From the manpage this was
at least not entirely obvious :-)
I haven't yet activated this (try_splice_call ist still false by default), it
needs more testing.
Volker
2009-01-07 12:04:44 +01:00
Jeremy Allison
d1f7a37174
Make winbindd_cm.c use winbindd_reinit_after_fork().
...
Jeremy.
2009-01-06 17:34:06 -08:00
Jeremy Allison
e13983870f
Fix bug #6017 , - magic script does not work. based on a patch from monyo@samba.gr.jp.
...
Jeremy.
2009-01-06 16:05:28 -08:00
Jeremy Allison
7b77ac5365
Add winbindd_reinit_after_fork(), cleaning out all possible events
...
in a forked child.
Jeremy.
2009-01-06 15:14:52 -08:00
Jeremy Allison
e95101da58
Factor out lots of common code into a function.
...
Jeremy.
2009-01-06 13:16:46 -08: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
e2fa47a04c
s3-lsa: avoid 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
a94157c759
s3-srvsvc: avoid 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
20ba0a947a
s3-samr: avoid 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
05784d0fa8
s3-samr: avoid 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
d2d8d7a087
s3-samr: avoid all init_samr_Domain* 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
Günther Deschner
46f55ef5bc
s3-samr: avoid all init_samr_user* functions.
...
Guenther
2009-01-06 16:02:10 +01:00
Volker Lendecke
db955fa7b9
s3/swat: Fix creation of the first share using SWAT.
...
This fixes bug #5965 .
2009-01-06 15:15:59 +01:00
Volker Lendecke
ef54ad52e0
Move the "rid_name" typedef to the only place where it might be used
2009-01-06 11:24:59 +01:00
Tim Prouty
ed5e1e5bd6
s3 merged build: Remove redundant #defines that are in idl generated headers
...
This fixes a series of samba3 build warnings in the merged build with
--enable-picky-developer=yes. 'error: "X" redefined', where X is one
of the redundant #defines.
This required committing a static version of spoolss.h for it to be
included by non-merged s3 builds.
2009-01-05 22:40:04 -08:00
Bo Yang
958bfaff79
set entry->refresh_time to make ccache_regain_all_now() work correctly.
2009-01-05 21:09:44 -08:00
Jeremy Allison
1f8b6238dd
Attempt to fix crash seen with new CUPS async printcap loading code.
...
Jeremy.
2009-01-05 13:47:34 -08:00
Jeremy Allison
65fb7f123b
Fix call to ndr_size_dom_sid, missing parameter.
...
Jeremy.
2009-01-05 13:47:07 -08:00
Stefan Metzmacher
991b294c41
s3:events: use more tevent_common_* functions
...
metze
2009-01-05 22:44:55 +01:00
Jelmer Vernooij
37e6849d45
Merge branch 'master' of ssh://git.samba.org/data/git/samba
2009-01-05 18:01:04 +01:00
Volker Lendecke
0581094023
Attempt to fix the build with dnssd
2009-01-05 17:12:51 +01:00
Volker Lendecke
01891782fd
Fix bug 6014 -- mget shouldn't segfault without arguments
...
Thanks to kevin.paulus@mtm.kuleuven.be for the bug report
Volker
2009-01-05 15:53:26 +01:00
Stefan Metzmacher
59612beea6
s3:winbindd: also handle fd events from the winbind_event_context()
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
303c57ef78
s3:events: register as tevent backend
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
321d875af9
s3: build lib/tevent staticly into samba3
...
metze
2009-01-05 15:07:36 +01:00
Stefan Metzmacher
83ff9d3bcd
s3:events: get rid of the stupid set_event_dispatch_time() function
...
metze
2009-01-05 15:07:35 +01:00
Stefan Metzmacher
f1aa4457c3
s3:events: get rid of the stupid cancel_named_event() function
...
metze
2009-01-05 15:07:35 +01:00
Stefan Metzmacher
c34d5f445a
s3:events: change event_add_timed() prototype to match samba4
...
metze
2009-01-05 15:07:35 +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