summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* s3:proto.h: remove duplicate prototypes.Michael Adam2009-01-301-2/+0
* Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke2009-01-291-1/+2
* cli_ucs2Volker Lendecke2009-01-291-0/+1
* s3:smbd: make mdns registration event driven.Stefan Metzmacher2009-01-271-8/+3
* s3:smbd: make kernel oplocks event drivenStefan Metzmacher2009-01-271-3/+1
* s3:smbd: remove pointless respond_to_all_remaining_local_messages() functionStefan Metzmacher2009-01-271-1/+0
* s3:smbd: convert aio to use tevent_signalStefan Metzmacher2009-01-271-17/+1
* s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLDStefan Metzmacher2009-01-271-0/+2
* s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher2009-01-271-1/+0
* Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-261-2/+2
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-2/+3
* Add the socket rpc client transportVolker Lendecke2009-01-221-0/+5
* Add the named pipe rpc client transportVolker Lendecke2009-01-221-1/+6
* s3: Fix warningTim Prouty2009-01-221-1/+1
* s3:printing: make some functions static and use tevent functionsStefan Metzmacher2009-01-221-2/+0
* s3:smbd: restructure kernel oplocks codeStefan Metzmacher2009-01-221-4/+4
* cli_get_pipe_name_from_iface does not need the cli_stateVolker Lendecke2009-01-221-1/+0
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-1/+1
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-211-0/+4
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-201-1/+1
* Remove some unused codeVolker Lendecke2009-01-201-1/+0
* Remove some smb fsp knowledge from rpc_server/Volker Lendecke2009-01-201-5/+9
* Make rpc_pipe_bind asyncVolker Lendecke2009-01-181-0/+5
* Add async rpc_api_pipe_reqVolker Lendecke2009-01-181-0/+7
* Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke2009-01-181-1/+1
* Correctly calculate the offset for read&xVolker Lendecke2009-01-161-0/+1
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-2/+4
* Remove another global from clidfs that is only used in client.c.Jeremy Allison2009-01-141-1/+2
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-121-0/+3
* 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
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-10/+0
* 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
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-081-8/+0
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-081-4/+0
* 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
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-061-128/+0
* s3-samr: remove all init_samr_alias* functions.Günther Deschner2009-01-061-6/+0
* s3-samr: remove all init_samr_group* functions.Günther Deschner2009-01-061-14/+0
* s3-samr: remove all init_samr_dom* functions.Günther Deschner2009-01-061-37/+0
* s3-samr: remove init_samr_user* functions.Günther Deschner2009-01-061-126/+0
* 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
| * s3:events: remove unused stuffStefan Metzmacher2009-01-051-1/+0