summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2009-01-161-10/+0
* Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman2009-01-162-0/+14
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-2/+2
* Correctly calculate the offset for read&xVolker Lendecke2009-01-161-0/+1
* Add a new implementation of chain_replyVolker Lendecke2009-01-161-0/+9
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-151-1/+0
* 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-122-9/+11
* 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
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-092-38/+0
* s3:smbd: handle incoming smb requests via event handlersStefan Metzmacher2009-01-091-1/+1
* 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
* s3-svcctl: remove some more redundant headers.Günther Deschner2009-01-081-13/+0
* s3-svcctl: move SVC_HANDLE_IS* defines to implementation specific header file.Günther Deschner2009-01-082-4/+4
* s3-svcctl: remove (now duplicate) defines.Günther Deschner2009-01-081-22/+0
* s3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.Günther Deschner2009-01-081-5/+0
* s3:smbd: make mangle_fns constStefan Metzmacher2009-01-081-3/+3
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceConfig2W.Günther Deschner2009-01-082-42/+0
* s3-svcctl: remove old hand marshalling of svcctl_QueryServiceStatusEx.Günther Deschner2009-01-082-25/+0
* svcctl: add svcctl_ErrorControl and svcctl_Type (based on samba3) to IDL.Günther Deschner2009-01-081-14/+0
* svcctl: add svcctl_ConfigLevel from samba 3.Günther Deschner2009-01-081-4/+0
* svcctl: move SVC_STATUS_ to idl.Günther Deschner2009-01-081-2/+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
* 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
* 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
| * s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher2009-01-051-2/+0
| * s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher2009-01-051-2/+0
| * s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-051-2/+4
| * s3:events: move prototypes to event.hStefan Metzmacher2009-01-054-44/+46
| * s3:events: remove unused stuffStefan Metzmacher2009-01-051-1/+0
| * clean event context after child is forked.Bo Yang2009-01-051-0/+2
* | 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
|\|