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
/
client
/
client.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-27
Add the capability to set "smb encrypt = required"
Jeremy Allison
1
-2
/
+15
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-0
/
+43
2007-12-21
Remove next_token_nr_talloc and its associated global
Volker Lendecke
1
-70
/
+69
2007-12-17
Add smbclient support for basic mDNS browsing.
Rishi Srivatsavai
1
-0
/
+7
2007-12-14
Revert smbclient changes.
Karolin Seeger
1
-5
/
+0
2007-12-14
Make smbclient to display error message and usage in the case of invalid opti...
Karolin Seeger
1
-0
/
+5
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-12-09
Move load_case_tables() to after logging is set up. This can log
James Peach
1
-1
/
+2
2007-12-08
Fix C++ warnings
Volker Lendecke
1
-1
/
+1
2007-12-07
More null deref fixes.
Jeremy Allison
1
-4
/
+4
2007-12-07
More null deref fixes.
Jeremy Allison
1
-1
/
+1
2007-12-07
Don't deref null pointers.
Jeremy Allison
1
-1
/
+1
2007-12-06
Add popt to binaries in makefile. Hack clitar to compile until I fix it.
Jeremy Allison
1
-7
/
+5
2007-12-06
Remove pstrings from client/client.c by doing a large rewrite.
Jeremy Allison
1
-981
/
+1555
2007-12-06
Remove trailing slashes from service name
Andreas Schneider
1
-0
/
+7
2007-11-29
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
1
-38
/
+47
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-7
/
+9
2007-11-05
Remove the horror that was the global smb_rw_error.
Jeremy Allison
1
-1
/
+1
2007-11-02
Change the client library to write directly out of
Jeremy Allison
1
-0
/
+30
2007-10-31
Add printout of large read/write caps if detected.
Jeremy Allison
1
-0
/
+6
2007-10-27
Change all occurrences of zero_addr(&ss,AF_INET) to
Jeremy Allison
1
-1
/
+1
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
1
-9
/
+9
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-34
/
+34
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-2
/
+2
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-67
/
+18
2007-10-10
r25169: Fix bug 4028
Volker Lendecke
1
-0
/
+4
2007-10-10
r24223: Convert reply_echo to the new API
Volker Lendecke
1
-4
/
+6
2007-10-10
r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web....
Jeremy Allison
1
-5
/
+14
2007-10-10
r23989: For testing purposes, add "echo" to smbclient
Volker Lendecke
1
-0
/
+19
2007-10-10
r23825: Add ".." command as an alias to "cd ..".
Günther Deschner
1
-1
/
+15
2007-10-10
r23824: Add ls alias for lazy typers like me.
Günther Deschner
1
-0
/
+1
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
r23571: Fix, parsing of multi byte share names.
Simo Sorce
1
-16
/
+10
2007-10-10
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
1
-2
/
+8
2007-10-10
r22354: Make client select krb5 encrpyt if krb5 already on.
Jeremy Allison
1
-23
/
+28
2007-10-10
r22155: Fixed warning #4498 from jason@ncac.gwu.edu.
Jeremy Allison
1
-2
/
+2
2007-10-10
r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ...
Simo Sorce
1
-26
/
+63
2007-10-10
r21992: Fix keepalive processing when encryption turned on.
Jeremy Allison
1
-2
/
+2
2007-10-10
r21901: Don't use fstrcat when you mean fstrcpy. Doh !
Jeremy Allison
1
-3
/
+4
2007-10-10
r21898: Added test command, fixed first valgrind bugs.
Jeremy Allison
1
-0
/
+43
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-48
/
+61
2007-10-10
r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient
Jeremy Allison
1
-0
/
+32
2007-10-10
r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>.
Jeremy Allison
1
-0
/
+5
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-3
/
+3
2007-10-10
r21657: get rid of warning - not everyone understands %F
Herb Lewis
1
-3
/
+3
2007-10-10
r21641: Add test code for POSIX pathname calls into smbclient.
Jeremy Allison
1
-0
/
+147
2007-10-10
r20832: Remove extra pointers previously added to unique [out] pointers. Inst...
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r19797: Convert the remaining pipes to the "new" unique out ptr handling
Volker Lendecke
1
-2
/
+4
2007-10-10
r19529: Added showacls togle. Previously was vendor-specific code.
Jeremy Allison
1
-7
/
+71
[next]