summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2002-09-18Fixed compiler error when HAVE_KRB5 not defined.Tim Potter1-1/+1
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell3-4/+16
2002-09-11Merge the cli_shutdown change from 2_2. All except one call toVolker Lendecke1-2/+0
2002-09-10Added final Steve French patch for "required" attributes with oldJeremy Allison1-25/+23
2002-09-09Merged Volkers (correct) fix from 2.2 for crash on unable to connect.Jeremy Allison1-4/+6
2002-09-04don't use ENCTYPE_ARCFOUR_HMAC unless the kerberos lib supports itAndrew Tridgell1-5/+4
2002-09-03Fix the struct_blob.Richard Sharpe2-5/+9
2002-09-03Fix crashbug discovered by "Kim R. Pedersen" <krp@filanet.dk> whereJeremy Allison1-1/+7
2002-09-03Formatting tidyup and additon of cli_close_connection() before bugfix.Jeremy Allison2-118/+101
2002-09-03Fix the client side NTLMSSP. It now works between smbclient and smbd!Richard Sharpe2-4/+52
2002-09-03Parse the NTLMSSP Challenge in cliconnect.c.Richard Sharpe1-2/+28
2002-09-03Make sure that an NTLMSSP negotiate blob has the correct stuff in it!Richard Sharpe1-2/+3
2002-09-03Add type A to the small MSRPC generator ...Richard Sharpe1-0/+2
2002-09-03The session key in NTLMSSP AUTH blobs is actually an empty string.Richard Sharpe1-1/+1
2002-08-31Add a dash of static.Andrew Bartlett2-3/+3
2002-08-31Add a bit of 'const' and move a lot of our 'repeditive' DEBUG() statements toAndrew Bartlett1-16/+18
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-1/+3
2002-08-30convert the LDAP/SASL code to use GSS-SPNEGO if possibleAndrew Tridgell3-8/+17
2002-08-28Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter1-16/+24
2002-08-27merge from SAMBA_2_2Gerald Carter1-1/+1
2002-08-26Some fixes for SMB signing. I can now get Win2k to correctly respond with aAndrew Bartlett1-3/+14
2002-08-26Updates!Andrew Bartlett4-43/+100
2002-08-25Use a function that actually exists for the keepalive send.Andrew Bartlett1-1/+1
2002-08-25Fix from kai to correctly decode ntlmssp flags.Andrew Bartlett1-1/+1
2002-08-23Cope with negative cache dns entries better.Tim Potter1-5/+6
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-2/+1
2002-08-23Don't take the sizeof(struct in_addr) * -1Tim Potter1-2/+4
2002-08-22move where got_sig_term and reload_after_sighup are defined.Herb Lewis1-9/+9
2002-08-22a ASN.1 fix from anthonyAndrew Tridgell1-1/+3
2002-08-22don't use spnego in the client unless enabled in smb.confAndrew Tridgell1-1/+3
2002-08-22fix a few segfaultsGerald Carter1-1/+1
2002-08-22A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett1-5/+3
2002-08-21fix segfaultGerald Carter1-5/+5
2002-08-21Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij1-1/+1
2002-08-20cannot use casts in the DLIST_xxx macrosHerb Lewis1-2/+2
2002-08-20fix irix compiler errorHerb Lewis1-1/+1
2002-08-19fixed memory corruption in cli_full_connection()Andrew Tridgell1-2/+1
2002-08-19we now receive and parse the main cldap netlogon reply.Andrew Tridgell1-5/+2
2002-08-19added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell1-0/+10
2002-08-16Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2-4/+276
2002-08-15Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough1-0/+61
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-1/+1
2002-08-03fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell1-1/+1
2002-08-02Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter9-6501/+0
2002-07-31added 'disable netbios = yes/no' option, default is noAndrew Tridgell1-2/+31
2002-07-30this fixes plaintext passwords with win2000Andrew Tridgell1-3/+2
2002-07-30Some crash fixes for netshareenum returning zero shares.Tim Potter1-0/+3
2002-07-27Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2-4/+115
2002-07-26Mimir has been busy with patches again, and sent in the followingAndrew Bartlett1-3/+2
2002-07-22fixed a segv in net time when the host is unavailableAndrew Tridgell1-1/+1