s3:param: avoid using BUFFER_SIZE to limit the lp_min_receive_file_size()
[kai/samba-autobuild/.git] / source3 /
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...
2014-02-21 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-02-21 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-02-21 David Disseldorpclitar: don't panic, propagate talloc errors upwards
2014-02-20 David Disseldorpclitar: propagate make_remote_path() talloc errors
2014-02-20 David Disseldorpclitar: return allocation errors from is_subpath()
2014-02-20 David Disseldorpclitar: add error return to tar_path_in_list()
2014-02-20 David Disseldorpclitar: add error return to tar_extract_skip_path()
2014-02-20 David Disseldorpclitar: add error return to tar_create_skip_path()
2014-02-20 David Disseldorpclitar: check for path_base_name() allocation errors
2014-02-20 Volker Lendeckelib: Fix a typo
2014-02-20 Volker Lendeckemessaging: Fix a memleak on error in messaging_tdb_init
2014-02-20 Volker Lendeckelib: Avoid a strlen call in xx_path()
2014-02-20 Santosh Kumar Pradhanwinbindd: Avoid using deallocated memory
2014-02-20 Volker Lendeckemessaging: Enforce just one messaging context
2014-02-20 Volker Lendeckevfstext: Use just one messaging_context in vfstest
2014-02-20 Volker Lendeckespoolssd: Use only one messaging_context per process
2014-02-19 Garming Samparam: add const to a local variable to prevent a warni...
2014-02-19 Garming Samparam: remove lp_dnsdomain from s3
2014-02-19 Garming Samparam: change s3_param.h from a generated file to a...
2014-02-19 Garming Samparam: remove generated loadparm ctx table file and...
2014-02-19 Garming Samparam: use loadparm_globals struct instead of lp functi...
2014-02-19 David Disseldorpbuild: check for libarchive version via pkgconfig
2014-02-19 David Disseldorpcli: do not dump libarchive absence warning on startup
2014-02-19 Andreas Schneiders3-clitar: Fix identation.
2014-02-19 Andreas Schneiders3-clitar: Simplify is_subpath().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of fix_unix_path().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of max_token().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of make_remote_path().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_path_in_list().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_read_inclusion_file().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_set_newer_than().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_send_file().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_extract().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of get_file_callback().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_create_from_list().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of tar_parse_args().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_setmode().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_tar().
2014-02-19 Andreas Schneiders3-clitar: Improve readabilty of cmd_block().
2014-02-19 Andreas Schneiders3-clitar: Use ARRAY_SIZE macro.
2014-02-19 David Disseldorpbuild: use configure var for libarchive depenency
2014-02-19 David Disseldorpclitar: get tar context handle via helper function
2014-02-19 Aurélien Aptels3: fix --with-libarchive bug, remove useless DEFINE()
2014-02-19 Aurélien Aptelclitar.c: fix segfault in cmd_block()
2014-02-19 Aurélien Aptels3: add --with-libarchive to build configuration
2014-02-19 Aurélien Aptels3/selftest/tests.py: add test_smbclient_tarmode.pl...
2014-02-19 Aurélien Aptelclitar.c: check all allocations return value
2014-02-19 Aurélien Aptelclitar.c: create and free talloc context properly
2014-02-19 David Disseldorpclitar: remove unnecessary public function prototypes
2014-02-19 Aurélien Aptelclitar.c: add prototype, rearrange definition for easie...
2014-02-19 Aurélien Aptelclitar.c: documentation
2014-02-19 Aurélien Aptelclitar.c: honor regex flag, emulate old behaviour ...
2014-02-19 Aurélien Aptelclitar.c: blocksize in block unit, fix error handling...
2014-02-19 David Disseldorpclient: fix tar_parse_args() compiler warning
2014-02-19 Aurélien Aptelclitar.c: when returning int, always use 0 for success
2014-02-19 Aurélien Aptelclitar.h: delete file
2014-02-19 Aurélien Aptelclitar.c: default block size was a multiple of TBLOCK
2014-02-19 Aurélien Aptelclitar.c: only list <include list> instead of whole...
2014-02-19 Aurélien Aptelclitar.c: implement interactive command + respective...
2014-02-19 Aurélien Aptelclitar.c: cosmetic changes
2014-02-19 Aurélien Aptelclitar.c: operation INCLUDE_LIST same as INCLUDE
2014-02-19 Aurélien Aptelclitar.c: fix creation exclusion, don't reverse in...
2014-02-19 Aurélien Aptelclitar.c: fix include mode bug
2014-02-19 Aurélien Aptelclitar.c: implement reset mode
2014-02-19 Aurélien Aptelclitar: implement exclusion filter for extraction
2014-02-19 Aurélien Aptelclitar.c: implement dry mode, add total_size and fix...
next