Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1999-12-01 | 1 | -1/+1 |
| | | | | | | | they should all be replaced with cli_establish_connection(). created cli_use_wait_keyboard() which waits on multiple cli_states and swallows session keepalives. | ||||
* | Removed code that used printf/fprintf in password changin libraries. | Herb Lewis | 1998-11-12 | 1 | -8/+9 |
| | | | | Now passes strings instead. | ||||
* | extracted the password change code from smbpasswd and used it in swat | Andrew Tridgell | 1998-11-12 | 1 | -0/+100 |
instead of opening pipes and other horrible stuff. |