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
/
cliconnect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-13
Remove a pointless static variable
Volker Lendecke
1
-7
/
+7
2008-12-13
Micro-Optimize cliconnect.c
Volker Lendecke
1
-22
/
+27
2008-12-07
Slightly simplify cli_session_setup_ntlmssp
Volker Lendecke
1
-10
/
+2
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-1
/
+1
2008-11-30
Do not build the session request if it si not used anyway
Volker Lendecke
1
-4
/
+4
2008-11-30
fix nonempty blank lines
Volker Lendecke
1
-19
/
+19
2008-11-01
Make use of smb_bufrem()
Volker Lendecke
1
-1
/
+1
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-10-22
s3: use shared asn1 code.
Günther Deschner
1
-7
/
+8
2008-08-07
Fix bug #5675 with a varient of Tim Waugh's patch,
Jeremy Allison
1
-3
/
+2
2008-06-02
Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cli
Jeremy Allison
1
-3
/
+3
2008-05-23
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
1
-20
/
+21
2008-05-06
build: fix the build w/o ldap.
Günther Deschner
1
-1
/
+3
2008-05-05
Fix client authentication with -P switch in client tools (Bug 5435).
Günther Deschner
1
-2
/
+20
2008-04-20
Move srv_name_slash from cli_state to rpc_pipe_client
Volker Lendecke
1
-2
/
+0
2008-04-08
Add CLI_FULL_CONNECTION_FALLBACK_AFTER_KERBEROS define.
Günther Deschner
1
-0
/
+5
2008-04-07
Fix a misleading debug message
Volker Lendecke
1
-2
/
+3
2008-04-04
When using plaintext ucs2 passwords clistr_push calls ucs2_align, which causes
Jeremy Allison
1
-3
/
+9
2008-04-04
Always uppercase cli->srv_name_slash.
Günther Deschner
1
-0
/
+1
2008-03-12
For convenience reasons, always create cli->srv_name_slash in the rpc_client.
Günther Deschner
1
-0
/
+1
2008-02-28
Add explicit buf arg to cli_check_sign_mac
Volker Lendecke
1
-1
/
+1
2008-02-28
Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_mac
Volker Lendecke
1
-1
/
+1
2008-02-23
Fix typo
Volker Lendecke
1
-2
/
+2
2008-02-11
Add a missing return
Volker Lendecke
1
-1
/
+1
2008-01-23
Don't leak memory in error path.
Jeremy Allison
1
-0
/
+1
2008-01-23
Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.
Jeremy Allison
1
-1
/
+1
2008-01-23
Fix Windows 2008 (Longhorn) join.
Andreas Schneider
1
-1
/
+15
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-11
/
+11
2007-12-21
Use ADS_IGNORE_PRINCIPAL define.
Günther Deschner
1
-2
/
+1
2007-12-19
Fix debug messages
Volker Lendecke
1
-8
/
+9
2007-12-15
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
1
-8
/
+42
2007-12-12
Allow cliconnect to loop through multiple ip addresses
Jeremy Allison
1
-23
/
+49
2007-12-07
Don't build rpctorture anymore - not maintained. Just remove.
Jeremy Allison
1
-4
/
+6
2007-11-29
Remove PSTRING_LEN from smbd/ nmbd/.
Jeremy Allison
1
-3
/
+12
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-4
/
+14
2007-11-11
Remove a static fstring
Volker Lendecke
1
-1
/
+1
2007-11-09
Remove the silly "user_socket_options" global variable
Volker Lendecke
1
-4
/
+2
2007-11-08
Remove more pstring/fstrings.
Jeremy Allison
1
-4
/
+1
2007-11-03
Remove the smb_read_error global variable and replace
Jeremy Allison
1
-1
/
+1
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
-65
/
+87
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-15
/
+15
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-4
/
+4
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
1
-12
/
+13
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
1
-28
/
+10
2007-10-10
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
1
-10
/
+28
2007-10-10
r24737: Remove older TODO: Convert internal_resolve_name() and friends to NTS...
Günther Deschner
1
-1
/
+2
2007-10-10
r24281: Fix bug found by Herb. The vuid entry in the cli_state structure gets
Jeremy Allison
1
-0
/
+4
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
[prev]
[next]