Age | Commit message (Expand) | Author | Files | Lines |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 7 | -67/+154 |
2001-11-03 | anonymous logins are guest logins, so mark them as such. (Otherwise they can | Andrew Bartlett | 1 | -1/+1 |
2001-11-03 | Minor cleanups/fixes in the NTLMv2 code | Andrew Bartlett | 1 | -6/+2 |
2001-11-03 | Move the test for non-SPNEGO session setups when using SPNEGO, becouse its a | Andrew Bartlett | 1 | -5/+5 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 4 | -27/+36 |
2001-10-31 | This should fix up the compile with krb5. | Andrew Bartlett | 1 | -7/+9 |
2001-10-31 | When you make a data_blob() then you probably need to free it too... | Andrew Bartlett | 1 | -0/+4 |
2001-10-31 | Fix up domain logons. Tested with NT4. | Andrew Bartlett | 1 | -1/+1 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 11 | -511/+1086 |
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 |