mat/samba.git
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 Garming Samlib/param: rename lp_string to lpcfg_string
2014-02-19 Garming Samlib/param: handle non-constant strings properly by...
2014-02-19 Garming Sams4: pass down a memory context when performing share_st...
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 Aptelmanpages/smbclient: remove trailing whitespace
2014-02-19 Aurélien Aptelmanpages/smbclient: update tarmode documentation
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...
2014-02-19 Aurélien Aptelclitar.c: add line in DBG macro
2014-02-19 Aurélien Aptelclitar.c: implement nosystem, nohidden and include...
2014-02-19 Aurélien Aptelclitar.c: implement basic tar creation
2014-02-19 Aurélien Aptelclitar.c: don't create file when processing dir
2014-02-19 Aurélien Aptelclitar.c: implement basic full extraction
2014-02-19 Aurélien Aptelclitar.c: fix_unix_path() now replace / with \
2014-02-19 Aurélien Aptelclitar.c: factor path_list handling in a function,...
2014-02-19 Aurélien Aptelclitar.c: update TAR_DEFAULT_BLOCK_SIZE comment
2014-02-19 Aurélien Aptelclitar.c: start processing tar files in extraction...
2014-02-19 Aurélien Aptelclient.c: fix negation in tar_to_process test
2014-02-19 Aurélien Aptels3/wscript, s3/wscript_build: add libarchive dependency.
2014-02-19 Aurélien Aptelclient.c, clitar.c: rename process_tar to tar_process...
2014-02-19 Aurélien Aptelclitar.c, client.c: add flag to know if there's a tar...
2014-02-19 Aurélien Aptelclitar.c: fix path name when adding them
2014-02-19 Aurélien Aptelclitar: use lowercase for bool value
2014-02-19 Aurélien Aptelclitar.c: add tar_dump() debug function, fix bugs
2014-02-19 Aurélien Aptelclient.c: remove unused extern declaration
2014-02-19 Aurélien Aptelimplement argument parsing, split client_proto.h
2014-02-19 Aurélien Aptelclient.c: remove trailing whitespace
2014-02-19 Aurélien Aptelclitar.c: start of argument parsing
2014-02-19 Aurélien Aptelclitar.c: add doc, remove _t suffix in enum name
2014-02-19 Aurélien Aptelclitar.c: add cmd_setmode(), remove typedef
2014-02-19 Aurélien Aptelclitar.c: expand context structure and implement cmd_bl...
2014-02-19 Aurélien Aptelclitar.c: fresh new compilable file.
2014-02-19 Garming SamDefine the winbindd socket directory when building...
2014-02-19 Martin Schwenkectdb-scripts: Update a misleading comment
2014-02-19 Martin Schwenkectdb-tests: Improvements to tests INSTALL script
2014-02-19 Martin Schwenkectdb-recoverd: LCP2 cleanups
2014-02-19 Martin Schwenkectdb-recoverd: Optimise check for rebalance candidates...
2014-02-19 Martin Schwenkectdb-scripts: Enhancements to hung script debugging
2014-02-19 Andreas Schneiders3-auth: Pass mem_ctx to do_map_to_guest_server_info().
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to auth_check_ntlm_password().
2014-02-18 Andreas Schneiders3-auth: Pass mem_ctx to make_server_info_sam().
2014-02-18 Gustavo Zacariasbuild: find FILE_OFFSET_BITS via array
2014-02-18 Jeremy Allisons3: printing: Fix problem with server taking too long...
2014-02-18 Andreas Schneidertestprogs: Use system binary if we did not build ldbdel.
2014-02-18 Volker LendeckeRevert "libwbclient4: Add wbc_sids_to_xids"
2014-02-18 Volker LendeckeRevert "source4: Use wbc_sids_to_xids"
2014-02-18 Volker LendeckeRevert "libwbclient4: Add wbc_xids_to_sids"
2014-02-18 Volker LendeckeRevert "source4: Use wbc_xids_to_sids"
2014-02-18 Volker LendeckeRevert "libwbclient4: Remove unused composite-based...
2014-02-18 Volker LendeckeRevert "auth4: security_token_to_unix_token only needs...
2014-02-18 Volker LendeckeRevert "auth4: auth_session_info_fill_unix only needs...
2014-02-18 Volker LendeckeRevert "auth4: Do not generate just a temporary wbc_con...
2014-02-18 Volker LendeckeRevert "pvfs: Use the tevent_context from the ntvfs_con...
next