Age | Commit message (Expand) | Author | Files | Lines |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 2 | -10/+10 |
2001-10-21 | patch for neater output() function from vance | Andrew Tridgell | 1 | -351/+193 |
2001-10-21 | change smbd to use HOST/hostname principle form until I work out how | Andrew Tridgell | 1 | -22/+18 |
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-21 | fixed the spnego detection code in session setup | Andrew Tridgell | 1 | -2/+8 |
2001-10-20 | Converted a bunch of 0x85 constants to SMBkeepalive. | Tim Potter | 2 | -4/+4 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 5 | -993/+983 |
2001-10-20 | Use asprintf, do bounds check, better rc logic | Jim McDonough | 1 | -33/+43 |
2001-10-20 | crude fix for anonymous session setup with extended security | Andrew Tridgell | 1 | -1/+62 |
2001-10-20 | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 2 | -2/+7 |
2001-10-20 | finished auth when we get a valid kerberos ticket | Andrew Tridgell | 1 | -8/+58 |
2001-10-20 | add non_root_mode() check | Andrew Tridgell | 1 | -1/+1 |
2001-10-20 | quick fix for krb5 compilation. I've told vance how to fix this module | Andrew Tridgell | 1 | -5/+2 |
2001-10-19 | Add RAP net share add support | Jim McDonough | 1 | -31/+113 |
2001-10-19 | print in a human readable format when the password expired. | Jean-François Micouleau | 1 | -1/+1 |
2001-10-19 | Fixed issues with changenotify only being called once in VC++. | Jeremy Allison | 1 | -4/+29 |
2001-10-19 | Tidy up debug in notify code. | Jeremy Allison | 2 | -24/+35 |
2001-10-19 | Restored old Bmpx code - actually used by OS/2. | Jeremy Allison | 3 | -61/+267 |
2001-10-19 | client : Fixed error return. | Jeremy Allison | 1 | -1/+1 |
2001-10-18 | Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD. | Jeremy Allison | 9 | -76/+180 |
2001-10-18 | got rid of start_background_queue() | Andrew Tridgell | 1 | -1/+6 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 2 | -12/+91 |
2001-10-18 | Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile. | Tim Potter | 2 | -4/+4 |
2001-10-17 | removed some debug code | Andrew Tridgell | 1 | -2/+2 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 3 | -33/+337 |
2001-10-17 | Fixed inconsistent definitions of InBuf/OutBuf/last_char. | Jeremy Allison | 1 | -3/+0 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 1 | -0/+2 |
2001-10-16 | Fix for connectinos.tdb error message from "Richard Bollinger" <rabollinger@h... | Jeremy Allison | 1 | -2/+3 |
2001-10-15 | split session setup code out of reply.c in preparation for adding | Andrew Tridgell | 2 | -344/+356 |
2001-10-13 | introduce mangle backward compatibility functions | Simo Sorce | 1 | -2/+147 |
2001-10-12 | Made nt acl support a local parameter for w2ksp2 profile fix. | Jeremy Allison | 2 | -27/+55 |
2001-10-12 | fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2001-10-11 | merge from 2.2 | Gerald Carter | 1 | -2/+2 |
2001-10-11 | remove unused function in mangle.c | Simo Sorce | 1 | -12/+0 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -4/+4 |
2001-10-11 | Fixed bug when status=no and max smbd processes > 0. | Jeremy Allison | 1 | -0/+6 |
2001-10-10 | Fixed some compile warnings. | Tim Potter | 1 | -4/+2 |
2001-10-09 | Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XX | Jeremy Allison | 1 | -14/+16 |
2001-10-08 | tim suggested to add a copyright note :) | Simo Sorce | 1 | -1/+21 |
2001-10-07 | more fixing and testing. | Simo Sorce | 1 | -54/+83 |
2001-10-06 | Fix up indenting in out SAM password check code. | Andrew Bartlett | 1 | -46/+49 |
2001-10-04 | init only in test code. | Simo Sorce | 1 | -48/+55 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 1 | -0/+2 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 1 | -16/+32 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 44 | -94/+2 |
2001-10-01 | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 1 | -2/+1 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -31/+32 |
2001-09-30 | Small changes to register_vuid ahead of a larger restructure. | Andrew Bartlett | 1 | -3/+3 |
2001-09-29 | undef the code for now | Simo Sorce | 1 | -2/+2 |