script/autobuild: use --force-rebase option
[kai/samba-autobuild/.git] / source3 /
2014-03-13 Bjoern Baumbachs3-libads: Use the IP instead of the name.
2014-03-13 Andreas Schneiders3-auth: Steal the memory to avoid duplication.
2014-03-13 Andreas Schneiders3-auth: Do not leak tmp_ctx if make_server_info()...
2014-03-13 Simo Sorces3-auth: Make is_null_sid() check easier to read.
2014-03-13 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-03-13 Stefan MetzmacherCVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_L...
2014-03-13 Andrew BartlettCVE-2013-4496:s3-samr: Block attempts to crack password...
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 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 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-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-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-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: don't assume that req->out.vector is...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_generate_outbody...
2014-03-05 Stefan Metzmachers3:smb2_write: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_tcon: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_setinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_read: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_notify: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_negprot: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_lock: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_keepalive: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_ioctl: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_getinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_flush: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_find: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_create: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_close: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_break: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_server: add smbd_smb2_generate_outbody() helper
2014-03-05 Stefan Metzmachers3:smb2_read: avoid 2 talloc* calls when using sendfile()
2014-03-05 Stefan Metzmachers3:smb2_server: avoid a call to data_blob_clear_free...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_request_setup_out()
2014-03-05 Stefan Metzmachers3:smb2_server: optimize req->in.vector allocation
2014-03-05 Stefan Metzmachers3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
2014-03-05 Stefan Metzmachers3:smbd: fix the maxentries calculation depending on...
2014-03-05 Stefan Metzmachers3:smbd: simplify maxentries calculation in reply_search()
2014-03-05 Stefan Metzmachers3:smbd: fix the read numtoread calculation depending...
2014-03-05 Stefan Metzmachers3:smbd: fix the lockread numtoread calculation dependi...
2014-03-05 Stefan Metzmachers3:smbd: pass the final numtoread reply_outbuf() for...
2014-03-05 Stefan Metzmachers3:smbd: fix lockread numtoread calculation to match...
2014-03-05 Stefan Metzmachers3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500'...
2014-03-05 Stefan Metzmachers3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN...
2014-03-05 Stefan Metzmachers3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER...
2014-03-05 Stefan Metzmachers3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
2014-03-05 Stefan Metzmachers3:include: let CLI_BUFFER_SIZE be an alias of SMB_BUFF...
2014-03-05 Stefan Metzmachers3:param: avoid using BUFFER_SIZE to limit the lp_min_r...
2014-03-05 Stefan Metzmachers3:client: only limit the buffer by the given length 'n'
2014-03-05 Stefan Metzmachers3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZE
2014-03-05 Stefan Metzmachers3:utils/smbfilter: use a local variable for the packet...
2014-03-05 Andrew Bartlettnsswitch: Remove fallback setting of WINBINDD_SOCKET_DIR
2014-03-05 Garming SamRemove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE...
2014-03-05 Garming SamRemove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE...
2014-03-05 David Disseldorprpc_server: change unsupported pipe error
2014-03-04 David Disseldorprpc_client: retry open on STATUS_PIPE_NOT_AVAILABLE
2014-03-03 Noel Powers3: smbd - smb1 - fix read of deleted memory in reply_w...
2014-03-03 Volker Lendeckesmbd: Fix an uninitialized memory read
2014-03-03 Volker Lendeckepthreadpool: Add test for fork crash
2014-03-03 Volker Lendeckepthreadpool: Fix pthreadpools with fork
2014-03-03 Michael Adamdbwrap_ctdb: avoid smbd/ctdb deadlocks: check whether...
2014-02-27 David Disseldorpvfs: propagate snapshot enumeration errors
2014-02-27 Jeremy Allisons3: smbd: Ensure brl_get_locks_readonly() always return...
2014-02-27 Andreas Schneiders3-spoolssd: Don't register spoolssd if epmd is not...
2014-02-25 Volker Lendeckedbwrap: Slightly simplify dbwrap_watch_record_stored
2014-02-25 Jose A. Riveravfs_glusterfs: Remove "integer fd" code and store the...
2014-02-25 Christopher R. Hertelvfs_glusterfs: smb_stat_ex_from_stat commenting and...
2014-02-25 Christopher R. Hertelvfs_glusterfs: Comment the top of the file.
2014-02-25 Jeremy Allisons3-printing: Fix obvious memory leak in printer_list_ge...
2014-02-25 Michael Adampassdb: spare superfluous call to lookup_rids() in...
2014-02-25 Michael Adamrpc: fix name-normalization in rpc_sid_to_name()
2014-02-25 Michael Adamrpc: correctly tread domain-only requests in rpc_sid_to...
2014-02-25 Stefan Metzmachersamr: don't block the sam sid or the builtin domain...
2014-02-24 Poornima Gurusiddaiahs3:printing: Fix a possible NULL dereference.
2014-02-24 Poornima Gurusiddaiahs3:passdb: Fix the use of uninitialized scalar variable.
2014-02-21 Jose A. Riveras3/libsmb: Free memdup'd local variable
2014-02-21 Jose A. Riverapassdb: Patch memory leak in pdb_ldap.c
2014-02-21 Gregor Becks3:winbindd: avoid directly asking a trusted domain...
2014-02-21 Gregor Becks3:winbindd: fix _wbint_LookupSids() on error
2014-02-21 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
next