summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-0/+3
| | | | | | 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-091-9/+0
| | | | Guenther
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-10/+0
| | | | Guenther
* Now that all policy_handle free_fn's are just TALLOC_FREE, dump free_fnVolker Lendecke2009-01-081-1/+1
|
* 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-081-8/+0
| | | | Guenther
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-081-4/+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
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-051-40/+1
|\
| * s3:events: move prototypes to event.hStefan Metzmacher2009-01-051-40/+0
| | | | | | | | 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-041-4/+25
|\|
| * 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-041-0/+10
| |
| * open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-2/+1
| |
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-011-13/+0
|/
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+2
|
* Remove unused function parent_dirnameVolker Lendecke2008-12-311-1/+0
|
* Remove unused function get_numlist()Volker Lendecke2008-12-311-1/+0
|
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-311-1/+2
| | | | The callers of open_file_ntcreate expect *psbuf to be filled correctly
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-301-1/+0
| | | | | | | This means we correctly pass IPv6 addresses too. (CTDB_CONTROL_TCP_CLIENT was IPv4 only) metze
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2008-12-291-2/+3
| | | | | | | This marshalling isn't specific to tdbsam and it's ugly to have the related functions in two different files. metze
* Add write_data_iovVolker Lendecke2008-12-291-0/+1
|
* Add sys_writevVolker Lendecke2008-12-291-0/+1
|
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-291-1/+1
| | | | | | All callers expect 0 an success and -1 on error. metze
* Add async cli_write_andx and cli_pullVolker Lendecke2008-12-191-0/+19
|
* Remove the direct inbuf reference from construct_reply_common()Volker Lendecke2008-12-191-2/+0
|
* Make cli_negprot asyncVolker Lendecke2008-12-191-0/+4
|
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-1/+1
|
* cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke2008-12-191-1/+1
|
* s3-ntsvcs: remove last traces of hand-marshalled NTSVCS.Günther Deschner2008-12-171-11/+0
| | | | Guenther
* s3-ntsvcs: remove old _PNP_GetDeviceList.Günther Deschner2008-12-171-3/+0
| | | | Guenther
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-151-1/+1
|\
| * s3:loadparm: rename lp_local_ptr() to lp_local_ptr_by_snum()Michael Adam2008-12-151-1/+1
| | | | | | | | Michael
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2008-12-141-795/+25
|\|
| * Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-141-17/+24
| | | | | | | | This involves changing all our clients, that's why it's so large.
| * s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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)