| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | clitar: implement exclusion filter for extraction | Aurélien Aptel | 2014-02-19 | 1 | -5/+27 |
* | clitar.c: implement dry mode, add total_size and fix write bug | Aurélien Aptel | 2014-02-19 | 1 | -23/+61 |
* | clitar.c: add line in DBG macro | Aurélien Aptel | 2014-02-19 | 1 | -1/+1 |
* | clitar.c: implement nosystem, nohidden and include filter. | Aurélien Aptel | 2014-02-19 | 1 | -58/+169 |
* | clitar.c: implement basic tar creation | Aurélien Aptel | 2014-02-19 | 2 | -17/+198 |
* | clitar.c: don't create file when processing dir | Aurélien Aptel | 2014-02-19 | 1 | -20/+36 |
* | clitar.c: implement basic full extraction | Aurélien Aptel | 2014-02-19 | 1 | -2/+119 |
* | clitar.c: fix_unix_path() now replace / with \ | Aurélien Aptel | 2014-02-19 | 1 | -3/+4 |
* | clitar.c: factor path_list handling in a function, remove tar_fd | Aurélien Aptel | 2014-02-19 | 1 | -12/+17 |
* | clitar.c: update TAR_DEFAULT_BLOCK_SIZE comment | Aurélien Aptel | 2014-02-19 | 1 | -1/+5 |
* | clitar.c: start processing tar files in extraction mode | Aurélien Aptel | 2014-02-19 | 1 | -3/+67 |
* | client.c: fix negation in tar_to_process test | Aurélien Aptel | 2014-02-19 | 1 | -1/+1 |
* | s3/wscript, s3/wscript_build: add libarchive dependency. | Aurélien Aptel | 2014-02-19 | 2 | -0/+5 |
* | client.c, clitar.c: rename process_tar to tar_process, prepare code | Aurélien Aptel | 2014-02-19 | 3 | -8/+18 |
* | clitar.c, client.c: add flag to know if there's a tar operation to do. | Aurélien Aptel | 2014-02-19 | 3 | -10/+16 |
* | clitar.c: fix path name when adding them | Aurélien Aptel | 2014-02-19 | 1 | -1/+39 |
* | clitar: use lowercase for bool value | Aurélien Aptel | 2014-02-19 | 1 | -22/+22 |
* | clitar.c: add tar_dump() debug function, fix bugs | Aurélien Aptel | 2014-02-19 | 1 | -11/+57 |
* | client.c: remove unused extern declaration | Aurélien Aptel | 2014-02-19 | 1 | -6/+0 |
* | implement argument parsing, split client_proto.h | Aurélien Aptel | 2014-02-19 | 4 | -61/+160 |
* | client.c: remove trailing whitespace | Aurélien Aptel | 2014-02-19 | 1 | -7/+7 |
* | clitar.c: start of argument parsing | Aurélien Aptel | 2014-02-19 | 1 | -22/+187 |
* | clitar.c: add doc, remove _t suffix in enum name | Aurélien Aptel | 2014-02-19 | 1 | -15/+28 |
* | clitar.c: add cmd_setmode(), remove typedef | Aurélien Aptel | 2014-02-19 | 1 | -28/+162 |
* | clitar.c: expand context structure and implement cmd_block() | Aurélien Aptel | 2014-02-19 | 1 | -14/+67 |
* | clitar.c: fresh new compilable file. | Aurélien Aptel | 2014-02-19 | 1 | -1905/+9 |
* | s3-auth: Pass mem_ctx to do_map_to_guest_server_info(). | Andreas Schneider | 2014-02-19 | 3 | -11/+16 |
* | s3-auth: Pass mem_ctx to auth_check_ntlm_password(). | Andreas Schneider | 2014-02-19 | 5 | -27/+48 |
* | s3-auth: Pass mem_ctx to make_server_info_sam(). | Andreas Schneider | 2014-02-19 | 4 | -28/+47 |
* | s3: printing: Fix problem with server taking too long to respond to a MSG_PRI... | Jeremy Allison | 2014-02-18 | 3 | -2/+34 |
* | winbindd: Use the right flags in dsgetdcname | Volker Lendecke | 2014-02-14 | 1 | -1/+1 |
* | regedit_valuelist.c: Coverity fix; Initialize a variable. | Christopher R. Hertel (crh) | 2014-02-14 | 1 | -1/+1 |
* | s3:smb2_notify: fix use after free on long living notify requests | Stefan Metzmacher | 2014-02-14 | 1 | -0/+55 |
* | s3-dsgetdcname: print IP address for LDAP ping. | Günther Deschner | 2014-02-13 | 1 | -1/+3 |
* | s3:srv_epmapper: make use of dcerpc_binding_get_abstract_syntax() | Stefan Metzmacher | 2014-02-13 | 1 | -1/+1 |
* | s3:srv_epmapper: make use of dcerpc_binding_*() functions in build_ep_list() | Stefan Metzmacher | 2014-02-13 | 1 | -6/+34 |
* | s3:srv_epmapper: use dcerpc_binding_get_abstract_syntax() in _epm_Insert() | Stefan Metzmacher | 2014-02-13 | 1 | -1/+1 |
* | s3:srv_epmapper: use dcerpc_binding_get_transport() in _epm_Insert() and _epm... | Stefan Metzmacher | 2014-02-13 | 1 | -2/+7 |
* | s3:srv_epmapper: make use of dcerpc_binding_*() functions in endpoints_match() | Stefan Metzmacher | 2014-02-13 | 1 | -11/+26 |
* | s3:dcerpc_ep: make use of dcerpc_binding_set_abstract_syntax() | Stefan Metzmacher | 2014-02-13 | 1 | -2/+11 |
* | s3:dcerpc_ep: make use of dcerpc_binding helper functions | Stefan Metzmacher | 2014-02-13 | 1 | -20/+57 |
* | s3:rpc_server: make use of dcerpc_binding_set_abstract_syntax() | Stefan Metzmacher | 2014-02-13 | 1 | -1/+7 |
* | s3:rpcclient: make use of dcerpc_binding_get_string_option("host") | Stefan Metzmacher | 2014-02-13 | 1 | -2/+4 |
* | s3:rpcclient: make use of dcerpc_binding_set_abstract_syntax() in cmd_epmapper.c | Stefan Metzmacher | 2014-02-13 | 1 | -1/+7 |
* | s3:rpcclient: make use of dcerpc_binding_[g|s]et_*() in rpcclient.c | Stefan Metzmacher | 2014-02-13 | 1 | -9/+18 |
* | s3:rpc_client: avoid using dcerpc_binding internals in rpc_pipe_get_tcp_port() | Stefan Metzmacher | 2014-02-13 | 1 | -10/+21 |
* | s3:rpc_server: make use of dcerpc_parse_binding() to create a binding. | Stefan Metzmacher | 2014-02-13 | 1 | -7/+10 |
* | s3:rpcclient: make use of dcerpc_parse_binding() to create the binding | Stefan Metzmacher | 2014-02-13 | 1 | -7/+12 |
* | smbXsrv_open.c: Initialize local variable. | Christopher R. Hertel (crh) | 2014-02-12 | 1 | -1/+1 |
* | auth: Make new_server_id_task() static to auth_samba4 | Volker Lendecke | 2014-02-12 | 3 | -43/+42 |