Re: verify login info on Windows

2005-08-01 Thread Corinna Vinschen
On Jul 19 15:15, H. Henning Schmidt wrote: > Thank you for this hint. So cygwin_logon_user() is the call I need. > Apparently this is one of the hidden cygwin_*() functions that are *not* > documented in the API docs (http://cygwin.com/cygwin-api/cygwin-api.html). It's documented in the user's gu

Re: verify login info on Windows

2005-07-19 Thread H. Henning Schmidt
Igor Pechtchanski wrote: On Mon, 18 Jul 2005, H. Henning Schmidt wrote: I am developing a server application that accepts logins from a client over a proprietary protocol. I want to let clients login (username/password) before allowing anything else. I want to let them use username/passw

verify login info on Windows

2005-07-18 Thread H. Henning Schmidt
I am developing a server application that accepts logins from a client over a proprietary protocol. I want to let clients login (username/password) before allowing anything else. I want to let them use username/password information as it is stored in the regular system user database, so I do no

Re: verify login info on Windows

2005-07-18 Thread Igor Pechtchanski
On Mon, 18 Jul 2005, H. Henning Schmidt wrote: > I am developing a server application that accepts logins from a client > over a proprietary protocol. > I want to let clients login (username/password) before allowing anything > else. I want to let them use username/password information as it is >