index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clilist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-13
s3:libsmb: make use of cli_state_server_time_zone()
Stefan Metzmacher
1
-7
/
+7
2011-09-13
s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()
Stefan Metzmacher
1
-1
/
+3
2011-08-09
s3:libsmb/cli*: use CLI_BUFFER_SIZE instead of cli->max_xmit
Stefan Metzmacher
1
-2
/
+2
2011-08-02
s3:libsmb/cli*: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb/cli*: make use of cli_state_capabilities()
Stefan Metzmacher
1
-1
/
+1
2011-07-27
Fix bug #8324 - smbclient cannot list directories from a big-endian machine.
Jeremy Allison
1
-2
/
+2
2011-07-08
s3:libsmb: clistr_pull_talloc() doesn't need base_ptr and flags2 with STR_ASCII
Stefan Metzmacher
1
-2
/
+2
2011-07-07
s3:libsmb: use trans2_bytes_push_str/bytes() in cli_list_trans_*()
Stefan Metzmacher
1
-20
/
+26
2011-07-07
s3:libsmb: use clistr_pull_talloc() for short_name in interpret_long_filename()
Stefan Metzmacher
1
-6
/
+14
2011-07-07
s3:libsmb: interpret_long_filename() short_name is always UNICODE
Stefan Metzmacher
1
-8
/
+3
2011-06-09
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
Andrew Bartlett
1
-4
/
+4
2011-05-19
s3: Do central cli_set_error
Volker Lendecke
1
-9
/
+0
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-1
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-trans2: only include trans2.h where needed.
Günther Deschner
1
-0
/
+1
2010-10-29
Fix bug #7700 - Improvement of return code of smbclient
Jeremy Allison
1
-6
/
+15
2010-09-20
s3-build: only include async headers where needed.
Günther Deschner
1
-0
/
+1
2010-08-19
s3-cli: fix uninitialized variable.
Günther Deschner
1
-1
/
+1
2010-08-19
s3-libsmb: fix some uninitialized variables.
Günther Deschner
1
-2
/
+2
2010-08-18
s3: async cli_list
Volker Lendecke
1
-396
/
+647
2010-08-05
s3: Remove some direct cli->inbuf references in interpret_long_filename
Volker Lendecke
1
-2
/
+2
2010-08-05
s3: Remove a pointless wrapper function
Volker Lendecke
1
-1
/
+1
2010-08-05
s3: Explicitly pass flags2 to clistr_pull_talloc
Volker Lendecke
1
-3
/
+13
2010-08-05
s3: Remove some pointless wrapper functions
Volker Lendecke
1
-7
/
+13
2010-08-04
s3: Convert cli_list() to return NTSTATUS
Volker Lendecke
1
-6
/
+14
2010-08-04
s3: Use data_blob_null
Volker Lendecke
1
-1
/
+1
2010-07-30
s3: Remove "cli" from "struct finfo"
Volker Lendecke
1
-2
/
+0
2010-07-27
s3: Remove a typedef (struct file_info)
Volker Lendecke
1
-7
/
+10
2010-06-28
s3-libsmb: Make sure that finfo is initialized.
Andreas Schneider
1
-0
/
+2
2010-05-22
s3: Remove unreachable code
Volker Lendecke
1
-1
/
+0
2009-11-02
Convert from numbers to correct SMB_FIND_XX constant names.
Jeremy Allison
1
-8
/
+12
2009-03-12
Remove the static "struct client_connection" mess which is part of
Jeremy Allison
1
-4
/
+1
2009-01-26
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
1
-5
/
+5
2008-12-16
(Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Kai Blin
1
-4
/
+5
2008-12-16
Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...
Jeremy Allison
1
-24
/
+683
2008-12-16
Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...
Kai Blin
1
-683
/
+24
2008-12-08
Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.
Jeremy Allison
1
-1
/
+1
2008-02-28
Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing against
Jeremy Allison
1
-1
/
+15
2008-02-08
We don't need the extra null termination - we've
Jeremy Allison
1
-9
/
+4
2008-02-08
Make clilist work again with OS/2 (kukks help!).
Jeremy Allison
1
-1
/
+17
2008-02-08
From kukks - prevent crashes if finfo.name == NULL.
Jeremy Allison
1
-0
/
+11
2008-02-08
Try and fix length and finfo calls for older clients. Working
Jeremy Allison
1
-7
/
+21
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-2
/
+2
2007-12-08
Fix C++ warnings
Volker Lendecke
1
-1
/
+1
2007-12-06
Don't understand this. I have no changes here....
Jeremy Allison
1
-33
/
+64
2007-12-05
Fix path length limits on cli_list (outgoing. Incoming
Jeremy Allison
1
-5
/
+16
2007-11-29
Remove pstrings. Ensure we validate offsets.
Jeremy Allison
1
-64
/
+132
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-2
/
+2
[next]