File history
Tracking elkscmd/sys_utils/login.c
| Commit | Author | Date | Message |
|---|---|---|---|
90f9ad1e20e9dede5bd11da415381c8dc507dda | Chuck Coffing | 2023-07-29 | Fix various dead store & unused warnings; saves a few bytes |
4536d5f582833965c985f006fa7dc378d0907e0 | Greg Haerr | 2023-09-02 | [libc] Rewrite getpw/getgr routines to cache opens |
7a1a1cf73b51c6723ecf13628c4e6f8fe999dde | Greg Haerr | 2023-08-29 | [libc,cmds] Misc minor fixes to reduce file sizes |
fe0a7479f5aeedc9514dbfe4f95ffac50095e8e | Chuck Coffing | 2023-03-17 | [libc] limits.h with PATH_MAX |
18003b1d4667049bb1d7451120a779c9f211f45 | Chuck Coffing | 2023-02-26 | Fix login's mishandling of locked accounts |
00d9ded98d16de434a9373dc55c7d9e637f3dfa | Chuck Coffing | 2023-02-25 | Fix termination of long login name to prevent memory corruption |
71a9c209653b6db4948f073ee1fa6d483884d1f | Chuck Coffing | 2023-02-25 | Fix login to chdir to / if no home dir |
3ffc32e743c26aae876f6389f2b91d61221c71a | Chuck Coffing | 2023-02-26 | Delete obsolete TODOs / comments |
553732b10e8d59fb220344ae218f3c685a2c8b0 | Chuck Coffing | 2023-02-25 | Standardize formatting, no functional changes |
d2f2b7f28940cec1dbf93eebf8cbae22503b2bb | Greg Haerr | 2021-12-21 | [libc] Add wildcard expansion and getpass |
4f864e7744711d8322d37b2b470d64e5c643e1c | Greg Haerr | 2021-12-07 | [boot][net] Allow HOSTNAME=,GATEWAY= and TZ= in /bootopts and /etc/profile |
7bd79a6101de6436cee65dfccd636d8b968a876 | Greg Haerr | 2021-04-15 | [init] Enhancements for running on smaller memory systems |
c7378bb722593ff77afcbf7b69195f943c760fc | Greg Haerr | 2020-10-08 | [kernel] Add CR before NL on serial printk display |
5fed8a921e68f20b0b433d83cce564eb62dac22 | Greg Haerr | 2020-09-25 | [kernel] Toggle debug display in kernel and applications with keystroke |
53567b2757dcf51eb90f51d3556b37977bd141f | Greg Haerr | 2020-09-03 | [kernel] Fix to allow booting read-only root filesystem |
210b3bfb1c2cb09b14b4a6c72d34efd2368d3ca | Greg Haerr | 2020-04-18 | Various small cleanups, serial irq5 default off |
e689980162c9af90ce6cac5673c7f5ee1074431 | Greg Haerr | 2020-03-10 | [signal] Fix userland signals, add ^Z handling to getty/login/ash/sash, add debug_sig |
c2c649d4a72313a8fde8bf52f740b2e29ac8967 | Jody Bruchon | 2016-08-18 | Style cleanups on for/if/while in elkscmd |
b7ddaed8627add9efc1a1c9c6126b7630e3d784 | Jody Bruchon | 2015-03-05 | Mute a Makefile command, tons of code style/whitespace fixes |
98022ff4ccd590af874845faca7d00535e2a4ea | Jody Bruchon | 2015-03-05 | Typo and minor documentation corrections |
d4fd30e95287ca4045c3419a126666824edb9f9 | Harry Kalogirou | 2002-04-21 | disabled utmp suppord |
004026773d7f99358a15c810c45178773aac105 | Andrew Richards | 2000-02-02 | Updated comments and copyright statements |
63a0a207f041387a45b8a1a6e044deaaa17859e | Andrew Richards | 1999-12-09 | *** empty log message *** |
9322feb205e40fcca48da669cf1e4602d0de26d | Andrew Richards | 1999-12-09 | Fixed correct behavoir is passwd related code by David Murn and Mario Frasca |
da10166aff0f254780f6368c9676fb5e2e684e8 | Andrew Richards | 1999-10-28 | Remove comments around fchown as kernel bug is now fixed. |
821fdfe1cab6b4b56c35337c1f83c192916c304 | Andrew Richards | 1999-08-26 | Latest updates |
ac034ea45f68685dc870beb4890f0923ce487fc | Antonio | 1999-02-16 | Basic Unix Utilities for ELKS. |