Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Bump GPLv2+ to GPLv3+ for some files, clarify BSD 2-clause. Everything else stays under GPLv3+. New Linking Exception exempts resulting executables from LGPLv3 section 4. Add CONTRIBUTORS file to keep track of licensing. Remove 'Copyright Red Hat Inc' comments. Signed-off-by: Corinna Vinschen <corinna@vinschen.de> | ||||
* | * pwdgrp.cc: Handle default fetch_user_arg_type_t in switches | Corinna Vinschen | 2015-02-23 | 1 | -1/+9 |
| | | | | throughout to silence compiler. | ||||
* | * pwdgrp.cc (client_request_pwdgrp::pwd_serve): Add 1 to the message | Corinna Vinschen | 2014-04-16 | 1 | -2/+2 |
| | | | | length to account for the trailing NUL. | ||||
* | * Makefile.in (OBJS): Add pwdgrp.o. | Corinna Vinschen | 2014-03-12 | 1 | -0/+161 |
* client.cc (client_request::handle_request): Handle CYGSERVER_REQUEST_PWDGRP message. * pwdgrp.cc: New file implementing CYGSERVER_REQUEST_PWDGRP. |