summaryrefslogtreecommitdiff
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* sync for rc2 :-( (forgot the LDAP fix)Gerald Carter2002-10-101-0/+1
* more merges from SAMBA_2_2Gerald Carter2002-10-091-435/+0
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-096-129/+183
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2002-08-281-0/+263
|\
| * Sync up namecache code with HEAD and APPLIANCE_HEAD. Rerun unit tests.Tim Potter2002-08-281-16/+24
| * merge from SAMBA_2_2Gerald Carter2002-08-271-1/+1
| * Some fixes for SMB signing. I can now get Win2k to correctly respond with aAndrew Bartlett2002-08-261-3/+14
| * Updates!Andrew Bartlett2002-08-264-43/+100
| * Use a function that actually exists for the keepalive send.Andrew Bartlett2002-08-251-1/+1
| * Fix from kai to correctly decode ntlmssp flags.Andrew Bartlett2002-08-251-1/+1
| * Cope with negative cache dns entries better.Tim Potter2002-08-231-5/+6
| * Moved calculation of secure channel type into a new function.Tim Potter2002-08-231-2/+1
| * Don't take the sizeof(struct in_addr) * -1Tim Potter2002-08-231-2/+4
| * move where got_sig_term and reload_after_sighup are defined.Herb Lewis2002-08-221-9/+9
| * a ASN.1 fix from anthonyAndrew Tridgell2002-08-221-1/+3
| * don't use spnego in the client unless enabled in smb.confAndrew Tridgell2002-08-221-1/+3
| * fix a few segfaultsGerald Carter2002-08-221-1/+1
| * A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett2002-08-221-5/+3
| * fix segfaultGerald Carter2002-08-211-5/+5
| * Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatibleJelmer Vernooij2002-08-211-1/+1
| * cannot use casts in the DLIST_xxx macrosHerb Lewis2002-08-201-2/+2
| * fix irix compiler errorHerb Lewis2002-08-201-1/+1
| * fixed memory corruption in cli_full_connection()Andrew Tridgell2002-08-191-2/+1
| * we now receive and parse the main cldap netlogon reply.Andrew Tridgell2002-08-191-5/+2
| * added a 'net ads lookup' command that does a CLDAP NetLogon query to aAndrew Tridgell2002-08-191-0/+10
| * Merge of netbios namecache code from APPLIANCE_HEAD.Tim Potter2002-08-162-4/+276
| * Fix NTLMSSP challenge command and auth response. We can now service joinsJim McDonough2002-08-151-0/+61
| * This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-1/+1
| * fixed a bug where we were truncating the returned names in a netbiosAndrew Tridgell2002-08-031-1/+1
| * Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-029-6501/+0
| * added 'disable netbios = yes/no' option, default is noAndrew Tridgell2002-07-311-2/+31
| * this fixes plaintext passwords with win2000Andrew Tridgell2002-07-301-3/+2
| * Some crash fixes for netshareenum returning zero shares.Tim Potter2002-07-301-0/+3
| * Rafal 'Mimir' Szczesniak <mimir@diament.ists.pwr.wroc.pl> has been busyAndrew Bartlett2002-07-272-4/+115
| * Mimir has been busy with patches again, and sent in the followingAndrew Bartlett2002-07-261-3/+2
| * fixed a segv in net time when the host is unavailableAndrew Tridgell2002-07-221-1/+1
| * Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-212-16/+16
| * Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had aAndrew Bartlett2002-07-204-12/+24
| * Fix up char/uchar casts etc. Fix up comments on some of the password hashAndrew Bartlett2002-07-202-12/+9
| * Add support for a weird behaviour apparently used by Win9X pass-throughAndrew Bartlett2002-07-201-2/+2
| * fixed a number of real bugs found by warnings on the 64 bit irix compilerAndrew Tridgell2002-07-151-2/+1
| * checking for NULL really is counter-productive, and this one was alsoAndrew Tridgell2002-07-151-5/+0
| * fix directory listing on win9x.Andrew Tridgell2002-07-131-3/+7
| * Some fix ups but committing so Andrew can look at the problem I have.Richard Sharpe2002-07-131-7/+1
| * Fix up the include file that had problems as well.Richard Sharpe2002-07-131-11/+0
| * Add these two files I forgot.Richard Sharpe2002-07-132-0/+476
| * Fix some multibyte problems that I forgot about.Richard Sharpe2002-07-131-6/+6
| * Commit Tom Jansen's changes to head.Richard Sharpe2002-07-111-819/+899
| * fix declaration of global_in_nmbdAndrew Tridgell2002-07-091-1/+1
| * Fixed incorrect debug.Tim Potter2002-07-041-1/+1