Age | Commit message (Expand) | Author | Files | Lines |
2001-11-05 | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 4 | -1/+283 |
2001-11-05 | merge from 2.2. Why is STR_CONVERT missing when comparing | Gerald Carter | 1 | -1/+1 |
2001-11-05 | old merge from 2.2 | Gerald Carter | 1 | -8/+27 |
2001-11-05 | Fixed some compiler warnings. | Tim Potter | 1 | -8/+8 |
2001-11-05 | Renamed make_user_info_for_winbindd() to be more consistent with the | Tim Potter | 2 | -8/+8 |
2001-11-05 | Fixed compiler warnings. | Tim Potter | 1 | -3/+2 |
2001-11-05 | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 4 | -43/+88 |
2001-11-05 | Removed duplicate debug. | Tim Potter | 1 | -2/+0 |
2001-11-05 | Don't put a \n on the end of the arg to exit_server() | Tim Potter | 10 | -26/+26 |
2001-11-04 | Added missing strchr_wa. | Jeremy Allison | 1 | -0/+5 |
2001-11-04 | Fix for broken-as-shipped RedHat 7.2 system headers. Now we have | Jeremy Allison | 1 | -0/+12 |
2001-11-04 | a big one: | Simo Sorce | 7 | -1113/+579 |
2001-11-04 | get the string lengths right in domain logons | Andrew Tridgell | 1 | -2/+2 |
2001-11-04 | remove {} from default valid char list | Andrew Tridgell | 1 | -1/+1 |
2001-11-04 | Fix segfault. sup_tok might not always be with us. | Andrew Bartlett | 1 | -3/+5 |
2001-11-04 | Fix up authenticated pipes in line with vuser changes. This ensures that global | Andrew Bartlett | 1 | -1/+4 |
2001-11-04 | Fixup for accounts without a local /etc/passwd entry. | Andrew Bartlett | 1 | -9/+5 |
2001-11-04 | Fix up pdbedit so that it at least compiles without warnings. | Andrew Bartlett | 1 | -92/+61 |
2001-11-04 | Got serious about const again. | Jeremy Allison | 5 | -116/+118 |
2001-11-03 | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 22 | -148/+297 |
2001-11-03 | Added many more defines in service category, user category and others | Steve French | 1 | -0/+26 |
2001-11-03 | Added support for UserListGroups, ServiceEnum | Steve French | 1 | -0/+125 |
2001-11-03 | Adding support for net password, net service, net user info, fixing net helps | Steve French | 1 | -59/+258 |
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 | 2 | -12/+4 |
2001-11-03 | Move the test for non-SPNEGO session setups when using SPNEGO, becouse its a | Andrew Bartlett | 1 | -5/+5 |
2001-11-02 | Return 1 (rather than 0) on failure. This may well help get the build farm | Andrew Bartlett | 1 | -1/+1 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 11 | -69/+83 |
2001-11-01 | zero the data, not a pointer to the data ... | Andrew Tridgell | 1 | -1/+1 |
2001-10-31 | Removed unneeded extern. | Tim Potter | 1 | -2/+0 |
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 | 3 | -7/+6 |
2001-10-31 | ... and clean up the unused variables. | Andrew Bartlett | 1 | -3/+0 |
2001-10-31 | Small changes for guest authenticated pipes. | Andrew Bartlett | 1 | -8/+7 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 32 | -1139/+2216 |
2001-10-31 | More const. | Andrew Bartlett | 1 | -2/+2 |
2001-10-31 | SPNEGO works perfectly well with security=domain, so don't exclude it. | Andrew Bartlett | 1 | -3/+7 |
2001-10-31 | Small 'const' updates ahead of some AuthRewrite merging. | Andrew Bartlett | 4 | -18/+18 |
2001-10-31 | Added some extra fields to the auth_serversupplied_info structure. | Tim Potter | 8 | -8/+70 |
2001-10-31 | This one's a doozy. A cut&paste bug incorrectly sets the max string length | Tim Potter | 1 | -1/+1 |
2001-10-31 | Don't accidentally return success when sending a broken NET_SAMLOGON | Tim Potter | 1 | -0/+1 |
2001-10-31 | Some tweaking to make the samlogon function look more like NT on the wire. | Tim Potter | 1 | -7/+7 |
2001-10-31 | Parionia to ensure people don't install libsmb based programs setuid root. | Andrew Bartlett | 3 | -1/+15 |
2001-10-30 | Spnego on the 'server' end of security=server just does not work, so set the | Andrew Bartlett | 4 | -2/+17 |
2001-10-30 | Fix debug in domain_client_validate() when password server = *. | Tim Potter | 1 | -1/+1 |
2001-10-30 | Allow the logon level to be passed to cli_netlogon_sam_logon() rather than | Tim Potter | 1 | -4/+4 |
2001-10-30 | Allow the logon level to be passed to cli_netlogon_sam_logon() rather than | Tim Potter | 1 | -13/+41 |
2001-10-30 | Removed confusing comment. | Tim Potter | 1 | -1/+1 |
2001-10-30 | Fix up smbpasswd -e/-d so that it doesn't change the password under you any | Andrew Bartlett | 5 | -34/+18 |