Age | Commit message (Expand) | Author | Files | Lines |
2002-08-26 | Some fixes for SMB signing. I can now get Win2k to correctly respond with a | Andrew Bartlett | 1 | -3/+14 |
2002-08-26 | Updates! | Andrew Bartlett | 4 | -43/+100 |
2002-08-25 | Use a function that actually exists for the keepalive send. | Andrew Bartlett | 1 | -1/+1 |
2002-08-25 | Fix from kai to correctly decode ntlmssp flags. | Andrew Bartlett | 1 | -1/+1 |
2002-08-23 | Cope with negative cache dns entries better. | Tim Potter | 1 | -5/+6 |
2002-08-23 | Moved calculation of secure channel type into a new function. | Tim Potter | 1 | -2/+1 |
2002-08-23 | Don't take the sizeof(struct in_addr) * -1 | Tim Potter | 1 | -2/+4 |
2002-08-22 | move where got_sig_term and reload_after_sighup are defined. | Herb Lewis | 1 | -9/+9 |
2002-08-22 | a ASN.1 fix from anthony | Andrew Tridgell | 1 | -1/+3 |
2002-08-22 | don't use spnego in the client unless enabled in smb.conf | Andrew Tridgell | 1 | -1/+3 |
2002-08-22 | fix a few segfaults | Gerald Carter | 1 | -1/+1 |
2002-08-22 | A few fixes towards libsmbclient and rpcclient - get pointer types right and | Andrew Bartlett | 1 | -5/+3 |
2002-08-21 | fix segfault | Gerald Carter | 1 | -5/+5 |
2002-08-21 | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 1 | -1/+1 |
2002-08-20 | cannot use casts in the DLIST_xxx macros | Herb Lewis | 1 | -2/+2 |
2002-08-20 | fix irix compiler error | Herb Lewis | 1 | -1/+1 |
2002-08-19 | fixed memory corruption in cli_full_connection() | Andrew Tridgell | 1 | -2/+1 |
2002-08-19 | we now receive and parse the main cldap netlogon reply. | Andrew Tridgell | 1 | -5/+2 |
2002-08-19 | added a 'net ads lookup' command that does a CLDAP NetLogon query to a | Andrew Tridgell | 1 | -0/+10 |
2002-08-16 | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 2 | -4/+276 |
2002-08-15 | Fix NTLMSSP challenge command and auth response. We can now service joins | Jim McDonough | 1 | -0/+61 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -1/+1 |
2002-08-03 | fixed a bug where we were truncating the returned names in a netbios | Andrew Tridgell | 1 | -1/+1 |
2002-08-02 | Moved rpc client routines from libsmb back to rpc_client where they belong. | Tim Potter | 9 | -6501/+0 |
2002-07-31 | added 'disable netbios = yes/no' option, default is no | Andrew Tridgell | 1 | -2/+31 |
2002-07-30 | this fixes plaintext passwords with win2000 | Andrew Tridgell | 1 | -3/+2 |
2002-07-30 | Some crash fixes for netshareenum returning zero shares. | Tim Potter | 1 | -0/+3 |
2002-07-27 | Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busy | Andrew Bartlett | 2 | -4/+115 |
2002-07-26 | Mimir has been busy with patches again, and sent in the following | Andrew Bartlett | 1 | -3/+2 |
2002-07-22 | fixed a segv in net time when the host is unavailable | Andrew Tridgell | 1 | -1/+1 |
2002-07-21 | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 2 | -16/+16 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 4 | -12/+24 |
2002-07-20 | Fix up char/uchar casts etc. Fix up comments on some of the password hash | Andrew Bartlett | 2 | -12/+9 |
2002-07-20 | Add support for a weird behaviour apparently used by Win9X pass-through | Andrew Bartlett | 1 | -2/+2 |
2002-07-15 | fixed a number of real bugs found by warnings on the 64 bit irix compiler | Andrew Tridgell | 1 | -2/+1 |
2002-07-15 | checking for NULL really is counter-productive, and this one was also | Andrew Tridgell | 1 | -5/+0 |
2002-07-13 | fix directory listing on win9x. | Andrew Tridgell | 1 | -3/+7 |
2002-07-13 | Some fix ups but committing so Andrew can look at the problem I have. | Richard Sharpe | 1 | -7/+1 |
2002-07-13 | Fix up the include file that had problems as well. | Richard Sharpe | 1 | -11/+0 |
2002-07-13 | Add these two files I forgot. | Richard Sharpe | 2 | -0/+476 |
2002-07-13 | Fix some multibyte problems that I forgot about. | Richard Sharpe | 1 | -6/+6 |
2002-07-11 | Commit Tom Jansen's changes to head. | Richard Sharpe | 1 | -819/+899 |
2002-07-09 | fix declaration of global_in_nmbd | Andrew Tridgell | 1 | -1/+1 |
2002-07-04 | Fixed incorrect debug. | Tim Potter | 1 | -1/+1 |
2002-07-03 | Make these functions static. These are not mentioned in the external header, | Andrew Bartlett | 1 | -4/+4 |
2002-07-03 | Add my copyright (which I should have added months ago...) | Andrew Bartlett | 1 | -0/+1 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -99/+0 |
2002-07-01 | bias the lookup sorting towards directly reachable IPs | Andrew Tridgell | 1 | -0/+8 |
2002-07-01 | sort name query responses by how far they are from our interface | Andrew Tridgell | 2 | -2/+43 |
2002-07-01 | The 17-bit length field in the header contains the number of | Christopher R. Hertel | 1 | -1/+8 |