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
/
clidfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-05
s3: Explicitly pass flags2 to clistr_pull_talloc
Volker Lendecke
1
-0
/
+1
2010-04-13
Split out the client unix capabilities to those the server offered, and those...
Jeremy Allison
1
-2
/
+2
2010-02-20
s3: Convert cli_qpathinfo_basic to use cli_trans()
Volker Lendecke
1
-1
/
+3
2010-02-10
s3-libsmb: update libsmb to use new DLIST macros
Andrew Tridgell
1
-1
/
+1
2010-01-24
s3: Use -C in smbclient
Volker Lendecke
1
-0
/
+1
2010-01-03
s3: Convert cli_tdis to the async API
Volker Lendecke
1
-2
/
+4
2009-11-21
s3: Remove a struct typedef
Volker Lendecke
1
-6
/
+6
2009-11-13
s3: Convert cli_unix_extensions_version to async
Volker Lendecke
1
-2
/
+4
2009-10-28
Fix bug 6572 - libsmbclient: unable to access 'msdfs proxy' share.
SATOH Fumiyasu
1
-12
/
+2
2009-10-22
Fix bug 6829 - smbclient does not show special characters properly.
Jeremy Allison
1
-0
/
+9
2009-06-30
Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.
SATOH Fumiyasu
1
-14
/
+38
2009-04-12
Fix a bug in smbclient not sending the correct called name
Volker Lendecke
1
-1
/
+5
2009-03-18
Allow DFS client paths to work when POSIX pathnames have been
Jeremy Allison
1
-2
/
+12
2009-03-17
Remove the global "struct cm_cred_struct" and associated calls, make
Jeremy Allison
1
-95
/
+48
2009-03-12
Remove the static "struct client_connection" mess which is part of
Jeremy Allison
1
-108
/
+54
2009-03-06
s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...
Stefan Metzmacher
1
-2
/
+1
2009-01-30
Make cli_tcon_andx async
Volker Lendecke
1
-4
/
+5
2009-01-26
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
1
-3
/
+4
2009-01-14
Remove smbclient globals that bled into clidfs.c. Now we only have
Jeremy Allison
1
-28
/
+28
2009-01-14
Remove another global from clidfs that is only used in client.c.
Jeremy Allison
1
-11
/
+16
2009-01-08
Fix bug #6021 - smbclient du command does not recuse properly
Jeremy Allison
1
-1
/
+2
2009-01-02
Remove cli_cm_set_dest_ss() - removes the global dest_ss
Jeremy Allison
1
-15
/
+5
2008-12-19
Make cli_negprot return NTSTATUS instead of bool
Volker Lendecke
1
-2
/
+5
2008-12-14
Remove the global "cmdline_auth_info" from source3/lib/util.c
Volker Lendecke
1
-6
/
+7
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-2
/
+2
2008-04-20
cli_cm: Make nicer password prompt in do_connect().
Günther Deschner
1
-1
/
+6
2008-04-10
Add some more cli_cm_set_X functions.
Günther Deschner
1
-1
/
+52
2008-03-06
Check the right pointer for non-NULL
Volker Lendecke
1
-1
/
+1
2008-01-08
Fix CID 461 - resource leak on error.
Jeremy Allison
1
-0
/
+4
2008-01-05
Add general '-e' option to enable smb encryption
Jeremy Allison
1
-35
/
+23
2007-12-29
Added -e, --encrypt option to smbclient that immediately
Jeremy Allison
1
-11
/
+110
2007-12-08
Fix C++ warnings
Volker Lendecke
1
-1
/
+1
2007-12-07
Fix call to clistr_pull_talloc.
Jeremy Allison
1
-1
/
+1
2007-12-07
Remove pstrings completely except for smbctool (what does this do ?).
Jeremy Allison
1
-37
/
+73
2007-12-06
Fix clidfs.c compile.
Jeremy Allison
1
-2
/
+3
2007-12-06
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
1
-36
/
+24
2007-12-03
Don't forget to delete the stackframe.
Jeremy Allison
1
-0
/
+1
2007-11-29
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
1
-217
/
+356
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-3
/
+6
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-2
/
+6
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-2
/
+2
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-10
/
+10
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-11
/
+11
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-2
/
+2
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-2
/
+7
2007-10-10
r21800: Check-in the DFS rewrite. I am still testing this but it
Jeremy Allison
1
-140
/
+148
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-17
/
+54
2007-10-10
r21133: - Apply patch from ages ago, which should allow following \\server\sh...
Derrell Lipman
1
-10
/
+27
[next]