| Commit message (Expand) | Author | Age | Files | Lines |
| * | port latest changes from SAMBA_3_0 tree | Simo Sorce | 2003-08-02 | 1 | -0/+20 |
| * | trying to get HEAD building again. If you want the code | Gerald Carter | 2003-07-16 | 1 | -3/+13 |
| * | we weren't filling in the keylength in LANMAN1 and LANMAN2.1 negprot | Andrew Tridgell | 2003-05-21 | 1 | -0/+2 |
| * | more off-by-one safe_strcpy() | Andrew Bartlett | 2003-03-06 | 1 | -3/+3 |
| * | BIG patch... | Andrew Bartlett | 2003-01-02 | 1 | -3/+3 |
| * | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -4/+2 |
| * | Change default of max_xmit to match W2K. Ensure NT negprot uses it. | Jeremy Allison | 2002-10-15 | 1 | -1/+1 |
| * | change ADS negprot to match more closely the options used by w2k. This | Andrew Tridgell | 2002-09-20 | 1 | -5/+3 |
| * | made the CAP_UNIX test a bit cleaner | Andrew Tridgell | 2002-08-22 | 1 | -1/+5 |
| * | Remember to check for UNIX extensions before saying we support them. | Jeremy Allison | 2002-08-22 | 1 | -1/+1 |
| * | Make 'remote_machine' private to lib/substitute.c, and fix all the user to use | Andrew Bartlett | 2002-08-11 | 1 | -1/+0 |
| * | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 2002-08-05 | 1 | -4/+1 |
| * | this fixes plaintext passwords with win2000 | Andrew Tridgell | 2002-07-30 | 1 | -2/+4 |
| * | Update the smbd reply code a little: | Andrew Bartlett | 2002-07-20 | 1 | -0/+9 |
| * | Removed some unused variables - tidy up some formating, add struct to | Jeremy Allison | 2002-05-31 | 1 | -190/+188 |
| * | fixed the fallback to a BDC for ADS connections | Andrew Tridgell | 2002-04-18 | 1 | -1/+1 |
| * | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 1 | -1/+1 |
| * | Added "nt status support" parameter. Fix offline synchronisation. | Jeremy Allison | 2002-02-27 | 1 | -12/+13 |
| * | don't do an ADS init when not in ADS mode | Andrew Tridgell | 2002-02-22 | 1 | -5/+4 |
| * | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| * | Spelling fixes. | Tim Potter | 2002-01-20 | 1 | -7/+7 |
| * | Same fix as went into 2.2 (I'm waiting for jerry to finish some code). | Jeremy Allison | 2002-01-11 | 1 | -1/+1 |
| * | First part of UNIX extensions (#ifdefed out) more to follow. | Jeremy Allison | 2002-01-10 | 1 | -1/+1 |
| * | Better explanation message for dmalloc. | Martin Pool | 2002-01-09 | 1 | -1/+1 |
| * | I've decided to move the auth code around a bit more... | Andrew Bartlett | 2002-01-05 | 1 | -23/+28 |
| * | added a "use spnego" option | Andrew Tridgell | 2001-12-07 | 1 | -0/+1 |
| * | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 2001-12-05 | 1 | -1/+1 |
| * | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 2001-11-29 | 1 | -9/+13 |
| * | always send an OID list until we handle raw (unwrapped) NTLMSSP | Andrew Tridgell | 2001-11-27 | 1 | -6/+15 |
| * | challange -> challenge | Tim Potter | 2001-11-26 | 1 | -3/+3 |
| * | fixed spnego, non-kerberos negprot | Andrew Tridgell | 2001-11-26 | 1 | -2/+2 |
| * | added 'security=ADS' | Andrew Tridgell | 2001-11-25 | 1 | -0/+7 |
| * | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2001-11-24 | 1 | -64/+38 |
| * | SPNEGO works perfectly well with security=domain, so don't exclude it. | Andrew Bartlett | 2001-10-31 | 1 | -3/+7 |
| * | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 2001-10-30 | 1 | -1/+4 |
| * | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 2001-10-23 | 1 | -4/+4 |
| * | - fixed link order of krb5 libs | Andrew Tridgell | 2001-10-22 | 1 | -0/+1 |
| * | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 2001-10-21 | 1 | -4/+4 |
| * | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 2001-10-21 | 1 | -1/+3 |
| * | support both old and new kerberos OIDs | Andrew Tridgell | 2001-10-21 | 1 | -1/+1 |
| * | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 2001-10-20 | 1 | -1/+1 |
| * | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2001-10-18 | 1 | -3/+0 |
| * | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 2001-10-17 | 1 | -14/+61 |
| * | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 2001-10-11 | 1 | -4/+4 |
| * | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -1/+0 |
| * | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 2001-09-26 | 1 | -14/+18 |
| * | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 2001-09-23 | 1 | -6/+4 |
| * | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2001-09-12 | 1 | -3/+1 |
| * | converted smbd to use NTSTATUS by default | Andrew Tridgell | 2001-08-27 | 1 | -87/+89 |
| * | Some better debugs for our security=server code. I want to track down why | Andrew Bartlett | 2001-08-08 | 1 | -1/+3 |