summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* clitar.c: honor regex flag, emulate old behaviour (and quirks), add testsAurélien Aptel2014-02-191-3/+19
* clitar.c: blocksize in block unit, fix error handling in tar_create().Aurélien Aptel2014-02-191-14/+25
* client: fix tar_parse_args() compiler warningDavid Disseldorp2014-02-191-1/+2
* clitar.c: when returning int, always use 0 for successAurélien Aptel2014-02-192-39/+46
* clitar.h: delete fileAurélien Aptel2014-02-191-40/+0
* clitar.c: default block size was a multiple of TBLOCKAurélien Aptel2014-02-191-1/+1
* clitar.c: only list <include list> instead of whole share, handle wildcardsAurélien Aptel2014-02-191-21/+98
* clitar.c: implement interactive command + respective testAurélien Aptel2014-02-191-1/+62
* clitar.c: cosmetic changesAurélien Aptel2014-02-191-20/+24
* clitar.c: operation INCLUDE_LIST same as INCLUDEAurélien Aptel2014-02-191-5/+5
* clitar.c: fix creation exclusion, don't reverse in exclusion modeAurélien Aptel2014-02-191-3/+6
* clitar.c: fix include mode bugAurélien Aptel2014-02-191-15/+23
* clitar.c: implement reset modeAurélien Aptel2014-02-191-1/+5
* clitar: implement exclusion filter for extractionAurélien Aptel2014-02-191-5/+27
* clitar.c: implement dry mode, add total_size and fix write bugAurélien Aptel2014-02-191-23/+61
* clitar.c: add line in DBG macroAurélien Aptel2014-02-191-1/+1
* clitar.c: implement nosystem, nohidden and include filter.Aurélien Aptel2014-02-191-58/+169
* clitar.c: implement basic tar creationAurélien Aptel2014-02-192-17/+198
* clitar.c: don't create file when processing dirAurélien Aptel2014-02-191-20/+36
* clitar.c: implement basic full extractionAurélien Aptel2014-02-191-2/+119
* clitar.c: fix_unix_path() now replace / with \Aurélien Aptel2014-02-191-3/+4
* clitar.c: factor path_list handling in a function, remove tar_fdAurélien Aptel2014-02-191-12/+17
* clitar.c: update TAR_DEFAULT_BLOCK_SIZE commentAurélien Aptel2014-02-191-1/+5
* clitar.c: start processing tar files in extraction modeAurélien Aptel2014-02-191-3/+67
* client.c: fix negation in tar_to_process testAurélien Aptel2014-02-191-1/+1
* s3/wscript, s3/wscript_build: add libarchive dependency.Aurélien Aptel2014-02-192-0/+5
* client.c, clitar.c: rename process_tar to tar_process, prepare codeAurélien Aptel2014-02-193-8/+18
* clitar.c, client.c: add flag to know if there's a tar operation to do.Aurélien Aptel2014-02-193-10/+16
* clitar.c: fix path name when adding themAurélien Aptel2014-02-191-1/+39
* clitar: use lowercase for bool valueAurélien Aptel2014-02-191-22/+22
* clitar.c: add tar_dump() debug function, fix bugsAurélien Aptel2014-02-191-11/+57
* client.c: remove unused extern declarationAurélien Aptel2014-02-191-6/+0
* implement argument parsing, split client_proto.hAurélien Aptel2014-02-194-61/+160
* client.c: remove trailing whitespaceAurélien Aptel2014-02-191-7/+7
* clitar.c: start of argument parsingAurélien Aptel2014-02-191-22/+187
* clitar.c: add doc, remove _t suffix in enum nameAurélien Aptel2014-02-191-15/+28
* clitar.c: add cmd_setmode(), remove typedefAurélien Aptel2014-02-191-28/+162
* clitar.c: expand context structure and implement cmd_block()Aurélien Aptel2014-02-191-14/+67
* clitar.c: fresh new compilable file.Aurélien Aptel2014-02-191-1905/+9
* s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider2014-02-193-11/+16
* s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider2014-02-195-27/+48
* s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider2014-02-194-28/+47
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-183-2/+34
* winbindd: Use the right flags in dsgetdcnameVolker Lendecke2014-02-141-1/+1
* regedit_valuelist.c: Coverity fix; Initialize a variable.Christopher R. Hertel (crh)2014-02-141-1/+1
* s3:smb2_notify: fix use after free on long living notify requestsStefan Metzmacher2014-02-141-0/+55
* s3-dsgetdcname: print IP address for LDAP ping.Günther Deschner2014-02-131-1/+3
* s3:srv_epmapper: make use of dcerpc_binding_get_abstract_syntax()Stefan Metzmacher2014-02-131-1/+1
* s3:srv_epmapper: make use of dcerpc_binding_*() functions in build_ep_list()Stefan Metzmacher2014-02-131-6/+34
* s3:srv_epmapper: use dcerpc_binding_get_abstract_syntax() in _epm_Insert()Stefan Metzmacher2014-02-131-1/+1