index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:libsmb: get rid of cli_state_protocol
Luk Claes
2012-05-28
1
-1
/
+1
*
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
2012-05-28
1
-1
/
+2
*
Fix bug #8922.
Jeremy Allison
2012-05-11
1
-1
/
+1
*
s3: Fix smbclient notify against Windows
Volker Lendecke
2012-04-16
1
-1
/
+1
*
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
2012-04-06
2
-6
/
+6
*
build: Remove SMB_STRUCT_DIR define
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_closedir wrapper
Andrew Bartlett
2012-04-05
1
-3
/
+3
*
build: Remove sys_opendir wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
build: Remove sys_open wrapper
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove sys_creat wrapper
Andrew Bartlett
2012-04-05
1
-2
/
+2
*
build: Remove sys_lseek wrapper
Andrew Bartlett
2012-04-05
1
-1
/
+1
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-2
/
+2
*
s3:client correct a wording
Christian Ambach
2012-03-22
1
-1
/
+1
*
s3: Add "notify" cmd to smbclient
Volker Lendecke
2012-03-22
1
-0
/
+57
*
Rename obscure defined constants.
Christopher R. Hertel (crh)
2012-02-16
1
-4
/
+5
*
s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)
Stefan Metzmacher
2012-01-31
1
-3
/
+7
*
Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...
Stefan Metzmacher
2012-01-31
1
-5
/
+1
*
Fix bug #8139 - smbclient fails if server does not support Echo request.
Jeremy Allison
2012-01-31
1
-1
/
+5
*
Introduce dump_data_file
Volker Lendecke
2012-01-25
1
-7
/
+2
*
s3-cli: fix bug 563, >8GB tar on BE machines
Masafumi Nakayama
2012-01-03
1
-5
/
+17
*
Move the callers that need to use the new cli_open() back to calling
Jeremy Allison
2011-12-03
4
-123
/
+6
*
Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()
Jeremy Allison
2011-12-03
2
-2
/
+2
*
Ensure we map our own Samba return of ERRSRV, ERRunknownsmb
Jeremy Allison
2011-12-02
1
-0
/
+3
*
Convert smbclient to using NtCreateX by preference, fall back to openX on
Jeremy Allison
2011-12-02
3
-5
/
+119
*
Add the "backup" toggle command to smbclient. In order for this to be
Jeremy Allison
2011-12-02
1
-0
/
+14
*
s3:client: make use of cli_tree_connect()
Stefan Metzmacher
2011-11-24
2
-3
/
+3
*
s3:client: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
2011-11-03
2
-2
/
+2
*
Bug 7551: Return error of cli_push when 'put - /some/file' is used
Bram
2011-09-29
1
-1
/
+1
*
s3:clitar: remove unused/not existing extern variables
Stefan Metzmacher
2011-09-13
1
-3
/
+0
*
s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()
Stefan Metzmacher
2011-09-08
1
-1
/
+1
*
s3:client: make use of cli_state_protocol()
Stefan Metzmacher
2011-08-02
1
-1
/
+1
*
s3:smbspool: use lp_load_client()
Michael Adam
2011-07-28
1
-3
/
+1
*
s3:smbclient: use lp_load_client()
Michael Adam
2011-07-28
1
-3
/
+1
*
s3-client/client.c: replace cli_query_secdesc_old()
Björn Baumbach
2011-07-23
1
-5
/
+5
*
s3-libsmb: rename cli_query_secdesc() to cli_query_secdesc_old()
Björn Baumbach
2011-07-23
1
-1
/
+1
*
s3-client/clitar.c: replace cli_read_old() with cli_read()
Björn Baumbach
2011-07-23
1
-5
/
+4
*
s3:client: make use of cli_state_remote_name()
Stefan Metzmacher
2011-07-22
1
-1
/
+1
*
s3:smbclient: print nt status code when smb echo fails
Michael Adam
2011-07-22
1
-2
/
+2
*
s3:smbclient: add a "tdis" command to view and change the tree id (tid).
Michael Adam
2011-07-22
1
-0
/
+25
*
s3:smbclient: add a "tdis" command to do a tree disconnect (close a connectio...
Michael Adam
2011-07-22
1
-0
/
+19
*
s3:smbclient: add a "tcon" command to do a tree connect (connect to a share)
Michael Adam
2011-07-22
1
-0
/
+34
*
s3:smbclient: add "logoff" command to close the session
Michael Adam
2011-07-22
1
-0
/
+19
*
s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...
Stefan Metzmacher
2011-07-21
1
-3
/
+4
*
s3-libsmb: replace cli_read() with cli_read_old()
Björn Baumbach
2011-07-20
1
-1
/
+1
*
First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
Jeremy Allison
2011-07-19
1
-1
/
+1
*
s3:client: simplify readline_callback() to only use cli_echo()
Stefan Metzmacher
2011-07-11
1
-54
/
+9
*
s3:client: use an inbuf on the stack in readline_callback()
Stefan Metzmacher
2011-07-08
1
-2
/
+3
*
s3:libsmb: remove unused enum smb_read_errors infrastructure
Stefan Metzmacher
2011-07-08
1
-16
/
+1
*
s3:client: close the socket if receive_smb_raw() fails
Stefan Metzmacher
2011-07-08
1
-0
/
+5
*
s3:client: use cli_nt_error() in order to avoid cli_errstr()
Stefan Metzmacher
2011-07-08
1
-3
/
+8
[next]