s3: Add OneFS alternate data streams implementation
[jra/samba/.git] / source3 /
2009-01-12 Tim Proutys3: Add OneFS alternate data streams implementation
2009-01-12 Tim Proutys3: General cleanup of the open path in the OneFS vfs...
2009-01-11 Volker LendeckeMove cli_api_pipe() to its only user cli_pipe.c
2009-01-10 Bo YangDon't set child->requests to NULL in parent after fork
2009-01-10 Volker LendeckeFix a type-punned error
2009-01-10 Volker LendeckeFix a C++ warning
2009-01-10 Jeremy AllisonMinor tidyup of unix account missing code.
2009-01-09 Volker LendeckeRemove the rpc_srv_register wrapper around rpc_pipe_reg...
2009-01-09 Volker LendeckeCall rpc_srv_register instead of rpc_pipe_register_comm...
2009-01-09 Volker LendeckeFake up ndr_table_spoolss
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 Volker Lendeckestart rpcclient epmapper
2009-01-09 Volker LendeckeSimplify find_pipe_fns_by_context slightly
2009-01-09 Volker LendeckeFix some nonempty blank lines
2009-01-09 Tim Proutys3: Remove rendundant op_tuple entry in xattr streams
2009-01-09 Tim Proutys3: Fix open path to delete streams depending on the...
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 Günther Deschners3-svcctl: build svcctl marshalling helper.
2009-01-09 Günther Deschners3-svcctl: use pidl for _svcctl_EnumServicesStatusW.
2009-01-09 Günther Deschners3-net: use rpccli_svcctl_EnumServicesStatusW.
2009-01-09 Karolin Seegers3/net: Display error message if user does not exist.
2009-01-09 Günther Deschners3-svcctl: use pidl defined constants in services imple...
2009-01-09 Karolin Seegers3/smbpasswd: Check if Unix account exists before askin...
2009-01-09 Stefan Metzmachers3:smbd: handle incoming smb requests via event handlers
2009-01-09 Stefan Metzmachers3:events: debug sys_select() errors
2009-01-09 Stefan Metzmachers3:events: install a tevent debug handler that calls...
2009-01-08 Jeremy AllisonFix bug #6021 - smbclient du command does not recuse...
2009-01-08 Volker LendeckeNow that all policy_handle free_fn's are just TALLOC_FR...
2009-01-08 Volker LendeckeUse TALLOC for struct lsa_info
2009-01-08 Volker LendeckeMake use of a talloc_destructor for free_printer_entry
2009-01-08 Volker LendeckeMake use of a talloc_destructor for free_eventlog_info()
2009-01-08 Volker LendeckeMake samr_info a talloc context of its own
2009-01-08 Volker LendeckeSimplify init_pipe_handle_list a bit
2009-01-08 Günther Deschners3-rpcclient: add eventlog test client.
2009-01-08 Günther Deschners3-eventlog: minor cosmetics.
2009-01-08 Günther Deschners3-eventlog: trying to make eventlog_io_q_read_eventlog...
2009-01-08 Günther Deschners3-eventlog: trying to avoid to pass around full ndr...
2009-01-08 Jeremy AllisonFix race condition in alarm lock processing noticed...
2009-01-08 Günther Deschners3-net: fix type in rpc_service_list_internal(). Sorry...
2009-01-08 Stefan Metzmachers3:smbd: fix the build with dmapi support
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Volker LendeckeAttempt to fix the build
2009-01-08 Jelmer VernooijMake sure smbtorture4 can find all gensec modules....
2009-01-08 Günther Deschners3-svcctl: use pidl based struct SERVICE_STATUS.
2009-01-08 Günther Deschners3-svcctl: add copyright to svcctl rpc_server.
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: move all globals and static variables in globa...
2009-01-08 Stefan Metzmachers3:smbd: variables in a main() don't need to be static
2009-01-08 Stefan Metzmachers3:smbd: open_sockets_smbd() don't need a static variab...
2009-01-08 Stefan Metzmachers3:smbd: keep dmapi globals in one context struct
2009-01-08 Stefan Metzmachers3:smbd: remove stupid static variables for the nfs...
2009-01-08 Stefan Metzmachers3:smbd: remove pointless static variable in uid.c
2009-01-08 Stefan Metzmachers3:smbd: make static const in mangle_hash2.c really...
2009-01-08 Stefan Metzmachers3:smbd: make const globals in mangle_hash2.c really...
2009-01-08 Stefan Metzmachers3:smbd: make globals in utmp.c static const
2009-01-08 Stefan Metzmachers3:smbd: it's pointless to have a global magic_char
2009-01-08 Stefan Metzmachers3:smbd: remove pointless static variables in chgpasswd.c
2009-01-08 Stefan Metzmachers3:smbd: make fake_files[] static const
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: use pidl for _svcctl_QueryServiceConfig2W.
2009-01-08 Günther Deschners3-svcctl: fix return code for _svcctl_QueryServiceStat...
2009-01-08 Günther Deschners3-svcctl: remove old hand marshalling of svcctl_QueryS...
2009-01-08 Günther Deschners3-svcctl: use pidl for _svcctl_QueryServiceStatusEx.
2009-01-08 Günther Deschners3-svcctl: use pidl's ndr opcodes for NDR_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-07 Jeremy AllisonFix bug #6016 - Alternate Data Streams / Extended Attri...
2009-01-07 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-07 boyangrefresh sequence number as soon as possible when domain...
2009-01-07 Volker LendeckeRemove unused struct CLI_POLICY_HND
2009-01-07 Volker LendeckeSeveral fixes to our use of splice
2009-01-07 Jeremy AllisonMake winbindd_cm.c use winbindd_reinit_after_fork().
2009-01-07 Jeremy AllisonFix bug #6017, - magic script does not work. based...
2009-01-06 Jeremy AllisonAdd winbindd_reinit_after_fork(), cleaning out all...
2009-01-06 Jeremy AllisonFactor out lots of common code into a function.
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-lsa: avoid all init_lsa* functions.
2009-01-06 Günther Deschners3-srvsvc: remove all init_srvsvc* functions.
2009-01-06 Günther Deschners3-srvsvc: avoid all init_srvsvc* functions.
2009-01-06 Günther Deschners3-samr: remove all init_samr_alias* functions.
2009-01-06 Günther Deschners3-samr: avoid 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: avoid 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: avoid all init_samr_Domain* functions.
2009-01-06 Günther Deschners3-samr: remove init_samr_user* functions.
2009-01-06 Günther Deschners3-samr: avoid all init_samr_user* functions.
2009-01-06 Volker Lendeckes3/swat: Fix creation of the first share using SWAT.
2009-01-06 Volker LendeckeMove the "rid_name" typedef to the only place where...
next