Age | Commit message (Expand) | Author | Files | Lines |
2001-10-31 | SPNEGO works perfectly well with security=domain, so don't exclude it. | Andrew Bartlett | 1 | -3/+7 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 1 | -1/+13 |
2001-10-30 | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 3 | -2/+14 |
2001-10-29 | Fix up auth_smbpasswd.c to use the password interface, rather than the | Andrew Bartlett | 1 | -8/+8 |
2001-10-29 | another few changes to the new mangle code | Simo Sorce | 1 | -2/+27 |
2001-10-29 | change some more functions to the new mangle interface. | Simo Sorce | 1 | -9/+11 |
2001-10-29 | - fix string len for an ucs2_to_dos function as any ucs2 char may be up to 4 ... | Simo Sorce | 1 | -4/+81 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 2 | -13/+13 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 7 | -27/+49 |
2001-10-29 | This commit is number 1 of 4. | Andrew Bartlett | 1 | -0/+6 |
2001-10-29 | Fixed confusing debug message - it was always printing uid 0 instead of the | Tim Potter | 1 | -1/+1 |
2001-10-28 | fix a logic bug on max size of a returned string, | Simo Sorce | 1 | -3/+9 |
2001-10-27 | smbd/notify_hash.c: Merged Herb's fix. | Jeremy Allison | 1 | -2/+2 |
2001-10-26 | Fixed compile warning. | Tim Potter | 1 | -1/+1 |
2001-10-24 | Made default vfs ops static so we can use this symbol in actual modules. | Tim Potter | 1 | -1/+1 |
2001-10-23 | more compiler warnings | Herb Lewis | 3 | -3/+3 |
2001-10-23 | get rid of compiler warnings (casts and delete unused variables) | Herb Lewis | 4 | -7/+6 |
2001-10-23 | IRIX compiler dies not like casts in macro args | Herb Lewis | 1 | -1/+1 |
2001-10-22 | ops, some testing code in compat function let only mangled name come back. | Simo Sorce | 1 | -12/+12 |
2001-10-22 | server support for RAP session list function | Jim McDonough | 2 | -0/+118 |
2001-10-22 | lets try the new mangling code | Simo Sorce | 2 | -7/+44 |
2001-10-22 | - fixed link order of krb5 libs | Andrew Tridgell | 2 | -19/+6 |
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 |