summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Collapse)AuthorAgeFilesLines
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-122-9/+11
| | | | | | If they are not explicitely set in either place both will default to LOCKDIR. Signed-off-by: Michael Adam <obnox@samba.org>
* Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke2009-01-111-6/+0
|
* Pass the full ndr_interface_table into the s3 rpcserver when registeringVolker Lendecke2009-01-091-0/+4
|
* Add derpc_transport_string_by_transport(), apply some constVolker Lendecke2009-01-091-1/+2
|
* s3: Add delete_all_streams to proto.hTim Prouty2009-01-091-0/+1
|
* s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner2009-01-093-59/+0
| | | | Guenther
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-092-38/+0
| | | | Guenther
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-1/+1
| | | | | | | | | | We use a fd event and receive incoming smb requests when the fd becomes readable. It's not completely nonblocking yet, but it should behave like the old code. We use timed events to trigger retries for deferred open calls. metze
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-082-2/+1
|
* Make use of a talloc_destructor for free_printer_entryVolker Lendecke2009-01-081-1/+0
|
* s3-svcctl: use pidl based struct SERVICE_STATUS.Günther Deschner2009-01-082-9/+3
| | | | Guenther
* s3-svcctl: remove some more redundant headers.Günther Deschner2009-01-081-13/+0
| | | | Guenther
* s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.Günther Deschner2009-01-082-4/+4
| | | | Guenther
* s3-svcctl: remove (now duplicate) defines.Günther Deschner2009-01-081-22/+0
| | | | Guenther
* s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.Günther Deschner2009-01-081-5/+0
| | | | Guenther
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-081-3/+3
| | | | metze
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-082-42/+0
| | | | Guenther
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-082-25/+0
| | | | Guenther
* svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner2009-01-081-14/+0
| | | | Guenther
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-4/+0
| | | | Guenther
* svcctl: move SVC_STATUS_ to idl.Günther Deschner2009-01-081-2/+0
| | | | Guenther
* Add some const to dcerpc_binding_build_tower()Volker Lendecke2009-01-061-1/+3
|
* Add a NULL check and some const to dcerpc_floor_get_lhs_data()Volker Lendecke2009-01-061-1/+2
|
* s3-lsa: remove all init_lsa* functions.Günther Deschner2009-01-061-21/+0
| | | | Guenther
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-061-128/+0
| | | | Guenther
* s3-samr: remove all init_samr_alias* functions.Günther Deschner2009-01-061-6/+0
| | | | Guenther
* s3-samr: remove all init_samr_group* functions.Günther Deschner2009-01-061-14/+0
| | | | Guenther
* s3-samr: remove all init_samr_dom* functions.Günther Deschner2009-01-061-37/+0
| | | | Guenther
* s3-samr: remove init_samr_user* functions.Günther Deschner2009-01-061-126/+0
| | | | Guenther
* Move the "rid_name" typedef to the only place where it might be usedVolker Lendecke2009-01-061-5/+0
|
* s3 merged build: Remove redundant #defines that are in idl generated headersTim Prouty2009-01-051-101/+3
| | | | | | | | | 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.
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-054-47/+26
|\
| * s3:events: register as tevent backendStefan Metzmacher2009-01-051-27/+5
| | | | | | | | metze
| * s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher2009-01-051-2/+0
| | | | | | | | metze
| * s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher2009-01-051-2/+0
| | | | | | | | metze
| * s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+4
| | | | | | | | metze
| * s3:events: move prototypes to event.hStefan Metzmacher2009-01-054-44/+46
| | | | | | | | metze
| * s3:events: remove unused stuffStefan Metzmacher2009-01-051-1/+0
| | | | | | | | metze
| * clean event context after child is forked.Bo Yang2009-01-051-0/+2
| | | | | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-051-1/+1
|\|
| * Add create_file to vfs_op_namesVolker Lendecke2009-01-051-1/+1
| |
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-045-20/+58
|\|
| * Add open_socket_out_defer_send/recvVolker Lendecke2009-01-041-0/+7
| |
| * Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-3/+8
| |
| * async libwbclient infrastructureVolker Lendecke2009-01-042-0/+11
| |
| * Convert async_connect to "normal" styleVolker Lendecke2009-01-041-3/+5
| |
| * Add an async queueing mechanismVolker Lendecke2009-01-041-0/+8
| |
| * Add async timeout helpersVolker Lendecke2009-01-041-0/+10
| |
| * open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-2/+1
| |
| * Fix retval of async_syscall_result_intVolker Lendecke2009-01-031-1/+1
| |