This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[ira/wip.git] / source3 / smbd / negprot.c
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-31 Jeremy AllisonRemoved some unused variables - tidy up some formating...
2002-04-18 Andrew Tridgellfixed the fallback to a BDC for ADS connections
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-02-27 Jeremy AllisonAdded "nt status support" parameter. Fix offline synchr...
2002-02-22 Andrew Tridgelldon't do an ADS init when not in ADS mode
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Tim PotterSpelling fixes.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-10 Jeremy AllisonFirst part of UNIX extensions (#ifdefed out) more to...
2002-01-09 Martin PoolBetter explanation message for dmalloc.
2002-01-05 Andrew BartlettI've decided to move the auth code around a bit more...
2001-12-07 Andrew Tridgelladded a "use spnego" option
2001-12-05 Andrew Tridgelladded a REALLY gross hack into kerberos_kinit_password...
2001-11-29 Andrew BartlettMake better use of the ads_init() function to get the...
2001-11-27 Andrew Tridgellalways send an OID list until we handle raw (unwrapped...
2001-11-26 Tim Potterchallange -> challenge
2001-11-26 Andrew Tridgellfixed spnego, non-kerberos negprot
2001-11-25 Andrew Tridgelladded 'security=ADS'
2001-11-24 Andrew BartlettThis is another rather major change to the samba authen...
2001-10-31 Andrew BartlettSPNEGO works perfectly well with security=domain, so...
2001-10-30 Andrew BartlettSpnego on the 'server' end of security=server just...
2001-10-23 Herb Lewisget rid of compiler warnings (casts and delete unused...
2001-10-22 Andrew Tridgell- fixed link order of krb5 libs
2001-10-21 Jeremy AllisonOk, I know it's a language thing and it shouldn't matte...
2001-10-21 Andrew Tridgellchange smbd to use HOST/hostname principle form until...
2001-10-21 Andrew Tridgellsupport both old and new kerberos OIDs
2001-10-20 Andrew Tridgellbetter krb5 error handling (thanks andrewb!)
2001-10-18 Andrew Tridgellthe beginnings of kerberos support in smbd. It doesn...
2001-10-17 Andrew Tridgelladded basic NTLMSSP support in smbd. This is still...
2001-10-11 Andrew Tridgellinitial kerberos/ADS/SPNEGO support in libsmb and smbcl...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-26 Andrew BartlettKill of the reply.c end of the workstaion trust account...
2001-09-23 Andrew BartlettFix up NT_STATUS return for session setups, Win2k objec...
2001-09-12 Andrew Tridgell- enable MSDFS by default, there seems no reason not...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-08 Andrew BartlettSome better debugs for our security=server code. I...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-01 Simo Sorce- fix bug in reply_nt- fix bug in reply_nt1
2001-06-21 Andrew TridgellAdded STR_NOALIGN flags to clistr and srvstr fns. Yes...
2001-06-08 Jeremy AllisonExtra stuff for large readwrite support.
2001-05-23 Jeremy AllisonThis is *very* cool. I'm pretty convinced we can just...
2001-03-16 Andrew Tridgellenable unicode on the wire by default in smbd
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-10 Andrew Tridgellstarted support for unicode on the wire in smbd. Using...
2001-03-09 Gerald Cartermerge of 'lanman auth' and 'min protocol' from 2.2
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-05-26 Shirish KaleleChanged MS_DFS to WITH_MSDFS throughout.
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-03-13 Jeremy Allisoninclude/smb.h:
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-01-08 Jeremy Allisonsmbd/mangle.c
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-09-16 Luke Leightonreading in smb server domain name from SMBnegprot response
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-05-01 Luke Leightonadded server ntlmv2 false/auto/true parameter, defaults...
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-11 Jeremy AllisonOk - this is the 'expose 64 bit to the clients' checkin.
1998-09-10 Jeremy AllisonImproved stat cache code by uppercasing any search...
1998-09-05 Jeremy AllisonBugfix for leak in reference counted file struct.
1998-08-17 Andrew Tridgellnow that we have no global arrays we can start to split...