| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2001-08-03 | 1 | -0/+3 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -1/+1 |
* | - fix bug in reply_nt- fix bug in reply_nt1 | Simo Sorce | 2001-07-01 | 1 | -4/+4 |
* | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2001-06-21 | 1 | -9/+9 |
* | Extra stuff for large readwrite support. | Jeremy Allison | 2001-06-08 | 1 | -1/+2 |
* | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 2001-05-23 | 1 | -0/+1 |
* | enable unicode on the wire by default in smbd | Andrew Tridgell | 2001-03-16 | 1 | -2/+2 |
* | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2001-03-11 | 1 | -4/+0 |
* | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 2001-03-10 | 1 | -0/+6 |
* | merge of 'lanman auth' and 'min protocol' from 2.2 | Gerald Carter | 2001-03-09 | 1 | -1/+2 |
* | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 2000-11-16 | 1 | -1/+1 |
* | changes to sync with 2.2. tree | Herb Lewis | 2000-10-11 | 1 | -0/+2 |
* | Changed MS_DFS to WITH_MSDFS throughout. | Shirish Kalele | 2000-05-26 | 1 | -1/+1 |
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -0/+4 |
* | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 2000-05-02 | 1 | -3/+3 |
* | include/smb.h: | Jeremy Allison | 2000-03-13 | 1 | -1/+4 |
* | dded Microsoft Dfs services. | Shirish Kalele | 2000-03-08 | 1 | -0/+5 |
* | smbd/mangle.c | Jeremy Allison | 2000-01-08 | 1 | -1/+1 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -49/+46 |
* | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1999-09-16 | 1 | -3/+4 |
* | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 1999-07-12 | 1 | -0/+7 |
* | added server ntlmv2 false/auto/true parameter, defaults to off. | Luke Leighton | 1999-05-01 | 1 | -13/+20 |
* | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a | Andrew Tridgell | 1998-09-18 | 1 | -5/+2 |