metze/samba/wip.git
2014-03-12 Stefan MetzmacherHACK 500 => 498 still works... master3-testing
2014-03-12 Stefan MetzmacherHACK 500 OK
2014-03-12 Stefan MetzmacherHACK 499 still triggers ERRSRV/ERRerror
2014-03-12 Stefan MetzmacherHACK CLI_BUFFER_SIZE => 0
2014-03-12 Stefan MetzmacherRevert "DISCUSS fix LARGE_WRITEX_BUFFER_SIZE"
2014-03-12 Stefan MetzmacherDISCUSS fix LARGE_WRITEX_BUFFER_SIZE
2014-03-12 Stefan Metzmacherrevert to f52a4fd51a6023ab51f985b4e51c7043c1eea43f
2014-03-12 Stefan Metzmachersq smb2_set_operation_credit
2014-03-12 Stefan Metzmachersq hack avoid tevent_req_create on read
2014-03-12 Stefan Metzmacherhack skip smbd_smb2_request_verify* on read
2014-03-12 Stefan Metzmacherhack avoid tevent_req_create on read
2014-03-12 Stefan MetzmacherHACK skip smbd_smb2_request_verify_*
2014-03-12 Stefan Metzmacherhack smbd_smb2_flush_send_queue
2014-03-12 Stefan MetzmacherHACK skip smbd_smb2_request_validate
2014-03-12 Stefan Metzmacherhack avoid tevent_req_create on write
2014-03-12 Stefan MetzmacherRevert "HACK skip smbd_smb2_request_validate"
2014-03-12 Stefan MetzmacherHACK skip smbd_smb2_request_validate
2014-03-12 Stefan Metzmachertevent_req deferr tevent_create_immediate
2014-03-12 Stefan Metzmacherread/write avoid tevent_req_post()
2014-03-12 Stefan Metzmacheruse epoll
2014-03-12 Stefan Metzmachernoop tevent_debug()
2014-03-12 Stefan Metzmachers3:smb2_server: make use of unlikely()
2014-03-12 Stefan Metzmacherno sha
2014-03-12 Stefan MetzmacherRevert "stackframe-children1"
2014-03-12 Stefan MetzmacherRevert "stackframe-children2"
2014-03-12 Stefan Metzmacherstackframe-children2
2014-03-12 Stefan Metzmacherstackframe-children1
2014-03-12 Stefan MetzmacherRevert "TODO writev_send not always TEVENT_FD_READ"
2014-03-12 Stefan MetzmacherTODO writev_send not always TEVENT_FD_READ
2014-03-12 Stefan MetzmacherRevert "rpc vampire keytab trusts"
2014-03-12 Stefan Metzmacherrpc vampire keytab trusts
2014-03-12 Stefan MetzmacherRevert "create blob debugging"
2014-03-12 Stefan Metzmachercreate blob debugging
2014-03-12 Stefan MetzmacherRevert "test send oplock break"
2014-03-12 Stefan Metzmachertest send oplock break
2014-03-12 Stefan MetzmacherRevert "async_sock: add readv_send/recv()"
2014-03-12 Stefan Metzmacherasync_sock: add readv_send/recv()
2014-03-12 Stefan MetzmacherHACK panic sendfile buffer size and smbd_smb2_generate_...
2014-03-12 Stefan Metzmachers3:smb2_server: only allocate the required buffer in...
2014-03-12 Stefan Metzmachers3:smb2_server: prepare smbd_smb2_request_verify_sizes...
2014-03-12 Stefan Metzmachers3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0...
2014-03-12 Stefan MetzmacherTODO print_spool_write vs. recvfile
2014-03-12 Stefan Metzmachers3:smb2_write: reject writes to named pipes with recvfile
2014-03-12 Stefan Metzmachers3:lib: use stack buffers in drain_socket() and default...
2014-03-12 Stefan Metzmachertalloc: check for TALLOC_GET_TYPE_ABORT_NOOP
2014-03-12 Stefan Metzmachertalloc: avoid a function call in TALLOC_FREE() if possible.
2014-03-12 Stefan MetzmacherTODO talloc: fix compiler warning
2014-03-12 Stefan Metzmachertalloc: inline talloc_get_name()
2014-03-12 Stefan Metzmachertalloc: inline more static functions
2014-03-12 Stefan MetzmacherRevert "LATER/DISCUSS: s3:client: add progress reportin...
2014-03-12 Stefan MetzmacherLATER/DISCUSS: s3:client: add progress reporting to...
2014-03-12 Stefan MetzmacherRevert "DEBUG credits..."
2014-03-12 Stefan MetzmacherRevert "DEBUG cli_push/cli_pull"
2014-03-12 Stefan MetzmacherDEBUG cli_push/cli_pull
2014-03-12 Stefan MetzmacherDEBUG credits...
2014-03-12 Jeremy Allisons4: smbtorture: Add a proper change_notify going async...
2014-03-12 Jeremy Allisons4: smbtorture: Update the torture_smb2_notify_ulogoff...
2014-03-12 Stefan Metzmachers3:smb2_tcon: cancel and wait for pending requests...
2014-03-12 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-03-12 Jeremy Allisons3:smb2_tcon: split smbd_smb2_tdis into an async *_send...
2014-03-12 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-03-12 Stefan Metzmachers3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCEL...
2014-03-12 Stefan Metzmachers3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_ca...
2014-03-12 Stefan Metzmachers4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED...
2014-03-12 Günther Deschners3-net: add a new "net ads kerberos pac save" tool.
2014-03-12 Günther Deschners3-net: modify the current "net ads kerberos pac" command.
2014-03-12 Günther Deschners3-kerberos: let kerberos_return_pac() return a PAC...
2014-03-12 Günther Deschners3-kerberos: return a full PAC in kerberos_return_pac().
2014-03-12 Günther Deschners3-net: allow to provide custom local_service in "net...
2014-03-12 Günther Deschners3-net: change the way impersonation principals are...
2014-03-12 Günther Deschnerauth/kerberos: fix a typo.
2014-03-12 Günther Deschners3-libads: pass down local_service to kerberos_return_p...
2014-03-11 Jeremy AllisonCVE-2013-6442: s3:smbcacls - ensure we don't lose an...
2014-03-11 Volker Lendeckegencache: Add gencache values to memcache
2014-03-11 Ralph Boehmevfs_catia: add chmod()
2014-03-11 Ralph BoehmeAdd usable stream name defines
2014-03-11 Ralph BoehmeFix a typo
2014-03-09 Garming Samsamba-tool: make provision check for bind version
2014-03-08 Andrew Bartlettbuild: Make order of arguments clearer by explicitly...
2014-03-08 Andrew Bartlettbuild: Do not rely on sys.platform for ACL tests, combi...
2014-03-08 Noel PowerFor FSRVP use textual error messages instead of hex...
2014-03-08 Noel PowerAdd missing FSRVP_E_UNSUPPORTED_CONTEXT constant
2014-03-07 Günther Deschners3-kerberos: remove unused kdc_name from create_local_p...
2014-03-07 Günther Deschners3-kerberos: remove print_kdc_line() completely.
2014-03-07 Stefan Metzmachers4:lib/socket: simplify iface_list_wildcard() and its...
2014-03-06 Stefan Metzmachers4:lib/socket: use the same logic in iface_list_wildcar...
2014-03-06 Andreas Schneiderpidl-waf: Only install Yapp::Driver if it is not available.
2014-03-06 Andreas Schneiderpidl-waf: Check for system perl(Parse::Yapp::Driver).
2014-03-06 Andreas Schneiderpidl-waf: Add a function to check for a system perl...
2014-03-06 Andreas Schneiderpidl-waf: Do not glob to install pidl modules.
2014-03-06 Andreas Schneiderpidl-waf: Install pidl modules to the perl vendorlib...
2014-03-06 Andreas Schneiderpidl-waf: Remove unused variable pidl_src.
2014-03-06 Andreas Schneiderautobuild: Set perl vendorlib direcotry.
2014-03-06 Andreas Schneiderbuildtools: Add perl vendorlib configure option.
2014-03-06 Andreas Schneiderbuildtools: Rename perl vendorarch configure option.
2014-03-06 Andreas SchneiderRevert "pidl: Install pidl files corrently."
2014-03-06 Andreas SchneiderRevert "waf: Add option to specify perl vendor dir."
2014-03-06 Andreas SchneiderRevert "pidl: Make perl(Parse:Yapp:Driver) installation...
2014-03-06 Michael Adamctdb-vacuum: fix delete list counts in delete_marshall_...
2014-03-06 Michael Adamctdb-vacuum: fix possible cause for delelete_list proce...
next