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
/
libsmb
/
cliconnect.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
patches from Urban
Gerald Carter
2002-11-08
1
-0
/
+3
*
Added new error codes. Fix up connection code to retry in the same way
Jeremy Allison
2002-10-17
1
-1
/
+11
*
merge of working dsrolegetprimdominfo() client code from APP_HEAD
Gerald Carter
2002-10-04
1
-1
/
+1
*
Updates from Samba HEAD:
Andrew Bartlett
2002-10-01
1
-5
/
+1
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-115
/
+164
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-20
/
+27
*
more bug updates from head
Andrew Tridgell
2002-07-15
1
-5
/
+0
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-302
/
+226
*
The 17-bit length field in the header contains the number of
Christopher R. Hertel
2002-07-01
1
-1
/
+8
*
Always pass NT password as well as Lanman.
Jeremy Allison
2002-04-06
1
-1
/
+1
*
Removed duplicate \n from debug message.
Tim Potter
2002-03-06
1
-21
/
+13
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Fix a couple of memory leaks in the cli_establish_connection() code's failure
Andrew Bartlett
2002-01-20
1
-0
/
+2
*
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
2002-01-11
1
-18
/
+18
*
fixed a crash bug in domain auth caused by an uninitialised nt_status
Andrew Tridgell
2002-01-11
1
-0
/
+2
*
Fix up 'net ads join' to delete and rejoin if the account already exists.
Andrew Bartlett
2002-01-11
1
-1
/
+1
*
Check for winbind separator in user name for cli_session_setup()
Tim Potter
2002-01-06
1
-1
/
+2
*
Ensure the output cli can't have spurious values if the connection fails...
Andrew Bartlett
2001-12-31
1
-1
/
+7
*
- handle kerberos session setup reply with broken null termination
Andrew Tridgell
2001-12-21
1
-4
/
+5
*
try to handle end of packet for not null terminated domain strings
Andrew Tridgell
2001-12-21
1
-1
/
+3
*
handle a NULL hostname in cli_connect()
Andrew Tridgell
2001-12-11
1
-0
/
+3
*
detect attempts to connect to names of the type NAME#xx and do a
Andrew Tridgell
2001-12-11
1
-1
/
+11
*
when using non-encrypted password ignore the ntpass variable to
Andrew Tridgell
2001-12-04
1
-2
/
+2
*
This change reworkes the connection code for both rpcclient and net new
Andrew Bartlett
2001-12-03
1
-1
/
+113
*
fixed some krb5 ifdefs
Andrew Tridgell
2001-11-28
1
-2
/
+2
*
fixed a core dump in server level security
Andrew Tridgell
2001-11-28
1
-2
/
+4
*
fix a bunch of places where we can double-free a cli structure
Andrew Tridgell
2001-11-28
1
-4
/
+4
*
Got medieval on another pointless extern. Removed extern struct ipzero
Tim Potter
2001-11-26
1
-2
/
+1
*
use DEBUG() not d_printf() in libraries
Andrew Tridgell
2001-11-26
1
-2
/
+2
*
Add a new torture test to extract a NT->DOS error map from an NT member of a
Andrew Bartlett
2001-11-25
1
-4
/
+1
*
This is another rather major change to the samba authenticaion
Andrew Bartlett
2001-11-24
1
-1
/
+1
*
- make sure we use a non-zero session id so we can have multiple conns
Andrew Tridgell
2001-11-20
1
-8
/
+4
*
Removed the "reestablish" code. Tridge - scream if this was needed....
Jeremy Allison
2001-11-14
1
-51
/
+0
*
free the negTokenInit structure
Andrew Tridgell
2001-11-05
1
-0
/
+2
*
merge from 2.2. Why is STR_CONVERT missing when comparing
Gerald Carter
2001-11-05
1
-1
/
+1
*
This patch applied, except without the structure changes to nmblib.c
Andrew Bartlett
2001-10-29
1
-1
/
+1
*
more compiler warnings
Herb Lewis
2001-10-23
1
-2
/
+2
*
a quick fix to get rpcclient working again. This just disables
Andrew Tridgell
2001-10-22
1
-0
/
+4
*
Ok, I know it's a language thing and it shouldn't matter.... but a kerberos
Jeremy Allison
2001-10-21
1
-7
/
+7
*
made smbclient cope better with arbitrary principle forms
Andrew Tridgell
2001-10-21
1
-0
/
+4
*
support both old and new kerberos OIDs
Andrew Tridgell
2001-10-21
1
-1
/
+2
*
the beginnings of kerberos support in smbd. It doesn't work yet, but
Andrew Tridgell
2001-10-18
1
-0
/
+4
*
added basic NTLMSSP support in smbd. This is still quite rough, and
Andrew Tridgell
2001-10-17
1
-12
/
+20
*
fixed NTLMSSP with XP servers (who don't send the duplicate challenge
Andrew Tridgell
2001-10-14
1
-0
/
+8
*
fixed two bugs in the NTLMSSP code
Andrew Tridgell
2001-10-14
1
-2
/
+8
*
moved some OIDs to the ASN.1 header
Andrew Tridgell
2001-10-12
1
-2
/
+2
*
added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...
Andrew Tridgell
2001-10-12
1
-52
/
+154
*
added a ASN.1 parser, so now I can properly parse the negTokenInit
Andrew Tridgell
2001-10-11
1
-1
/
+32
*
initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To
Andrew Tridgell
2001-10-11
1
-144
/
+387
*
use cli_is_error() instead of looking in smb_rcls, otherwise NT status
Andrew Tridgell
2001-09-05
1
-7
/
+5
[prev]
[next]