Age | Commit message (Expand) | Author | Files | Lines |
2008-12-18 | * path.cc (symlin_info::check): Set 4th parameter of | Corinna Vinschen | 2 | -23/+35 |
2008-12-16 | * utils.sgml: Fix typo in passwd screen text. | Corinna Vinschen | 2 | -1/+5 |
2008-12-16 | * fhandler_registry.cc (DEFAULT_VALUE_NAME): Remove constant. | Corinna Vinschen | 2 | -69/+83 |
2008-12-15 | * syscalls.cc (gen_full_path_at): Use isabspath instead of isdirsep | Corinna Vinschen | 2 | -1/+6 |
2008-12-15 | * sec_auth.cc (open_local_policy): Set lsa handle to | Corinna Vinschen | 2 | -1/+11 |
2008-12-15 | * setlsapwd.cc (setlsapwd): Simplify code. Only try to call cygserver | Corinna Vinschen | 2 | -7/+15 |
2008-12-15 | * setpwd.cc (client_request_setpwd::serve): Don't treat removing | Corinna Vinschen | 2 | -1/+8 |
2008-12-15 | * setlsapwd.cc (setlsapwd): Explicitely erase password buffer content | Corinna Vinschen | 2 | -1/+9 |
2008-12-15 | * setpwd.cc (client_request_setpwd::serve): Explicitely erase password | Corinna Vinschen | 2 | -0/+7 |
2008-12-15 | * passwd.c (main): Put how to delete the registry password on its own | Corinna Vinschen | 2 | -1/+7 |
2008-12-15 | * fhandler_registry.cc (fhandler_registry::exists): Handle EACCES. | Corinna Vinschen | 2 | -2/+8 |
2008-12-15 | * cygwin.din: Export fgetwc, fgetws, fputwc, fputws, fwide, getwc, | Corinna Vinschen | 4 | -8/+31 |
2008-12-15 | * fhandler.h (class fhandler_registry): Declare dup method. | Corinna Vinschen | 3 | -8/+34 |
2008-12-15 | * gcc.sgml: Use 'bash$' as Cygwin prompt throughout. | Corinna Vinschen | 4 | -11/+18 |
2008-12-14 | * fhandler_disk_file.cc (readdir_get_ino): Don't complain about MS-DOS paths | Christopher Faylor | 3 | -2/+7 |
2008-12-13 | * utils.sgml: Convert some backslashes to slashes. | Christopher Faylor | 2 | -5/+9 |
2008-12-13 | * pathnames.sgml: Convert some backslashes to slashes. | Christopher Faylor | 2 | -10/+14 |
2008-12-13 | * cygheap.cc (cygheap_user::~cygheap_user): Remove unneeded if 0'ed code. | Christopher Faylor | 6 | -153/+158 |
2008-12-12 | * pathnames.sgml: New section for /proc/registry. Document registry | Corinna Vinschen | 2 | -9/+45 |
2008-12-09 | * resolv.h: #include <netinet/in.h> for sockaddr_in typedef. | Corinna Vinschen | 2 | -0/+5 |
2008-12-09 | Committed as obvious. | Danny Smith | 2 | -1/+5 |
2008-12-08 | * fhandler_registry.cc (encode_regname): Add Parameter add_val. | Corinna Vinschen | 2 | -36/+163 |
2008-12-06 | 2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 3 | -3/+8 |
2008-12-06 | 2008-12-05 Chris Sutcliffe <ir0nh34d@users.sf.net> | Chris Sutcliffe | 3 | -232/+5 |
2008-12-04 | * ntsec.sgml: Fix typo. | Corinna Vinschen | 2 | -2/+6 |
2008-12-03 | * libc/minires.c (open_sock): Set non blocking and close on exec. | Corinna Vinschen | 2 | -48/+103 |
2008-12-03 | * ntsec.sgml: Revamp parts of the doc for clearness. | Corinna Vinschen | 2 | -61/+86 |
2008-12-02 | * ntsec.sgml: Fix a few typos. | Corinna Vinschen | 2 | -2/+6 |
2008-12-02 | * cygserver.sgml: Fix cross reference to the ntsec documentation. | Corinna Vinschen | 2 | -1/+5 |
2008-12-02 | * cygserver.sgml: Document new feature to store hidden passwords | Corinna Vinschen | 2 | -0/+13 |
2008-12-02 | * ntsec.sgml: Finishing up changes for 1.7. | Corinna Vinschen | 2 | -190/+422 |
2008-12-02 | * fhandler_registry.cc (must_encode): Fix condition changed for testing. | Corinna Vinschen | 2 | -1/+5 |
2008-12-02 | * fhandler_registry.cc (must_encode): New function. | Corinna Vinschen | 2 | -10/+102 |
2008-12-01 | * ntsec.sgml: Further changes for 1.7. Switch from "NT" to "Windows". | Corinna Vinschen | 2 | -238/+97 |
2008-11-30 | fix typo | Christopher Faylor | 1 | -1/+1 |
2008-11-30 | * faq-using.xml: Remove assertion that lpr doesn't exit. | Christopher Faylor | 3 | -45/+9 |
2008-11-29 | * exceptions.c (sigpacket::process): Set tls on return since it is assumed to | Christopher Faylor | 2 | -0/+6 |
2008-11-29 | * include/cygwin/version.h: Bump api minor number to 189 to flag the | Christopher Faylor | 2 | -1/+7 |
2008-11-28 | * exceptions.cc (sigpacket::process): Rework previous change. tls could still | Christopher Faylor | 2 | -14/+21 |
2008-11-28 | * dir.cc (readdir_worker): Initialize dirent.d_type and __d_unused1. | Corinna Vinschen | 4 | -4/+35 |
2008-11-28 | * exceptions.cc (sigpacket::process): Make sure that 'tls' is never NULL when | Christopher Faylor | 2 | -8/+12 |
2008-11-26 | clarify entry | Christopher Faylor | 1 | -1/+1 |
2008-11-26 | Remove unneeded whitespace. | Christopher Faylor | 21 | -196/+242 |
2008-11-26 | * Revert erroneous checkin. | Christopher Faylor | 2 | -7/+13 |
2008-11-26 | update copyright | Christopher Faylor | 1 | -1/+2 |
2008-11-26 | * Makefile.in: Revert erroneous checkin. | Christopher Faylor | 2 | -10/+14 |
2008-11-26 | * passwd.c (longopts): Add --reg-store-pwd option. | Corinna Vinschen | 3 | -17/+110 |
2008-11-26 | * Makefile.in (OBJS): Add setpwd.o. | Corinna Vinschen | 7 | -2/+125 |
2008-11-26 | * Makefile.in (DLL_OFILES): Add setlsapwd.o. | Corinna Vinschen | 14 | -32/+323 |
2008-11-25 | * overview2.sgml: Reorganize and make minor wording changes. | Christopher Faylor | 2 | -14/+19 |