Age | Commit message (Expand) | Author | Files | Lines |
2001-12-07 | added a "use spnego" option | Andrew Tridgell | 1 | -0/+1 |
2001-12-05 | added a REALLY gross hack into kerberos_kinit_password so that | Andrew Tridgell | 1 | -1/+1 |
2001-11-29 | Make better use of the ads_init() function to get the kerberos relam etc. | Andrew Bartlett | 1 | -9/+13 |
2001-11-27 | always send an OID list until we handle raw (unwrapped) NTLMSSP | Andrew Tridgell | 1 | -6/+15 |
2001-11-26 | challange -> challenge | Tim Potter | 1 | -3/+3 |
2001-11-26 | fixed spnego, non-kerberos negprot | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | added 'security=ADS' | Andrew Tridgell | 1 | -0/+7 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 1 | -64/+38 |
2001-10-31 | SPNEGO works perfectly well with security=domain, so don't exclude it. | Andrew Bartlett | 1 | -3/+7 |
2001-10-30 | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 1 | -1/+4 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 1 | -4/+4 |
2001-10-22 | - fixed link order of krb5 libs | Andrew Tridgell | 1 | -0/+1 |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 1 | -4/+4 |
2001-10-21 | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 1 | -1/+3 |
2001-10-21 | support both old and new kerberos OIDs | Andrew Tridgell | 1 | -1/+1 |
2001-10-20 | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 1 | -1/+1 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 1 | -3/+0 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -14/+61 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -4/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-26 | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 1 | -14/+18 |
2001-09-23 | Fix up NT_STATUS return for session setups, Win2k objects to anything other | Andrew Bartlett | 1 | -6/+4 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 1 | -3/+1 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 1 | -87/+89 |
2001-08-08 | Some better debugs for our security=server code. I want to track down why | Andrew Bartlett | 1 | -1/+3 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -0/+3 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -1/+1 |
2001-07-01 | - fix bug in reply_nt- fix bug in reply_nt1 | Simo Sorce | 1 | -4/+4 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 1 | -9/+9 |
2001-06-08 | Extra stuff for large readwrite support. | Jeremy Allison | 1 | -1/+2 |
2001-05-23 | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 1 | -0/+1 |
2001-03-16 | enable unicode on the wire by default in smbd | Andrew Tridgell | 1 | -2/+2 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -4/+0 |
2001-03-10 | started support for unicode on the wire in smbd. Using a very similar | Andrew Tridgell | 1 | -0/+6 |
2001-03-09 | merge of 'lanman auth' and 'min protocol' from 2.2 | Gerald Carter | 1 | -1/+2 |
2000-11-16 | Ok - fixed a bug in our levelII oplock code. We need to break a level II on | Jeremy Allison | 1 | -1/+1 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -0/+2 |
2000-05-26 | Changed MS_DFS to WITH_MSDFS throughout. | Shirish Kalele | 1 | -1/+1 |
2000-05-10 | more merging voodoo | Andrew Tridgell | 1 | -0/+4 |
2000-05-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -3/+3 |
2000-03-13 | include/smb.h: | Jeremy Allison | 1 | -1/+4 |
2000-03-08 | dded Microsoft Dfs services. | Shirish Kalele | 1 | -0/+5 |
2000-01-08 | smbd/mangle.c | Jeremy Allison | 1 | -1/+1 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -49/+46 |
1999-09-16 | reading in smb server domain name from SMBnegprot response | Luke Leighton | 1 | -3/+4 |
1999-07-12 | Jean-Francois Micouleau's rewritten DFS patch, originally written by | Luke Leighton | 1 | -0/+7 |
1999-05-01 | added server ntlmv2 false/auto/true parameter, defaults to off. | Luke Leighton | 1 | -13/+20 |
1998-09-18 | gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a | Andrew Tridgell | 1 | -5/+2 |
1998-09-17 | configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni... | Jeremy Allison | 1 | -4/+6 |
1998-09-11 | Ok - this is the 'expose 64 bit to the clients' checkin. | Jeremy Allison | 1 | -2/+6 |