summaryrefslogtreecommitdiff
path: root/source3/smbd/negprot.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-23get rid of compiler warnings (casts and delete unused variables)Herb Lewis1-4/+4
2001-10-22- fixed link order of krb5 libsAndrew Tridgell1-0/+1
2001-10-21Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison1-4/+4
2001-10-21change smbd to use HOST/hostname principle form until I work out howAndrew Tridgell1-1/+3
2001-10-21support both old and new kerberos OIDsAndrew Tridgell1-1/+1
2001-10-20better krb5 error handling (thanks andrewb!)Andrew Tridgell1-1/+1
2001-10-18the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell1-3/+0
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-14/+61
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett1-14/+18
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett1-6/+4
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-3/+1
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-87/+89
2001-08-08Some better debugs for our security=server code. I want to track down whyAndrew Bartlett1-1/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-0/+3
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-07-01- fix bug in reply_nt- fix bug in reply_nt1Simo Sorce1-4/+4
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell1-9/+9
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-1/+2
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison1-0/+1
2001-03-16enable unicode on the wire by default in smbdAndrew Tridgell1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-03-10started support for unicode on the wire in smbd. Using a very similarAndrew Tridgell1-0/+6
2001-03-09merge of 'lanman auth' and 'min protocol' from 2.2Gerald Carter1-1/+2
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-1/+1
2000-10-11changes to sync with 2.2. treeHerb Lewis1-0/+2
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-03-13include/smb.h:Jeremy Allison1-1/+4
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-0/+5
2000-01-08smbd/mangle.cJeremy Allison1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-49/+46
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-3/+4
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-0/+7
1999-05-01added server ntlmv2 false/auto/true parameter, defaults to off.Luke Leighton1-13/+20
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-5/+2
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-4/+6
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-2/+6
1998-09-10Improved stat cache code by uppercasing any search name that gets added toJeremy Allison1-2/+2
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-1/+2
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell1-0/+415