selftest: fix "none" test
[metze/samba/wip.git] / source3 / include /
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3 build: Fix "shadows global declaration warning"
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Michael Adams3:proto.h: remove duplicate prototypes.
2009-01-29 Michael Adams3:idmap: move IDMAP_VERSION to the idmap tdb backend...
2009-01-29 Volker LendeckeAdd the strlen to push to smb_bytes_push_str, return...
2009-01-29 Volker Lendeckecli_ucs2
2009-01-28 Kai Blinasync_sock: Move to top level
2009-01-28 Michael Adams3:util_tdb: remove duplicate prototypes (from ../lib...
2009-01-28 Michael Adams3: separate tdb validation code out into its own sourc...
2009-01-27 Stefan Metzmachers3:smbd: make mdns registration event driven.
2009-01-27 Stefan Metzmachers3:smbd: make kernel oplocks event driven
2009-01-27 Stefan Metzmachers3:smbd: remove pointless respond_to_all_remaining_loca...
2009-01-27 Stefan Metzmachers3:smbd: convert aio to use tevent_signal
2009-01-27 Stefan Metzmachers3:smbd: use signal events for SIGTERM, SIGHUP and...
2009-01-27 Stefan Metzmachers3:namecache: remove unused namecache_shutdown() function
2009-01-27 Kai Blinasync_req: Fix the S4 build
2009-01-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-26 Volker LendeckeDecouple clistr_pull from struct cli_state->inbuf
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-24 Volker Lendecketalloc_free() copes with a NULL pointer just fine
2009-01-23 Kai Blinasync_req: Move to top level dir
2009-01-22 Volker LendeckeAbstract away the transport in cli_pipe.c
2009-01-22 Volker LendeckeAdd the socket rpc client transport
2009-01-22 Volker LendeckeAdd the named pipe rpc client transport
2009-01-22 Volker LendeckeAdd struct rpc_cli_transport
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Tim Proutys3: Fix warning
2009-01-22 Stefan Metzmachers3:printing: make some functions static and use tevent...
2009-01-22 Stefan Metzmachers3:messages: finally make message_dispatch() static
2009-01-22 Stefan Metzmachers3:smbd: restructure kernel oplocks code
2009-01-22 Volker Lendeckecli_get_pipe_name_from_iface does not need the cli_state
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 todd stecherMemory leaks and other fixes found by Coverity
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Michael Adams3:libsmbconf: remove the init headers from smbconf.h
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-21 Jelmer VernooijMerge branch 'v4-0-test' of /home/jelmer/samba4
2009-01-21 Jelmer VernooijAllow calling DCE/RPC server implementations directly...
2009-01-21 Jelmer VernooijAllow overriding the function that ships the request...
2009-01-20 Volker Lendecke"userdom_struct" does not need "full_name" anymore...
2009-01-20 Volker LendeckeFix some nonempty blank lines
2009-01-20 Volker LendeckeRemove some unused code
2009-01-20 Volker LendeckeRemove some smb fsp knowledge from rpc_server/
2009-01-19 Jelmer VernooijMerge branch 'v4-0-stable'
2009-01-19 Stefan Metzmachers3:dbwrap: add dbwrap_delete(), dbwrap_store() and...
2009-01-19 Stefan Metzmachers3:dbwrap: add get_flags() hook to db_context
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeRemove unused tdb_search_keys()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeAdd a macro async_req_setup()
2009-01-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeMake rpc_pipe_bind async
2009-01-18 Volker LendeckeAdd async rpc_api_pipe_req
2009-01-18 Volker LendeckeMove initialization of the reply prs_struct to rpc_api_pipe
2009-01-17 Derrell LipmanDetermine case sensitivity based on file system attributes.
2009-01-17 Derrell Lipman[Bug 6022] smbc_urlencode and smbc_urldecode were not...
2009-01-16 Derrell LipmanTreat file names in POSIX-like case-sensitive fashion...
2009-01-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-16 Stefan Metzmachers3:cluster: fix ctdb ipv6 support
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
2009-01-16 Volker LendeckeAdd a new implementation of chain_reply
2009-01-15 Michael Adams3: make better use of ccache by not including version...
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2009-01-14 Jeremy AllisonRemove another global from clidfs that is only used...
2009-01-12 Steven DannemanMake STATEDIR and CACHEDIR configurable through ./confi...
2009-01-11 Volker LendeckeMove cli_api_pipe() to its only user cli_pipe.c
2009-01-09 Volker LendeckePass the full ndr_interface_table into the s3 rpcserver...
2009-01-09 Volker LendeckeAdd derpc_transport_string_by_transport(), apply some...
2009-01-09 Tim Proutys3: Add delete_all_streams to proto.h
2009-01-09 Günther Deschners3-svcctl: remove last traces of hand-marshalled svcctl...
2009-01-09 Günther Deschners3-svcctl: remove old marshalling of svcctl_EnumService...
2009-01-09 Stefan Metzmachers3:smbd: handle incoming smb requests via event handlers
2009-01-08 Volker LendeckeNow that all policy_handle free_fn's are just TALLOC_FR...
2009-01-08 Volker LendeckeMake use of a talloc_destructor for free_printer_entry
2009-01-08 Günther Deschners3-svcctl: use pidl based struct SERVICE_STATUS.
2009-01-08 Günther Deschners3-svcctl: remove some more redundant headers.
2009-01-08 Günther Deschners3-svcctl: move SVC_HANDLE_IS* defines to implementatio...
2009-01-08 Günther Deschners3-svcctl: remove (now duplicate) defines.
2009-01-08 Günther Deschners3-svcctl: remove (now duplicate) SVCCTL_STAT* defines.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: make mangle_fns const
2009-01-08 Günther Deschners3-svcctl: remove old hand marshalling of svcctl_QueryS...
2009-01-08 Günther Deschners3-svcctl: remove old hand marshalling of svcctl_QueryS...
2009-01-08 Günther Deschnersvcctl: add svcctl_ErrorControl and svcctl_Type (based...
2009-01-08 Günther Deschnersvcctl: add svcctl_ConfigLevel from samba 3.
2009-01-08 Günther Deschnersvcctl: move SVC_STATUS_ to idl.
2009-01-06 Volker LendeckeAdd some const to dcerpc_binding_build_tower()
2009-01-06 Volker LendeckeAdd a NULL check and some const to dcerpc_floor_get_lhs...
2009-01-06 Günther Deschners3-lsa: remove all init_lsa* functions.
2009-01-06 Günther Deschners3-srvsvc: remove all init_srvsvc* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_alias* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_group* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_dom* functions.
2009-01-06 Günther Deschners3-samr: remove init_samr_user* functions.
2009-01-06 Volker LendeckeMove the "rid_name" typedef to the only place where...
2009-01-06 Tim Proutys3 merged build: Remove redundant #defines that are...
next