2014-02-19 |
Aurélien Aptel | s3: add --with-libarchive to build configuration Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | s3/selftest/tests.py: add test_smbclient_tarmode.pl... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | manpages/smbclient: remove trailing whitespace Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | manpages/smbclient: update tarmode documentation Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: check all allocations return value Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: create and free talloc context properly Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
David Disseldorp | clitar: remove unnecessary public function prototypes Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: add prototype, rearrange definition for easier... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: documentation Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: honor regex flag, emulate old behaviour ... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: blocksize in block unit, fix error handling... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
David Disseldorp | client: fix tar_parse_args() compiler warning Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: when returning int, always use 0 for success Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.h: delete file Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: default block size was a multiple of TBLOCK Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: only list <include list> instead of whole... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement interactive command + respective... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: cosmetic changes Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: operation INCLUDE_LIST same as INCLUDE Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: fix creation exclusion, don't reverse in... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: fix include mode bug Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement reset mode Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar: implement exclusion filter for extraction Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement dry mode, add total_size and fix... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: add line in DBG macro Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement nosystem, nohidden and include... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement basic tar creation Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: don't create file when processing dir Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: implement basic full extraction Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: fix_unix_path() now replace / with \ Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: factor path_list handling in a function,... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: start processing tar files in extraction... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | client.c: fix negation in tar_to_process test Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | s3/wscript, s3/wscript_build: add libarchive dependency. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | client.c, clitar.c: rename process_tar to tar_process... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c, client.c: add flag to know if there's a tar... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: fix path name when adding them Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar: use lowercase for bool value Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: add tar_dump() debug function, fix bugs Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | client.c: remove unused extern declaration Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | implement argument parsing, split client_proto.h Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | client.c: remove trailing whitespace Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: start of argument parsing Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: add doc, remove _t suffix in enum name Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: add cmd_setmode(), remove typedef Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: expand context structure and implement cmd_block() Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-19 |
Aurélien Aptel | clitar.c: fresh new compilable file. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-02-18 |
Jeremy Allison | s3: printing: Fix problem with server taking too long... Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-02-17 |
Stefan Metzmacher | s4:pyrpc: let dcerpc_interface_new() use py_dcerpc_interface... Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-02-17 |
Stefan Metzmacher | s4:pyrpc: fix talloc hierachy in py_dcerpc_interface_init_he... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-17 |
Andreas Schneider | selftest: Use the absolute path to libnss_winbind.so. Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-01-17 |
Andreas Schneider | s3-smbd: Log user change information. Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-17 |
Andreas Schneider | libcli: Fix the comment for the address. Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-16 |
Volker Lendecke | s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done(). Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-01-16 |
Andreas Schneider | Add missing include dirs to .clang_complete. Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - We now pass the previously spinning directory... Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - Introduce a 64-bit directory offset <-> 32... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - Map wire offsets to native directory cookies. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - Cope with fixed mapping of 'special' values. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3: dir - Introduce 32-bit wire versions of the 'special... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - Introduce a function to map a directory cookie... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-15 |
Jeremy Allison | s3:dir - In the old SMB1 search code, rename offset... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-09 |
Andreas Schneider | s3-passdb: Fix string duplication to pointers. Signed-off-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-01-09 |
Andreas Schneider | wbinfo: Fix a memory leak in wbinfo_ping_dc(). Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-09 |
Andreas Schneider | s3-libads: Fix memory leaks in ads_build_path(). Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-09 |
Andreas Schneider | lib: Fix strict-aliasing warning in md5 code. Signed-off-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: apply some const. Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: when running in verbose mode, printout the... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: only use libgpo/gpext/gpext.h where really... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: allow to pass down a list of deleted GPOs in... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: remove some unused code and remove that important... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: directly call gpext_process_extension() from... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: implement CSE filtering in gpext_process_extension(). Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: remove gpext_process_gpo_list_with_extension... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: remove extension_guid and snapin_guid (the... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: allow to pass down deleted and changed gpo... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo/gpext: add new gpext_check_gpo_for_gpext_presence... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: add gpo_copy(). Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: make gpo_get_gp_ext_from_gpo public. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: make gpo_process_a_gpo() static to the util... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: remove unused gp_registry_entry2 struct. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: remove ads reference from dump calls and make... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: prefix some more calls with gpext_. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo: rename debug_gpext_header to gpext_debug_header. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | libgpo/CSE/scripts: fix a build warning. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2014-01-07 |
Günther Deschner | s3-registry: fix typo in DEBUG statement. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: remove unused process_group_policy2 callback... Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: remove some unnecessary usage of ADS_STATUS. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: remove unrequired references to ads_struct. Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: clean up CSE api, remove unrequired references... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: clean up CSE module api, remove unrequired... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: support probing for parameters in gp_inifile_get... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-18 |
Günther Deschner | libgpo: check for talloc failures in ini file parsing... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-16 |
Volker Lendecke | gencache: Fix a type-punned warning Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2013-12-12 |
Günther Deschner | libgpo/security_CSE: more preamble header checks of... Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
|
commit | commitdiff | tree |
2013-12-12 |
Günther Deschner | libgpo/security_CSE: fix unicode preamble check of... Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-12 |
Günther Deschner | libgpo: add gp_inifile_getbool(). Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |
2013-12-12 |
Günther Deschner | libgpo: fix segfault in gpo_process_gpo_list(). Reviewed-by: Andreas Schneider <asn@samba.org>
|
commit | commitdiff | tree |