From 781f935eb1f12e613a7538c618e324b3eccdacb4 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 12 Feb 2016 08:51:39 +0000 Subject: Import fgetty_0.7.orig.tar.bz2 [dgit import orig fgetty_0.7.orig.tar.bz2] --- .cvsignore | 4 + CHANGES | 54 ++++++++ COPYING | 340 +++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile | 59 +++++++++ README | 51 ++++++++ README.PAM | 28 +++++ checkpassword-pam.c | 74 +++++++++++ checkpassword-pam2.c | 131 ++++++++++++++++++++ checkpassword.c | 91 ++++++++++++++ fgetty.8 | 90 ++++++++++++++ fgetty.c | 319 +++++++++++++++++++++++++++++++++++++++++++++++ fmt.h | 25 ++++ fmt_ulong.c | 13 ++ login.c | 149 ++++++++++++++++++++++ login2.c | 110 +++++++++++++++++ 15 files changed, 1538 insertions(+) create mode 100644 .cvsignore create mode 100644 CHANGES create mode 100644 COPYING create mode 100644 Makefile create mode 100644 README create mode 100644 README.PAM create mode 100644 checkpassword-pam.c create mode 100644 checkpassword-pam2.c create mode 100644 checkpassword.c create mode 100644 fgetty.8 create mode 100644 fgetty.c create mode 100644 fmt.h create mode 100644 fmt_ulong.c create mode 100644 login.c create mode 100644 login2.c diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..6d9d856 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,4 @@ +checkpassword +fgetty +login +login2 diff --git a/CHANGES b/CHANGES new file mode 100644 index 0000000..a89f94b --- /dev/null +++ b/CHANGES @@ -0,0 +1,54 @@ +0.7: + You can now run fgetty as "fgetty 1" and it will try "/dev/vc/1" and + "/dev/tty1" before giving up. That means, the same fgetty line can + be run with and without devfs. Your boot sequence may fail but at + least you get a getty! + call setsid in case your init does not do it. Minit and sysvinit do. + Now you can run fgetty under runit, and maybe even directly from + the console. Patch by John Palkovic. + checkpassword now gives an error message if stdout is a TTY. + fgetty now works (a little) if it can't set the controlling TTY. + checkpassword now also accepts an empty password if the password + field in /etc/passwd or /etc/shadow is empty. + fix bug if someone left descriptors open in login.c (Florian Westphal) + +0.6: + the utmp code was broken. It only looked for the PID, not for the + "line" (device). So utmp grew needlessly. + fixed make install + add man page from Tino Reichardt + Enrico Scholz sent a patch that adds --long-hostname and adds error + checking for gethostname when it is not \0-terminated. + +0.5 + login will accept passwords up to 99 characters (previously it limited + to 8 because DES crypt() only looks at the first 8 characters anyway). + With MD5 crypt support, that's not so smart a move. Laurent BERCOT + reported this bug. Thanks, Laurent! + + Also, login will try to add users to group "console". This can be + used to give console users write access to the sound device. + +0.4 + fgetty will turn echo off before executing login. This fixes the + age-old security problem when the load is heavy at login: + + host login: hax0r + imsol33tPassword: _ + +0.3.1 + login2 contained a bad beginner's error regarding error checking when + reading motd. If you didn't have motd, login2 would loop :-( + Found and fixed by Michael Bacarella. + +0.3 + added a checkpassword that accepts a "nosetuid" flag in the + additional data section of the checkpassword API and then omits the + setuid(). Then, the called application (in the fgetty case, + /bin/login2) can do a "chown $UID. $TTY" before doing the setuid() + call itself, so finally, your TTY belongs to you. screen was always + complaining ;) + +0.2: + added login and login2 and edited README to "document" them. + fgetty will now also put $TTY and $HOST in the environment. diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..5b6e7c6 --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..730a176 --- /dev/null +++ b/Makefile @@ -0,0 +1,59 @@ +# Uncomment the following if you are a distribution maker and want to +# install to somewhere else than / +#DESTDIR=/tmp/fefix + +all: fgetty login login2 checkpassword + +DIET=diet -Os +#CROSS=arm-linux- +CROSS= +LDFLAGS=-s + +%.o: %.c +# gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST + $(DIET) $(CROSS)$(CC) -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST +# gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^ + $(CROSS)strip -x -R .comment -R .note $@ + +%: %.o + $(DIET) $(CROSS)$(CC) -o $@ $^ $(LDFLAGS) + +fgetty: fgetty.o fmt_ulong.o + +login: login.o +login2: login2.o +checkpassword: checkpassword.o +checkpassword-pam: checkpassword-pam.o checkpassword-pam2.o + $(CROSS)$(CC) -o $@ $^ -lmisc $(LDFLAGS) + +debug: fgetty.c fmt_ulong.o + gcc -g -o debug fgetty.c fmt_ulong.o -DDEBUG + +install: + install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/man/man8 + install login $(DESTDIR)/bin/login1 + install login2 $(DESTDIR)/bin + install fgetty $(DESTDIR)/sbin + install checkpassword $(DESTDIR)/bin/checkpassword.login + install -m 644 fgetty.8 $(DESTDIR)/usr/man/man8/fgetty.8 + @echo "now change your /etc/inittab to do something like" + @echo " 1:123:respawn:/sbin/fgetty /dev/vc/1 --noclear" + +clean: + rm -f *.o fgetty debug dietgetty login login2 checkpassword core + +sigs: fgetty.sig login.sig login2.sig checkpassword.sig + +.SUFFIXES: .sig +%.sig: % + gpg --detach-sign $< + +VERSION=fgetty-$(shell head -n 1 CHANGES|sed 's/://') +CURNAME=$(notdir $(shell pwd)) + +tar: clean rename + cd ..; tar cvvf $(VERSION).tar.bz2 $(VERSION) --use=bzip2 --exclude CVS + +rename: + if test $(CURNAME) != $(VERSION); then cd .. && mv $(CURNAME) $(VERSION); fi + diff --git a/README b/README new file mode 100644 index 0000000..6e0b39c --- /dev/null +++ b/README @@ -0,0 +1,51 @@ + +This is actually a mingetty without the printfs. +Why? Because then you can link it against dietlibc +(http://www.fefe.de/dietlibc/). + +Actually, diet libc now supports printf, but not using it makes binaries +smaller nonetheless. + +The difference is remarkable: + +USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND +root 5487 0.0 0.1 1180 444 tty5 S 00:40 0:00 /sbin/mingetty tty5 +root 6035 0.0 0.0 16 16 tty5 S 00:45 0:00 /sbin/fgetty tty5 + + + +I saw that on some really absurdly broken crap Linux distributions +(apparently the ones using PAM ;-}), login stay in memory as long as a +user is logged in, wasting precious memory. So I decided to write a +replacement login as well. + +My login uses the checkpassword (see http://cr.yp.to/checkpwd.html) +password checking interface. For the casual end-user, this means that +you will need to get and install checkpassword. For others, this means +unprecedented flexibility for the system administrator, because the +authentication for login can be done separately from login, and without +sacrificing system resources. + +The default checkpassword program from http://cr.yp.to/checkpwd.html) +checks against /etc/passwd and /etc/shadow, but the interface is general +enough to make it possible to plug in different authentication, even +RADIUS or LDAP or whatever you had in mind. You just have to write the +trivial checkpassword utility for your authentication method. I plan to +write a few small checkpassword variants to allow for shadowed MD5 +passwords from a CBD database, for example. + +This design has the following drawbacks: + + 1. since checkpassword exits on error, there is no "bad + username/password pair" error message. + 2. For the same reason, there is no 1 second delay on bad passwords. + +We can't wrap checkpassword, because once the wrapper exits, init +respawns fgetty. The only good solution would be to make a +checkpassword that prints the error message and exits only after a one +second delay. + + +login and login2 do _not_ mess with the tty or apply /etc/environment. +These are prime cases of unnecessary features in my eyes. Do that in +your shell startup files or whatever. diff --git a/README.PAM b/README.PAM new file mode 100644 index 0000000..3c95aea --- /dev/null +++ b/README.PAM @@ -0,0 +1,28 @@ +I received an email and a patch on Sep 15 2002. I incorporated the +patch, here is the email. + + From: + To: + Subject: fgetty-0.6: a checkpassword with PAM support + + Hi Felix, + + I put together a checkpassword-pam program. I understand that + you don't like PAM, but nevertheless it could be useful to + someone else besides me. It is based on your checkpassword program + and the routines found in support-pam.c of the checkpassword-pam-0.95 + program. + + Feel free to edit/distribute/(or even ignore it) :-) + + Thanks for writing/sharing such great non-bloated tools. + + - J + +To build it, say + + $ make checkpassword-pam + +Please note that you can't link checkpassword-pam with the diet libc, +and I could not test the patch because I don't have PAM installed on any +box. diff --git a/checkpassword-pam.c b/checkpassword-pam.c new file mode 100644 index 0000000..bbd012d --- /dev/null +++ b/checkpassword-pam.c @@ -0,0 +1,74 @@ +#include +#include +#include + +extern char** environ; + +unsigned int fmt_ulong(char *dest,unsigned long i) { + register unsigned long len,tmp,len2; + /* first count the number of bytes needed */ + for (len=1, tmp=i; tmp>9; ++len) tmp/=10; + if (dest) + for (tmp=i, dest+=len, len2=len+1; --len2; tmp/=10) + *--dest = (tmp%10)+'0'; + return len; +} + +int main(int argc,char* argv[]) { + char buf[513]; + char* last; + int len; + char *login,*ptr; + struct passwd *pw; + + if (!argv[1]) return 2; + for (len=0; len<512; ) { + int tmp; + tmp=read(3,buf+len,512-len); + if (tmp==-1) return 111; + if (tmp==0) break; + len+=tmp; + } + close(3); + buf[len]=0; last=buf+len; + login=buf; + if ((pw=getpwnam(login))) { + ptr=login+strlen(login)+1; + if (!authenticate_using_pam("login", login, ptr)) { + char **env,**ep, *eptty; + char buf[100]; + for (len=0; environ[len]; ++len) ; + env=alloca((len+4)*sizeof(char*)); + ep=env; + for (len=0; environ[len]; ++len) { + if (!strncmp(environ[len],"USER=",5)) continue; + if (!strncmp(environ[len],"HOME=",5)) continue; + if (!strncmp(environ[len],"SHELL=",6)) continue; + if (!strncmp(environ[len],"UID=",4)) continue; + *ep=environ[len]; ++ep; + } + *ep=alloca(strlen(pw->pw_shell)+7); strcat(strcpy(*ep,"SHELL="),pw->pw_shell); ++ep; + *ep=alloca(strlen(login)+6); strcat(strcpy(*ep,"USER="),login); ++ep; + *ep=alloca(strlen(pw->pw_dir)+7); strcat(strcpy(*ep,"HOME="),pw->pw_dir); ++ep; + strcpy(buf,"UID="); + buf[4+fmt_ulong(buf+4,pw->pw_uid)]=0; + *ep=buf; ++ep; + *ep=0; + + ptr+=strlen(ptr)+1; /* skip password */ + + if (initgroups(pw->pw_name,pw->pw_gid)==-1) return 1; +/* if (setgroups(1,&pw->pw_gid)==-1) return 1; */ + if (setgid(pw->pw_gid)==-1) return 1; + if (ptr) { + ptr+=strlen(ptr)+1; /* skip timestamp */ + if (ptr>=last) ptr=0; + } + if (!ptr || strcmp(ptr,"nosetuid")) if (setuid(pw->pw_uid)==-1) return -1; + if (chdir(pw->pw_dir)==-1) return 111; + execve(argv[1],argv+1,env); + return 111; + } + } + return 1; +} diff --git a/checkpassword-pam2.c b/checkpassword-pam2.c new file mode 100644 index 0000000..3fc7f3a --- /dev/null +++ b/checkpassword-pam2.c @@ -0,0 +1,131 @@ +/* + PAM support for a fgetty-style checkpasswd + + This file is a (slightly modified) concatenation of the files + pam-support.[ch] that come with Alexey Mahotkin's fine + "checkpassword-pam". Only the essential stuff has been kept, ie. + only what is needed to build a "checkpassword" compatible with the + one that is distributed with "fgetty". + + Thanks, Alexey! +*/ +/* + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + Copyright (c) Alexey Mahotkin 2002 + + PAM support for checkpassword-pam + +*/ +#include +#include + +static const char* global_password; + +static int +conversation (int num_msg, const struct pam_message **msgs, + struct pam_response **resp, void *appdata_ptr) +{ + int i; + struct pam_response* responses; + (void) appdata_ptr; + + /* safety check */ + if (num_msg <= 0) { + return PAM_CONV_ERR; + } + + /* allocate array of responses */ + responses = calloc(num_msg, sizeof(struct pam_response)); + if (!responses) { + return PAM_CONV_ERR; + } + + for (i = 0; i < num_msg; i++) { + const struct pam_message *msg = msgs[i]; + struct pam_response* response = &(responses[i]); + char* style = NULL; + switch (msg->msg_style) { + case PAM_PROMPT_ECHO_OFF: style = "PAM_PROMPT_ECHO_OFF"; break; + case PAM_PROMPT_ECHO_ON: style = "PAM_PROMPT_ECHO_ON"; break; + case PAM_ERROR_MSG: style = "PAM_ERROR_MSG"; break; + case PAM_TEXT_INFO: style = "PAM_TEXT_INFO"; break; + } + + switch (msg->msg_style) { + case PAM_PROMPT_ECHO_OFF: + /* reply with password */ + response->resp = strdup(global_password); + if (!response->resp) + return PAM_CONV_ERR; + break; + + default: + return PAM_CONV_ERR; + } + response->resp_retcode = 0; + } + + *resp = responses; + + return PAM_SUCCESS; +} + + + +int +authenticate_using_pam (const char* service_name, + const char* username, + const char* password) +{ + struct pam_conv pam_conversation = { conversation, NULL }; + pam_handle_t* pamh; + int retval; + + /* to be used later from conversation() */ + global_password = password; + + /* initialize the PAM library */ + retval = pam_start(service_name, username, &pam_conversation, &pamh); + if (retval != PAM_SUCCESS) { + return 111; + } + + /* PAM_TTY is needed by the securetty module */ + retval = pam_set_item(pamh, PAM_TTY, (void *)getenv("TTY")); + if (retval != PAM_SUCCESS) { + return 1; + } + + /* Authenticate the user */ + retval = pam_authenticate(pamh, 0); + if (retval != PAM_SUCCESS) { + return 1; + } + + retval = pam_acct_mgmt(pamh, 0); + if (retval != PAM_SUCCESS) { + return 1; + } + + retval = pam_setcred(pamh, PAM_ESTABLISH_CRED); + if (retval != PAM_SUCCESS) { + return 1; + } + + /* terminate the PAM library */ + retval = pam_end(pamh, retval); + if (retval != PAM_SUCCESS) { + return 1; + } + + return 0; +} diff --git a/checkpassword.c b/checkpassword.c new file mode 100644 index 0000000..b7bbe85 --- /dev/null +++ b/checkpassword.c @@ -0,0 +1,91 @@ +#include +#include +#include +#include +#include +#ifdef __dietlibc__ +#include +#else +inline void __write2(const char* message) { + write(2,message,strlen(message)); +} +#endif + +extern char** environ; + +unsigned int fmt_ulong(char *dest,unsigned long i) { + register unsigned long len,tmp,len2; + /* first count the number of bytes needed */ + for (len=1, tmp=i; tmp>9; ++len) tmp/=10; + if (dest) + for (tmp=i, dest+=len, len2=len+1; --len2; tmp/=10) + *--dest = (tmp%10)+'0'; + return len; +} + +int main(int argc,char* argv[]) { + char buf[513]; + char* last; + int len; + char *login,*passwd,*ptr; + struct passwd *pw; + struct spwd *spw; + + if (!argv[1]) return 2; + for (len=0; len<512; ) { + int tmp; + tmp=read(3,buf+len,512-len); + if (tmp==-1) return 111; + if (tmp==0) break; + len+=tmp; + } + close(3); + buf[len]=0; last=buf+len; + login=buf; + if ((pw=getpwnam(login))) { + passwd=pw->pw_passwd; + if ((spw=getspnam(login))) + passwd=spw->sp_pwdp; + ptr=login+strlen(login)+1; + if (!*passwd || !strcmp(crypt(ptr,passwd),passwd)) { + char **env,**ep; + char buf[100]; + for (len=0; environ[len]; ++len) ; + env=alloca((len+4)*sizeof(char*)); + ep=env; + for (len=0; environ[len]; ++len) { + if (!strncmp(environ[len],"USER=",5)) continue; + if (!strncmp(environ[len],"HOME=",5)) continue; + if (!strncmp(environ[len],"SHELL=",6)) continue; + if (!strncmp(environ[len],"UID=",4)) continue; + *ep=environ[len]; ++ep; + } + *ep=alloca(strlen(pw->pw_shell)+7); strcat(strcpy(*ep,"SHELL="),pw->pw_shell); ++ep; + *ep=alloca(strlen(login)+6); strcat(strcpy(*ep,"USER="),login); ++ep; + *ep=alloca(strlen(pw->pw_dir)+7); strcat(strcpy(*ep,"HOME="),pw->pw_dir); ++ep; + strcpy(buf,"UID="); + buf[4+fmt_ulong(buf+4,pw->pw_uid)]=0; + *ep=buf; ++ep; + *ep=0; + + ptr+=strlen(ptr)+1; /* skip password */ + + if (initgroups(pw->pw_name,pw->pw_gid)==-1) return 1; +/* if (setgroups(1,&pw->pw_gid)==-1) return 1; */ + if (setgid(pw->pw_gid)==-1) return 1; + if (ptr) { + ptr+=strlen(ptr)+1; /* skip timestamp */ + if (ptr>=last) ptr=0; + } + if (!ptr || strcmp(ptr,"nosetuid")) if (setuid(pw->pw_uid)==-1) return -1; + if (chdir(pw->pw_dir)==-1) return 111; + execve(argv[1],argv+1,env); + return 111; + } + } + if (isatty(0) && isatty(1)) { + __write2("checkpassword: wrong password.\n"); + sleep(5); + } + return 1; +} diff --git a/fgetty.8 b/fgetty.8 new file mode 100644 index 0000000..9c8af6d --- /dev/null +++ b/fgetty.8 @@ -0,0 +1,90 @@ +.\" Tino Reichardt (2002-01-19) +.TH FGETTY 8 "2002-01-19" "fgetty" "System Administrator's Manual" +.SH "NAME" +fgetty \- a small getty for linux +.SH "SYNOPSIS" +\fBfgetty\fR \fItty\fR [\fI--noclear\fR] [\fI--long-hostname\fR] +.SH "DESCRIPTION" +The command \fBfgetty\fP is normally invoked by \fIinit(8)\fP, opens a tty port, +prompts for a login name and invokes the /bin/login command. +.SH "OPTIONS" +\fB--noclear\fR makes fgetty not clear the screen before displaying the +login prompt. + +\fB--long-hostname\fR makes fgetty display the full +hostname in the login prompt. +.SH "FILES" +.TS +tab (@); +l l. +/etc/issue@ printed before the login prompt +/etc/inittab@ \fIinit\fP(8) configuration file +/var/run/utmp@ the system status file +.TE +.SH ISSUE ESCAPES +The issue-file (\fI/etc/issue\fP or the file may contain certain escape codes to +display the system name, date and time etc. All escape codes consist of a backslash +(\\) immediately followed by one of the letters explained below. +.TP +d +the current date. (eg: 2002-01-19) +.TP +s +the system name, the name of the operating system. (eg: Linux) +.TP +l +the name of the current tty line. (eg: tty3) +.TP +m +the architecture identifier of the machine (eg: i586) +.TP +n +the nodename of the machine, also known as the hostname. (eg: sirius) +.TP +o +the domainname of the machine. (eg: (none)) +.TP +r +the release number of the OS. (eg: 2.4.3-i) +.TP +t +the current time. (eg: 14:51:51) +.TP +u +the number of current users logged in. (eg: 4) +.TP +U +the string "1 user" or " users", where is the number of current +users logged in. (eg: 4 users) +.TP +v +Insert the version of the OS. (eg: #2 Fre Jan 18 23:05:45 CET 2002) +.SH "ENVIRONMENT VARIABLES" +.TS +tab (@); +l l. +HOST@ is set to your hostname +TERM@ is set to linux +TTY@ is set to the current tty line +.TE +.SH "RETURN VALUES" +.TS +tab (@); +l l. +\fB1\fP @could not chown/chmod tty device +\fB3\fP @could not open tty device +\fB4\fP @not a typewriter +\fB5\fP @vhangup failed +\fB6\fP @could not open tty (can't happen) +\fB7\fP @dup failed +\fB8\fP @could not exec login +\fB9\fP @read returned an unexpected error +\fB10\fP @unprintable character in login name +\fB11\fP @login name too long (>40) +\fB13\fP @user name started with a dash +\fB23\fP @received SIGQUIT +.TE +.SH "AUTHOR" +Felix von Leitner +.PP +Homepage: http://www.fefe.de/fgetty/ diff --git a/fgetty.c b/fgetty.c new file mode 100644 index 0000000..c4a6241 --- /dev/null +++ b/fgetty.c @@ -0,0 +1,319 @@ +/* This is mostly mingetty without printf */ + +#define _GNU_SOURCE +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "fmt.h" + +static struct utsname uts; +static char hn[MAXHOSTNAMELEN + 6]="HOST="; +static int hn_len=5; +static time_t cur_time; +static char *tty; + +static int noclear=0; + +void whine(const char* message) { + write(2,message,strlen(message)); +} + +void error(char *message,int exitcode) { + whine(message); + exit(exitcode); +} + +static void echo_off() { + struct termios foo; + if (!tcgetattr(0,&foo)) { + foo.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL); + tcsetattr(0, TCSANOW, &foo); + } +} + +int doutmp() { + off_t curpos; + struct utmp ut; + pid_t mypid=getpid(); + int fd=open(_PATH_UTMP,O_RDWR); + if (fd) { + for (;;) { + int len; + curpos=lseek(fd,0,SEEK_CUR); + len=read(fd,&ut,sizeof(ut)); + if (len!=sizeof(ut)) break; + if (ut.ut_pid==mypid || !strcmp(ut.ut_line,tty+5)) { +/* write(1,"found my utmp record\n",21); */ + break; + } + } + if (ut.ut_pid!=mypid) { + memset(&ut,0,sizeof(ut)); + ut.ut_pid=mypid; + memcpy(ut.ut_id,tty+3,sizeof(ut.ut_id)); + } + memcpy(ut.ut_user,"LOGIN",6); + memcpy(ut.ut_line,tty+5,sizeof(ut.ut_line)); + ut.ut_tv.tv_sec=cur_time; + ut.ut_type=LOGIN_PROCESS; + lseek(fd,curpos,SEEK_SET); + write(fd,&ut,sizeof(ut)); + close(fd); + } + if ((fd=open(_PATH_WTMP,O_APPEND|O_WRONLY))>=0) { + write(fd,&ut,sizeof(ut)); + close(fd); + } +} + +void sigquit_handler(int signum) { + error("SIGQUIT received\n",23); +} + +void open_tty() { + struct sigaction sa; + int fd; + if (chown(tty,0,0) || chmod(tty,0600)) + error("fgetty: could not chown/chmod tty device\n",1); + sa.sa_handler=SIG_IGN; + sa.sa_flags=0; + sigemptyset(&sa.sa_mask); + sigaction(SIGHUP,&sa,NULL); + sa.sa_handler=sigquit_handler; + sigaction(SIGQUIT,&sa,NULL); + setsid(); + if ((fd=open(tty, O_RDWR, 0))<0) + error("fgetty: could not open tty device\n",3); + if (!isatty(fd)) + error("fgetty: \"not a typewriter\" ;-)\n",4); + if (ioctl (fd, TIOCSCTTY, (void *)1)==0) { + if (vhangup()) /* linux specific */ + error("fgetty: vhangup failed\n",5); + } else + whine("fgetty: warning: could not set controlling tty!\n"); + close(2); close(1); close(0); close(fd); + if (open(tty,O_RDWR,0) != 0) + error("fgetty: could not open tty\n",6); + if (dup(0) != 1 || dup(0) != 2) + error("could not dup stdout and stderr\n",7); + if (!noclear) + write(0,"\033c",2); /* linux specific */ + sa.sa_handler=SIG_DFL; + sa.sa_flags=0; + sigemptyset(&sa.sa_mask); + sigaction(SIGHUP,&sa,NULL); +} + +void output_special_char(char c) { + switch (c) { + case 's': write(1,uts.sysname,strlen(uts.sysname)); break; + case 'n': write(1,uts.nodename,strlen(uts.nodename)); break; + case 'r': write(1,uts.release,strlen(uts.release)); break; + case 'v': write(1,uts.version,strlen(uts.version)); break; + case 'm': write(1,uts.machine,strlen(uts.machine)); break; + case 'o': write(1,uts.domainname,strlen(uts.domainname)); break; + case 't': + case 'd': + { + time_t now; + struct tm *tm; + char buf[30]; + char *tmp; + + time (&now); + tm = localtime (&now); + if (c == 'd') { + tmp=buf+fmt_ulong(buf,tm->tm_year+1900); + *tmp++='-'; + tm->tm_mon++; + *tmp++=tm->tm_mon/10+'0'; + *tmp++=tm->tm_mon%10+'0'; + *tmp++='-'; + *tmp++=tm->tm_mday/10+'0'; + *tmp++=tm->tm_mday%10+'0'; + *tmp++=0; + write(1,buf,strlen(buf)); +#if 0 + /* ISO 8601 */ + printf ("%d-%02d-%02d", tm->tm_year, + tm->tm_mon+1, tm->tm_mday); +#endif + } else { + buf[0]=tm->tm_hour/10+'0'; + buf[1]=tm->tm_hour%10+'0'; + buf[2]=':'; + buf[3]=tm->tm_min/10+'0'; + buf[4]=tm->tm_min%10+'0'; + buf[5]=':'; + buf[6]=tm->tm_sec/10+'0'; + buf[7]=tm->tm_sec%10+'0'; + write(1,buf,8); + } +#if 0 + tmp=buf; + printf ("%02d:%02d:%02d", + tm->tm_hour, tm->tm_min, tm->tm_sec); +#endif + break; + } + case 'l': write(1,tty+5,strlen(tty)-5); break; + case 'u': + case 'U': + { + int users=0; + struct utmp ut; + int fd=open(_PATH_UTMP,O_RDWR); + char buf[20]; + if (fd) { + for (;;) { + int len; + len=read(fd,&ut,sizeof(ut)); + if (len!=sizeof(ut)) break; + if (ut.ut_type == USER_PROCESS) users++; + } + close(fd); + } + write(1,buf,fmt_ulong(buf,users)); + if (c=='U') { + if (users==1) + write(1," user",5); + else + write(1," users",6); + } + } + break; + default: + write(1,&c,1); + } +} + +void do_prompt() { + int fd=open("/etc/issue",O_RDONLY); + char *buf; + off_t length; + write(1,"\n",1); + if (fd) { + char *c,*last; + length=lseek(fd,0,SEEK_END); + lseek(fd,0,SEEK_SET); + buf=alloca(length+1); + read(fd,buf,length); + close(fd); + last=buf+length; + for (c=buf; c='A' && c<='Z') || + (c>='a' && c<='z') || + (c>='0' && c<='9') || + (c=='_' || c=='.' || c==',' || c=='-')); +} + +char *get_logname() { + static char logname[40]; + char *c; + ioctl(0, TCFLSH, 0); /* flush pending input */ + for (*logname=0; *logname==0; ) { + do_prompt(); + for (c=logname;;) { + if (read(0,c,1)<1) { + if (errno==EINTR || errno==EIO || errno==ENOENT) + exit(0); + error("received strange error\n",9); + } + if (*c == '\n' || *c == '\r') { + *c=0; + break; + } else if (!_isprint(*c)) + error("unprintable character in login name\n",10); + else if (c-logname >= sizeof(logname)-1) + error("login name too long\n",11); + else + c++; + } + } +#if 0 + write(1,"\n\ngot name ",11); + write(1,logname,strlen(logname)); + write(1,"\n\n",2); +#endif + return logname; +} + +extern char ** environ; + +char ttybuf[20]="/dev/"; +char ttybuf2[25]="TTY="; + +int main(int argc,char *argv[]) { + char *loginargv[]={"/bin/login", "--", 0, 0}; + char *logname; + int i; + char hostname_end='.'; + tty=argv[1]; + if (!tty) + error("usage: fgetty 1\n" + " fgetty vc/1\n" + " fgetty /dev/tty1\n",111); + if (tty[0]=='/') + strncpy(ttybuf,tty,15); + else if (isdigit(tty[0])) { + struct stat ss; + /* try prepending /dev/vc/1 and /dev/tty1 */ + strcpy(ttybuf,"/dev/vc/"); strncpy(ttybuf+8,tty,3); + if (stat(ttybuf,&ss) && errno==ENOENT) { + ttybuf[5]=ttybuf[6]='t'; ttybuf[7]='y'; + } + } else + strncpy(ttybuf+5,tty,10); + tty=ttybuf; + strcpy(ttybuf2+4,ttybuf); + + uname(&uts); + if (gethostname(hn+5, MAXHOSTNAMELEN)!=0) hn[5]=0; + hn[5+MAXHOSTNAMELEN]=0; + putenv("TERM=linux"); + putenv(ttybuf2); + putenv(hn); + time(&cur_time); + for (i=2; i 9) { ++len; q /= 10; } + if (s) { + s += len; + do { *--s = '0' + (u % 10); u /= 10; } while(u); /* handles u == 0 */ + } + return len; +} diff --git a/login.c b/login.c new file mode 100644 index 0000000..8a46a76 --- /dev/null +++ b/login.c @@ -0,0 +1,149 @@ +/* diet login without all the bloat but with checkpassword for pluggable + * authentication support. */ + +/* algorithm: + 1. argv[1] is the user name + (optional: argv[2-argc] are environment variables) + 2. print "user's password: " to stdout + 3. set terminal to "don't echo" + 4. read password + 5. set terminal to "echo" + 6. fork and run checkpassword login2 + 7. wait() for checkpassword + 8. if checkpassword returns 1, the password was wrong. sleep(1) and ++counter + 9. if counter reaches 5, sleep(5) and exit + + login2 is expected to: + + 1. kill ppid (i.e. this process) if it is run. + 2. print motd unless (-f .hushlogin) + 3. check for mail (maybe) + 4. set TERM according to /etc/ttytypes + 5. edit utmp and wtmp (uh-oh, how should we do this? We are not root any more!) + 6. exec $SHELL + */ + +#define CHECKPASSWORD "/bin/checkpassword.login" +#define FALLBACKCHECKPASSWORD "/bin/checkpassword" +#define LOGIN2 "/bin/login2" + +#include +#include +#include +#include +#include +#include +#include +#include +#include + +void die(const char *message) { + __write2(message); __write2("\n"); + exit(1); +} + +struct termios oldtermios; + +static void echo_off() { + struct termios foo; + if (tcgetattr(0,&oldtermios)) + die("tcgetattr failed"); + foo=oldtermios; + foo.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL); + tcsetattr(0, TCSANOW, &foo); +} + +static void echo_on() { + oldtermios.c_lflag |= ECHO | ECHOE | ECHOK; + tcsetattr(0, TCSANOW, &oldtermios); +} + +main(int argc,char *argv[]) { + int filedes[2]; + char *username=argv[1]; + char *buf; + char __username[100]; + char password[100]; + int pwlen; + char *Argv[]={"checkpassword",LOGIN2,0}; + pid_t child; + int utmpfd,wtmpfd; + { + int i=1; + while (username && username[0]=='-') + username=argv[++i]; + } + + if (!username) { + char *host=getenv("HOST"); + if (host) { + int len=strlen(host); + host[len]=' '; + write(0,host,len+1); + host[len]=0; + } + __write1("login: "); + pwlen=read(0,__username,9); + if (pwlen<0) die("read failed"); + __username[pwlen-1]=0; /* skip newline */ + username=__username; + } + { + buf=alloca(strlen(username)+20); + strcpy(buf,username); + strcat(buf,"'s password: "); + __write1(buf); + } + echo_off(); + pwlen=read(0,password,99); + if (pwlen<0) die("read failed"); + password[pwlen-1]=0; + echo_on(); + __write1("\n"); + + if (pipe(filedes)) + die("pipe failed"); + if (filedes[0]!=3) + die("pipe did not return fd 3"); + switch (child=fork()) { + case -1: + die("login: could not fork"); + case 0: + /* child */ + close(3); + { + char buf[512]; + int len; + len=strlen(username)+1; + strcpy(buf,username); + strlcpy(buf+len,password,512-len); + len+=strlen(password)+1; +/* buf[len++]='Y'; */ + len+=__ltostr(buf+len,512-len,time(0),10,0); + buf[len]=0; + if (len<400) { + strcpy(buf+len+1,"nosetuid"); + len+=9; + } + write(4,buf,len+1); + close(4); + } + break; + default: + close(4); + utmpfd=open(_PATH_UTMP,O_RDWR); + if (utmpfd==-1) utmpfd=open("/dev/null",O_RDWR); + if (utmpfd>0 && utmpfd!=4) { dup2(utmpfd,4); close(utmpfd); utmpfd=4; }; + wtmpfd=open(_PATH_WTMP,O_APPEND|O_WRONLY); + if (wtmpfd==-1) wtmpfd=open("/dev/null",O_WRONLY); + if (wtmpfd>0 && wtmpfd!=5) { dup2(wtmpfd,5); close(wtmpfd); wtmpfd=5; }; + if (utmpfd!=4 || wtmpfd!=5) { + close(utmpfd); close(wtmpfd); + __write2("utmpfd!=4 || wtmpfd!=5\n"); + } + execve(CHECKPASSWORD,Argv,environ); + if (errno==ENOENT) + execve(FALLBACKCHECKPASSWORD,Argv,environ); + die("login: could not exec checkpassword"); + } +} diff --git a/login2.c b/login2.c new file mode 100644 index 0000000..8aaf6d6 --- /dev/null +++ b/login2.c @@ -0,0 +1,110 @@ +/* diet login without all the bloat but with checkpassword for pluggable + * authentication support. */ + +/* algorithm: + 1. print motd unless (-f .hushlogin) + 2. check for mail (maybe) + 3. set TERM according to /etc/ttytypes + 4. edit utmp and wtmp (passed as fd 4 and fd 5) + 5. exec $SHELL + */ + +#include +#include +#include +#include +#include +#include +#include + +#include + +void die(const char *message) { + __write2(message); __write2("\n"); + exit(1); +} + +extern char **environ; + +int doutmp(const char *login) { + off_t curpos; + struct utmp ut; + pid_t mypid=getpid(); + int fd=4; + for (;;) { + int len; + curpos=lseek(fd,0,SEEK_CUR); + len=read(fd,&ut,sizeof(ut)); + if (len!=sizeof(ut)) break; + if (ut.ut_pid==mypid) { +/* write(1,"found my utmp record\n",21); */ + break; + } + } + if (ut.ut_pid!=mypid) { + memset(&ut,0,sizeof(ut)); + ut.ut_pid=mypid; + memcpy(ut.ut_id,getenv("TTY")+4+3,sizeof(ut.ut_id)); + } + strncpy(ut.ut_user,login,sizeof(ut.ut_user)); + ut.ut_tv.tv_sec=time(0); + ut.ut_type=USER_PROCESS; + lseek(fd,curpos,SEEK_SET); + write(fd,&ut,sizeof(ut)); + close(4); + write(5,&ut,sizeof(ut)); + close(5); +} + +main(int argc,char *argv[]) { + int fd; + char *shell=getenv("SHELL"); + char *Argv[]={"-sh",0}; + char *login=getenv("USER"); + if (getuid()==0) { /* checkpassword honored "nosetuid" */ + char *tmp=getenv("UID"); + char *tty=getenv("TTY"); + if (tmp) { + uid_t u=strtoul(tmp,&tmp,10); + struct group *g=getgrnam("console"); + gid_t gid=getgid(); + if (*tmp==0) + chown(tty,u,gid); + initgroups(login,g?g->gr_gid:gid); + /* if it fails, too bad. checkpassword should already have made + * sure no additional groups are there */ + setuid(u); + if (u && getuid()!=u) { die("getuid() != u!\n"); return 2; } + } else return 2; + } + close(11); + if ((fd=open(".hushlogin",O_RDONLY))>=0) + close(fd); + else { + if ((fd=open("/etc/motd",O_RDONLY))>=0) { + char buf[1024]; + int len; + while ((len=read(fd,buf,1024))>0) + write(0,buf,len); + close(fd); + } + } + /* login passes open utmp and wtmp on fd #4 and #5 */ + doutmp(login); + { + char *buf=alloca(strlen(login)+20); + strcpy(buf,"LOGNAME="); + strcat(buf,login); + putenv(buf); + if (shell) { + char *tmp=strrchr(shell,'/'); + char *argv0=alloca(strlen(shell)+2); + if (tmp) ++tmp; else tmp=shell; + strcpy(argv0+1,tmp); + *argv0='-'; + Argv[0]=argv0; + execve(shell,Argv,environ); + } + execve("/bin/sh",Argv,environ); + } +} -- cgit v1.2.3 From 99c125c0efb8d4a7134aab84a3d6a589b41384a5 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Wed, 14 Feb 2018 18:46:27 +0000 Subject: Import fgetty_0.7-3.debian.tar.xz [dgit import tarball fgetty 0.7-3 fgetty_0.7-3.debian.tar.xz] --- changelog | 97 +++ checkpassword.login.8 | 103 ++++ compat | 1 + control | 22 + copyright | 31 + fgetty.docs | 1 + fgetty.lintian-overrides | 10 + fgetty.manpages | 1 + gbp.conf | 8 + patches/patch-disable-binary-stripping.patch | 25 + patches/patch-fix-manpage-installation.patch | 26 + .../patch-install-login-binaries-into-privat.patch | 47 ++ .../patch-link-checkpassword-with-gnu-libc-n.patch | 61 ++ patches/patch-use-extern-inline-for-__write2.patch | 21 + patches/series | 5 + rules | 19 + source/format | 1 + upstream/signing-key.asc | 668 +++++++++++++++++++++ watch | 3 + 19 files changed, 1150 insertions(+) create mode 100644 changelog create mode 100644 checkpassword.login.8 create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 fgetty.docs create mode 100644 fgetty.lintian-overrides create mode 100644 fgetty.manpages create mode 100644 gbp.conf create mode 100644 patches/patch-disable-binary-stripping.patch create mode 100644 patches/patch-fix-manpage-installation.patch create mode 100644 patches/patch-install-login-binaries-into-privat.patch create mode 100644 patches/patch-link-checkpassword-with-gnu-libc-n.patch create mode 100644 patches/patch-use-extern-inline-for-__write2.patch create mode 100644 patches/series create mode 100755 rules create mode 100644 source/format create mode 100644 upstream/signing-key.asc create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..5047c18 --- /dev/null +++ b/changelog @@ -0,0 +1,97 @@ +fgetty (0.7-3) unstable; urgency=medium + + * Acknowledge NMU + * Bump debhelper version to 11 + * Install upstream changelog + * Remove forgotten debian/fgetty.lintian from source package + * Use DEB_BUILD_MAINT_OPTIONS instead DEB_BUILD_OPTIONS. Later + is meant to be used by user, rebuilding package. + * Update Vcs-* fields in debian/control. + * Update standards version to 4.1.3 (no changes needed) + * Use secure URL when in debian/changelog `Format` field + + -- Dmitry Bogatov Wed, 14 Feb 2018 21:46:27 +0300 + +fgetty (0.7-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with gcc 7. (Closes: #853400) + + -- Adrian Bunk Fri, 18 Aug 2017 16:29:47 +0300 + +fgetty (0.7-2) unstable; urgency=medium + + * Add dietlibc-dev into Built-Using, since it is linked statically, + as mandated by Policy ยง7.8. (Closes: #847576) + * Remove outdated version specification on dietlibc-dev build-dependency. + * Bump standards version to 3.9.8. No changes needed. + * Use secure git url + + -- Dmitry Bogatov Fri, 09 Dec 2016 23:38:01 +0300 + +fgetty (0.7-1) unstable; urgency=medium + + * New maintainer + * New upstream release + * Add watch file with GPG key verification + * Add source/format to follow v3.0 source package format + * Use debhelper instead of custom debian/rules + * Drop checkpassword-pam. Upstream does not support it, and once written, + but is not maintained anymore. Averaged desktop setup should not + need anyway. + * Remove outdated README.Debian + * Reformat debian/copyright to follow DEP-5 + * Link checkpassword with gnu libc (Closes: #563335) with hardening + * Add lintian overrides about static build and lack of dependencies + * New standards version -- 3.9.7 (No changes needed) + * Disable automatic generation of debug packages, since most binaries + in package are static linked without any debug information. + * Install `login1' and `login2' binaries into private directory, + since they are never invoked directly. It replaces `fgetty-login.diff' + patch. + * Drop `ro-diff.patch', since it is not needed with default Debian + installation. + + -- Dmitry Bogatov Fri, 12 Feb 2016 11:51:39 +0300 + +fgetty (0.6-5) unstable; urgency=low + + * debian/implicit: add proper dependencies to support 'parallel build' + through make -j (thx Daniel Schepler for the patch). + * debian/rules: target build: pass LDFLAGS= to make to prevent upstream + install target to strip programs (closes: #436834). + + -- Gerrit Pape Tue, 11 Dec 2007 10:50:49 +0000 + +fgetty (0.6-4) unstable; urgency=low + + * debian/diff/cvs-20041118.diff: new; upstream CVS from 20041118. + * debian/diff/fgetty-login.diff, debian/diff/nostrip.diff: adapt. + * debian/diff/ro-dev.diff: print warning if chown/chmod of tty device + fails due to readonly filesystem. + + -- Gerrit Pape Mon, 13 Nov 2006 20:36:35 +0000 + +fgetty (0.6-3) unstable; urgency=low + + * debian/rules: cleanup. + * debian/implicit: update to revision 1.10. + * debian/copyright: update upstream URL. + * debian/control: Build-Depends: dietlibc-dev (>> 0.28-0) to make diet + compiled programs work with a kernel with stack protection (thx Csillag + Tamas, closes: 299550). + + -- Gerrit Pape Sun, 20 Mar 2005 19:50:33 +0000 + +fgetty (0.6-2) unstable; urgency=low + + * debian/rules: use 'diet -v -Os' instead of 'diet' to compile package + (fixes build failure on sparc). + + -- Gerrit Pape Tue, 24 Feb 2004 19:59:17 +0000 + +fgetty (0.6-1) unstable; urgency=low + + * initial debian package (closes: #232647). + + -- Gerrit Pape Mon, 16 Feb 2004 12:07:06 +0000 diff --git a/checkpassword.login.8 b/checkpassword.login.8 new file mode 100644 index 0000000..0b562f8 --- /dev/null +++ b/checkpassword.login.8 @@ -0,0 +1,103 @@ +.TH checkpassword.login 8 +.SH NAME +checkpassword \- check a password +.SH SYNOPSIS +.B checkpassword +.I prog +.SH DESCRIPTION +.B checkpassword +reads descriptor 3 through end of file and then closes descriptor 3. +There must be at most 512 bytes of data before end of file. +.P +The information supplied on descriptor 3 is a login name terminated by \e0, +a password terminated by \e0, a timestamp terminated by \e0, and possibly +more data. +There are no other restrictions on the form of the login name, password, +and timestamp. +.P +If the password is unacceptable, +.B checkpassword +exits 1. +If +.B checkpassword +is misused, +it may instead exit 2. +If there is a temporary problem checking the password, +.B checkpassword +exits 111. +.P +If the password is acceptable, +.B checkpassword +runs +.IR prog . +.I prog +consists of one or more arguments. +.SH COMPATIBLE TOOLS +There are other tools that offer the same interface as +.BR checkpassword . +Applications that use +.B checkpassword +are encouraged to take the +.B checkpassword +name as an argument, +so that they can be used with different tools. +.P +Note that these tools do not follow the +.BR getopt (3) +interface. +Optional features are controlled through (1) the tool name and (2) +environment variables. +.SH THE PASSWORD DATABASE +.B checkpassword +checks the login name and password against +.IR /etc/passwd , +using the operating system's +.BR getpwnam (3) +and +.BR crypt (3) +functions, supplemented by +.BR getspnam . +It rejects accounts with empty passwords. +It ignores the timestamp. +.P +Other +.BR checkpassword -compatible +tools have different interpretations of login names, passwords, and +timestamps. +Both the login name and the password should be treated as secrets by the +application calling +.BR checkpassword ; +the only distinction is for administrative convenience. +The timestamp should include any other information that the password is +based on; for example, the challenge in a challenge-response system such as +APOP. +.P +.B WARNING: +.B getpwnam +is inherently unreliable. +It fails to distinguish between temporary errors and nonexistent users. +Future versions of +.BR getpwnam (3) +should return ETXTBSY to indicate temporary errors and ESRCH to indicate +nonexistent users. +.SH PROCESS-STATE CHANGES +Before invoking +.IR prog , +.B checkpassword +sets up +.BR $USER , +.BR $HOME , +.BR $SHELL , +its supplementary groups, +its gid, +its uid, +and its working directory. +.P +Other +.BR checkpassword -compatible +tools may make different changes to the process state. +It is crucial for these effects to be documented; different applications +have different requirements. +.SH "SEE ALSO" +getpwnam(3), +crypt(3) diff --git a/compat b/compat new file mode 100644 index 0000000..b4de394 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +11 diff --git a/control b/control new file mode 100644 index 0000000..eb93b9e --- /dev/null +++ b/control @@ -0,0 +1,22 @@ +Source: fgetty +Section: admin +Priority: optional +Maintainer: Dmitry Bogatov +Build-Depends: debhelper (>= 11~), dietlibc-dev +Standards-Version: 4.1.3 +Homepage: https://www.fefe.de/fgetty +Vcs-Browser: https://salsa.debian.org/iu-guest/fgetty +Vcs-Git: https://salsa.debian.org/iu-guest/fgetty.git + +Package: fgetty +Architecture: any +Depends: ${misc:Depends} +Built-Using: ${Built-Using} +Description: very small, efficient, console-only getty and login + fgetty is a small, efficient, console-only getty for Linux. It is derived + from mingetty but hacked until it would link against diet libc to produce + the smallest memory footprint possible for a simple yet complete getty. + . + fgetty includes a login program that supports the checkpassword + authentication interface, and also a checkpassword program that uses the + standard C library interface to passwd and shadow. diff --git a/copyright b/copyright new file mode 100644 index 0000000..4802736 --- /dev/null +++ b/copyright @@ -0,0 +1,31 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: fgetty +Upstream-Contact: Felix von Leitner +Source: https://www.fefe.de/fgetty + +Files: * +Copyright: 2004 Felix von Leitner +License: GPL-2+ + +Files: checkpassword-pam2.c +Copyright: 2002 Alexey Mahotkin +License: GPL-2+ + +Files: debian/* +Copyright: 2004 Gerrit Pape + 2016 Dmitry Bogatov +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License as + published by the Free Software Foundation; either version 2, or (at + your option) any later version. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + . + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 can be found in ``/usr/share/common-licenses/GPL-2''. \ No newline at end of file diff --git a/fgetty.docs b/fgetty.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/fgetty.docs @@ -0,0 +1 @@ +README diff --git a/fgetty.lintian-overrides b/fgetty.lintian-overrides new file mode 100644 index 0000000..3f6fa83 --- /dev/null +++ b/fgetty.lintian-overrides @@ -0,0 +1,10 @@ +# By upstream design, fgetty is as minimal as possible, +# does not use stdio and is linked statically. It really +# have absolute zero dependencies. +fgetty binary: missing-depends-line +fgetty binary: statically-linked-binary sbin/fgetty + +# fgetty also includes minmal implementation of login, +# also without dependencies and linked statically. +fgetty binary: statically-linked-binary lib/fgetty/login1 +fgetty binary: statically-linked-binary lib/fgetty/login2 \ No newline at end of file diff --git a/fgetty.manpages b/fgetty.manpages new file mode 100644 index 0000000..0d4859c --- /dev/null +++ b/fgetty.manpages @@ -0,0 +1 @@ +debian/checkpassword.login.8 \ No newline at end of file diff --git a/gbp.conf b/gbp.conf new file mode 100644 index 0000000..ded1947 --- /dev/null +++ b/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = v%(version)s + +sign-tags = True +pristine-tar = True +pristine-tar-commit = True diff --git a/patches/patch-disable-binary-stripping.patch b/patches/patch-disable-binary-stripping.patch new file mode 100644 index 0000000..359ad3d --- /dev/null +++ b/patches/patch-disable-binary-stripping.patch @@ -0,0 +1,25 @@ +From: Dmitry Bogatov +Date: Fri, 1 Sep 2017 04:11:07 +0300 +X-Dgit-Generated: 0.7-3 469cd532d910496ef04fcd682505ecf6983d8aa2 +Subject: [PATCH] Disable binary stripping + + +--- + +--- fgetty-0.7.orig/Makefile ++++ fgetty-0.7/Makefile +@@ -7,13 +7,12 @@ all: fgetty login login2 checkpassword + DIET=diet -Os + #CROSS=arm-linux- + CROSS= +-LDFLAGS=-s ++LDFLAGS= + + %.o: %.c + # gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST + $(DIET) $(CROSS)$(CC) -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST + # gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^ +- $(CROSS)strip -x -R .comment -R .note $@ + + %: %.o + $(DIET) $(CROSS)$(CC) -o $@ $^ $(LDFLAGS) diff --git a/patches/patch-fix-manpage-installation.patch b/patches/patch-fix-manpage-installation.patch new file mode 100644 index 0000000..d746211 --- /dev/null +++ b/patches/patch-fix-manpage-installation.patch @@ -0,0 +1,26 @@ +From: Dmitry Bogatov +Date: Fri, 1 Sep 2017 04:11:07 +0300 +X-Dgit-Generated: 0.7-3 39087416da44ca4a27131d5d7ddb71343581b6c8 +Subject: [PATCH] Fix manpage installation + +Install manpage under /usr/share/man, not /usr/man. It fixes lintian error. + +--- + +--- fgetty-0.7.orig/Makefile ++++ fgetty-0.7/Makefile +@@ -29,12 +29,12 @@ debug: fgetty.c fmt_ulong.o + gcc -g -o debug fgetty.c fmt_ulong.o -DDEBUG + + install: +- install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/man/man8 ++ install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 + install login $(DESTDIR)/bin/login1 + install login2 $(DESTDIR)/bin + install fgetty $(DESTDIR)/sbin + install checkpassword $(DESTDIR)/bin/checkpassword.login +- install -m 644 fgetty.8 $(DESTDIR)/usr/man/man8/fgetty.8 ++ install -m 644 fgetty.8 $(DESTDIR)/usr/share/man/man8/fgetty.8 + @echo "now change your /etc/inittab to do something like" + @echo " 1:123:respawn:/sbin/fgetty /dev/vc/1 --noclear" + diff --git a/patches/patch-install-login-binaries-into-privat.patch b/patches/patch-install-login-binaries-into-privat.patch new file mode 100644 index 0000000..b647279 --- /dev/null +++ b/patches/patch-install-login-binaries-into-privat.patch @@ -0,0 +1,47 @@ +From: Dmitry Bogatov +Date: Fri, 1 Sep 2017 04:11:07 +0300 +X-Dgit-Generated: 0.7-3 0f54d42cfb603888b202aa4130fa94d139726f71 +Subject: [PATCH] Install login binaries into private directory + +These binaries are never invoked directly and as such should not +pollute PATH. Also, this way they do not have to have manpage. + +--- + +--- fgetty-0.7.orig/Makefile ++++ fgetty-0.7/Makefile +@@ -29,9 +29,9 @@ debug: fgetty.c fmt_ulong.o + gcc -g -o debug fgetty.c fmt_ulong.o -DDEBUG + + install: +- install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 +- install login $(DESTDIR)/bin/login1 +- install login2 $(DESTDIR)/bin ++ install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 $(DESTDIR)/lib/fgetty ++ install login $(DESTDIR)/lib/fgetty/login1 ++ install login2 $(DESTDIR)/lib/fgetty/login2 + install fgetty $(DESTDIR)/sbin + install checkpassword $(DESTDIR)/bin/checkpassword.login + install -m 644 fgetty.8 $(DESTDIR)/usr/share/man/man8/fgetty.8 +--- fgetty-0.7.orig/fgetty.c ++++ fgetty-0.7/fgetty.c +@@ -311,7 +311,7 @@ int main(int argc,char *argv[]) { + loginargv[2]=logname; + echo_off(); + #ifdef TEST +- execve("/bin/login1", loginargv, environ); ++ execve("/lib/fgetty/login1", loginargv, environ); + #else + execve("/bin/login", loginargv, environ); + #endif +--- fgetty-0.7.orig/login.c ++++ fgetty-0.7/login.c +@@ -25,7 +25,7 @@ + + #define CHECKPASSWORD "/bin/checkpassword.login" + #define FALLBACKCHECKPASSWORD "/bin/checkpassword" +-#define LOGIN2 "/bin/login2" ++#define LOGIN2 "/lib/fgetty/login2" + + #include + #include diff --git a/patches/patch-link-checkpassword-with-gnu-libc-n.patch b/patches/patch-link-checkpassword-with-gnu-libc-n.patch new file mode 100644 index 0000000..610188d --- /dev/null +++ b/patches/patch-link-checkpassword-with-gnu-libc-n.patch @@ -0,0 +1,61 @@ +From: Dmitry Bogatov +Date: Fri, 1 Sep 2017 04:11:07 +0300 +X-Dgit-Generated: 0.7-3 e9d67d805b5d6285d370eb63a073617bd727d9c7 +Subject: [PATCH] Link checkpassword with gnu libc, not diet libc + +Unfortunately, crypt(3) from diet libc does not recognize $6$ prefix +of hash in /etc/shadow and as such, no login was possible at all. + +Author of diet libc proposed to either contribute apporiate code +to diet libc, or link with other libc. There was choice to statically +link with musl libc or dynamically gnu libc. Static linking with +musl libc results in 76Kb binary (aganist 15Kb with diet libc) and +as I found it unreasonable. + +Also, with dynamic linking, if new hashing method would ever reach gnu libc, +checkpassword would catch it without my interaction. + +Unfortunately, this patch can't be forwarded, since upstream is not interested. + +--- + +--- fgetty-0.7.orig/Makefile ++++ fgetty-0.7/Makefile +@@ -7,7 +7,6 @@ all: fgetty login login2 checkpassword + DIET=diet -Os + #CROSS=arm-linux- + CROSS= +-LDFLAGS= + + %.o: %.c + # gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST +@@ -15,13 +14,14 @@ LDFLAGS= + # gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^ + + %: %.o +- $(DIET) $(CROSS)$(CC) -o $@ $^ $(LDFLAGS) ++ $(DIET) $(CROSS)$(CC) -o $@ $^ + + fgetty: fgetty.o fmt_ulong.o + + login: login.o + login2: login2.o +-checkpassword: checkpassword.o ++checkpassword: checkpassword.c ++ gcc -Os $(CFLAGS) $(CPPFLAGS) $^ -lcrypt $(LDFLAGS) -o $@ + checkpassword-pam: checkpassword-pam.o checkpassword-pam2.o + $(CROSS)$(CC) -o $@ $^ -lmisc $(LDFLAGS) + +--- fgetty-0.7.orig/checkpassword.c ++++ fgetty-0.7/checkpassword.c +@@ -1,8 +1,10 @@ ++#define _XOPEN_SOURCE + #include + #include + #include + #include + #include ++#include + #ifdef __dietlibc__ + #include + #else diff --git a/patches/patch-use-extern-inline-for-__write2.patch b/patches/patch-use-extern-inline-for-__write2.patch new file mode 100644 index 0000000..4b6ae72 --- /dev/null +++ b/patches/patch-use-extern-inline-for-__write2.patch @@ -0,0 +1,21 @@ +From: Adrian Bunk +Date: Tue, 13 Feb 2018 06:22:21 +0300 +X-Dgit-Generated: 0.7-3 aa7ede475fa28329223c7c9060e99b134d333139 +Subject: [PATCH] Use "extern inline" for __write2 + +This is required to ensure that an out-of-line +version of the function will be generated. + +--- + +--- fgetty-0.7.orig/checkpassword.c ++++ fgetty-0.7/checkpassword.c +@@ -8,7 +8,7 @@ + #ifdef __dietlibc__ + #include + #else +-inline void __write2(const char* message) { ++extern inline void __write2(const char* message) { + write(2,message,strlen(message)); + } + #endif diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..d664d22 --- /dev/null +++ b/patches/series @@ -0,0 +1,5 @@ +patch-disable-binary-stripping.patch +patch-fix-manpage-installation.patch +patch-link-checkpassword-with-gnu-libc-n.patch +patch-install-login-binaries-into-privat.patch +patch-use-extern-inline-for-__write2.patch diff --git a/rules b/rules new file mode 100755 index 0000000..d56f5e3 --- /dev/null +++ b/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = noautodbgsym +export DEB_BUILD_MAINT_OPTIONS += hardening=+all +BUILT_USING := $(shell dpkg-query -f'$${source:Package} (= $${source:Version})' -W dietlibc-dev) +include /usr/share/dpkg/default.mk + +%: + dh $@ + +override_dh_gencontrol: + dh_gencontrol -- -VBuilt-Using="$(BUILT_USING)" + +override_dh_installchangelogs: + dh_installchangelogs CHANGES + +ORIG = ../$(DEB_SOURCE)_$(DEB_VERSION_UPSTREAM).orig.tar.bz2 +get-orig-source: + pristine-tar checkout $(ORIG) -s $(ORIG).asc diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/signing-key.asc b/upstream/signing-key.asc new file mode 100644 index 0000000..3177b41 --- /dev/null +++ b/upstream/signing-key.asc @@ -0,0 +1,668 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1 + +mQELBD+NaPYBCACUcJuc3ix/Lr1/oEJDKK/NUrwbXz41bAXcBJci/Z4O/fothZ3G +ojZhGTbDDEDdTfTnyNRVTprBPMGe/EwiHDDzbRY/zKIT6ykA7qXW5P5eh38hCB2g +TFZv4eGa4SjZGdPrIrm3NZCwfZreLEIwruyM/j/4aEXJv8xi8XOhEBrjQD2g3WY8 +nHjhcJ053Zuegnw/Wv5I12Ep7SQkkkgs5szQcBdtEmB31mMQ+xZCoXI1SiRjTf0f +nct5IefnU8H0k1YlKPWYiM6QgOLPiH0INIvKhi5hUO6CAnW+WtYu/NH7ZlWnV31H +CwWeId4yMqiQcosbkhHZcvDdZ02H+T9XsV1BAAYptCFGZWxpeCB2b24gTGVpdG5l +ciA8ZmVsaXhAZmVmZS5kZT6IRQQQEQIABgUCTLVsxQAKCRBPT9fssg6aR9MIAJ0b +wv17WNcRLFF2LVbo6rhPU6ONMwCTB9oBDuDJ7+3ENdBUxBSTCEHwM4hGBBARAgAG +BQI/jmh7AAoJEOudvMCg2W8X/SYAoPNaZESvGb1EXHQ5skb6LH1keNqXAJ4iR/N5 +60Pzb2Q/O9ylJ+hkx2a/cohGBBARAgAGBQI/jm2uAAoJEDCYHQslAMAp9LgAnRUA +rjGvAsofXlvFkE1YqEsmyCkiAJ9xFJkKvX5f0fTYKTe6TJ6ZA2Aj7IhGBBARAgAG +BQI/kTH1AAoJEF3iSZZbA1iiI0AAoIDysEeNNQNhspQDnrhnIE83yeA2AKCyB0Lj +aPKLkb8nmfx8MzXun5RTJYhGBBARAgAGBQI/nh41AAoJEG8ji8JP2loMpBoAmgP2 +iB5oTaGa3asEfCR3X3zRvq3NAJsFZYLKGYv9M96fxTKw/YatopNUOIhGBBARAgAG +BQJDQ9KNAAoJENoVoEV1BY9wLE0An133RzCS1zMCaSxG5yjptKUM/4ozAKCbHr6h +CbKph7qGJIKSysFsckhhTohGBBARAgAGBQJFAGBUAAoJEDiaVjzCcqEmEkcAnRqO +VK1f41rGFTgXrrz2iN+PKyBOAJ9W/wYi7FCglMBwsiTbRhpzVm+Hb4hGBBARAgAG +BQJFAqHcAAoJEPXBMydnXiKiinkAn2g47nXq+WbtZBWx4UA/AM0A7daMAKCM9Bcg +Wr793Rub21X0CPu36Sz4ZohGBBARAgAGBQJFAuafAAoJECTiw0saukbauUgAnjDw +gREoP6gN/X38V6htUiCvNZ/lAJ9CzPetQYJOkUR236eCtUD1AtSjn4hGBBARAgAG +BQJFBGHVAAoJEM/oSL/8Z4WinjAAoINiziyTnTQ+PAp6cER1jn1kicJZAKDemkVm +ErhjoDcVjfYqJdAP/8DwpIhGBBARAgAGBQJFBcl3AAoJEE7ZW6utOZhJahoAoOqU +t/hC+++0PIfezDAg9+ynQNvmAKCNz23KZPYy1FN61bZHJEPqLD42eYhGBBARAgAG +BQJFB/ZBAAoJENohqmVBd6j2Xs8An2Cbi2c6lcjJ/Nw9QD4E+jJxNG8FAJ0frxih +mzfRozis49cSduiKoxN4wohGBBARAgAGBQJFCsI7AAoJEIZG1+gUfCsFA1wAn3DF +C20lFIIvxvnYORcdVm9J9/BKAKCz9m4g2hldOfzQ/AY4GJrtO+H064hGBBARAgAG +BQJFDBO1AAoJEK3sLNEalTfnPAkAniWhFxveMaeWwQ2JwJX20hQQGI/5AJwO3qIi +TmHzVX6DYjQLpOeqP4YKAYhGBBARAgAGBQJFDszNAAoJEA3LOUQU1AYLUX4An0Io +myeoDyU9XM6p0D9AhrQZkkt9AJ9EGI5NdsYhkLbppsRzJOuMXYUpmIhGBBARAgAG +BQJFDs66AAoJEIN4s1aMAm0hflQAoNZXrNuFioiQEMlB2x6f1GhvBb8IAJ47V2wE +4x7S7HmhSFbAez7q0YQxf4hGBBARAgAGBQJFDtuzAAoJEMoEryxEx2y/wLwAn3AO +5haHi/cw1hP6T23gaYPqPpM+AKDIylOuzFNIecezJtUcj5vkw5W4IIhGBBARAgAG +BQJFHRiXAAoJEFgpV1AFAIOLFBMAoLeUfQFEr8pJJwg93pKSEcFFXteOAKCD0tx/ +gnml/up5iZYgTFrQpfs+rIhGBBARAgAGBQJFnY6OAAoJELkN18ntYZU9cbkAoIde +m2kAs6GKQnccg2A65PdvP8QjAKDdyj9Kh8H7J8UzI+rKSF93E5uDAIhGBBARAgAG +BQJF+I8AAAoJEFeTGWZssbxoOtIAoM/axNnYBZbLv8gTF7X2qazHZehaAJkBElFK +WbBvPwq6z5snt9mAwm2sNIhGBBARAgAGBQJIUaBIAAoJELdlEPNs5ZqrncUAnREa +t6RGPJ4RLEwB0EXk13tFzSGqAJ9Yrx73tESQIC/iwo6ANmTb2EFUVIhGBBARAgAG +BQJIU8xnAAoJEL8zHvz7jaO//acAn11Q31UMxDsbndR0BGHzthr0N7zzAKCAvVy9 +lLfInj7H0np59t5khosoAYhGBBARAgAGBQJJ4cyzAAoJECciA8Vh+VA2gwoAn36f +CSawJJh91CCYio+4k0L4IV5SAKCAyyb0JTTIDjGsRXY/LMGw5EXmSYhGBBARAgAG +BQJKO6iDAAoJEEsK7SyRodEpn2IAoLBLLXkvBM3KTvFFuTZNuch7K5FLAKCM9oNJ +5ydYFU5fhtY34h9UOJP2L4hGBBARAgAGBQJMsLq8AAoJEIZQGrN096qIxX8Amwbk +MDjA0Mg6SnpWjwmoRTMR4C4SAJ9SNFTUSrBOG83imAmLH1D43UdjW4hGBBARAgAG +BQJMsraRAAoJEK8dpFFszJB8/OoAnA6D4EJi8KZ1bIE6KyBt/KcGacLVAKDbv6sN +HlbcMhXXfDscIg9U91P0S4hGBBARAgAGBQJMtghSAAoJEM0PnKJuvaNZKSMAoNnD +hgpJpwYo4tP0wx4bH5yHQS4IAKDT9TTH4Fzt9IHivEMa9X+vcAzwxIhGBBARAgAG +BQJMt1xIAAoJEKmRANMbPnkUnEgAnjTpwrDkzZipwPP5DoK66yLeeTFxAJwONVuX +BtjWpPxuusbXSN9mdTvOT4hGBBARAgAGBQJMzz2iAAoJEEdgEh3RPbvKS44AniYx +Dj2eZNU7imGX0wClko3HjPMgAJ9tuN4P+4wDdQbqttsXaaEzEO6tHYhGBBARAgAG +BQJNLIxgAAoJEH4B9f4Vzt0KAeUAnA0lRHZG6Pp1d/mVUqNRfuJHevZ6AJ91TArJ +0NAuJcTI2YVCSB2fZNlxYIhGBBIRAgAGBQJBSFcfAAoJENEJ2CLXbZNYzk8AnRQu +5d5cjH/bgEuxS6cViGl1V/Q8AJ9457zMnvQ64dJj/rBAbeWmrAL2eIhGBBIRAgAG +BQJJ8POYAAoJEOUtrXSmNuCI3tgAnii8vumcoTBrX1riwD+LkYWWHw/CAJ4wzZke +aGRJLIJVe4hIgeFnykVz2IhGBBIRAgAGBQJNCI5wAAoJEMCsbrkU/hbB5zkAoMEP +az+3P+mHjcXHvACEpuQhfIM6AJ9NAZYLYt0mRkUO1bU8VZxPem7tbYhGBBMRAgAG +BQI/jpGhAAoJED4joIpZsIJIE0EAnj0lxeTnbjWG7n0HyZCJpjcMYEXHAJ9Xohdl +qA++K5sRWawJoIXeXFzjiohGBBMRAgAGBQI/0K/jAAoJEPTDdWN9fTjzojMAn3+h +v4ZVOh0Wd1+3reg7gldU5RyqAJ9jidTM49Hiu+TG/kT5Jup75TtBaohGBBMRAgAG +BQI/8adZAAoJECqbzZN1SNEG7kEAnibsU6Smalu2NyUkv/ghggm4tbBWAKC7PD2G +5804boZqNHYB5es7cy8npYhMBBARAgAMBQI/jboGBYMSy7HwAAoJEKignQ67Bf8S +pocAn2Ui7mA7SmoOP6uVXvXz19SyEWJcAJkB8WVUgTcLnkM/BRJwsDbPyddA0YhM +BBARAgAMBQI/jm1eBYMSyv6YAAoJEApi5TQ3p5FJdGsAoK6mSr+REUVQl6b+p5kU +YRA/UGv1AKCiXJUYDE+WVtlAvGn5oWCt0gYLHIhMBBARAgAMBQI/kUEIBYMSyCru +AAoJEC28kj49293q+z4An3KiHrWaaZa+QEeLpO6Kzt/0oPquAJ9/Jz7T2WIOEYZ4 +4mltXWTnd4572IhMBBIRAgAMBQI/jmkvBYMSywLHAAoJENxRfTEx7og58Y4AnRiF +jHrYOK+mP/Xbx96/aCRqhUg4AJ0c37bzChYHO7iHkODxdzAjNG3gzohMBBIRAgAM +BQI/jvexBYMSynRFAAoJEGx2F4yg7ZgtrRMAoOdrCYUVXSi7KZ283Nc/VTR8fA2U +AKDw0OLJeD4koOb+tXkDCD6LjpWAHohMBBIRAgAMBQI/kATiBYMSyWcUAAoJECiy +lcP0bq274p0An1PSweoo8/9urEbcg5COPm4IMX3/AKCU8dh9tZ3fdI7klvNas26S +aKRz8IhMBBIRAgAMBQI/kE2ABYMSyR52AAoJEJ0IqAztkI1qWSkAnA+Ob5djZXFX +yBLZptRkgWyf8/WJAJ9+D0p+3MQX/mm96KgqekiRmRM1FYhMBBMRAgAMBQI/jZ6o +BYMSy81OAAoJEPKDUDyfAr54vv4AnibkhDCsrUMIw6iJ47WT3PO0OtLGAKC716Ks +do1bNd0b2uIlkiAAb+qkZ4hMBBMRAgAMBQI/jmiWBYMSywNgAAoJECTlQimKDkYQ +wt4AoLTB2jHibMxIfeNHLCnzyLfDJUDXAJ44Iqj76yGSou14dmZRDOrK//NUMohM +BBMRAgAMBQI/jmigBYMSywNWAAoJEKqLlNMhgO3Wvd4An2I1SbRpWEizjGsEioS7 +y03noMOoAJsGiPW7oKVVjwthokn8GbgnM9M6gohMBBMRAgAMBQI/j5nbBYMSydIb +AAoJEK/0ZwsPeo0BlsAAnR3xsNEB6CJhGj82OhIG8ModJXfqAKC3QNclKA17Gkif +VyU4B1Yl1PL2sIhMBBMRAgAMBQI/kEHQBYMSySomAAoJEOzn6l9r2/d2BqkAoJiu +vVB1vfGJnlbYhlL0l7wmEUYqAJsG3XNYDrgr0KI6V/D5J8ZeZ1SvbIhMBBMRAgAM +BQI/krTNBYMSxrcpAAoJELWpn3vbRS0nSlkAnR/23RcYiZpMV1tW9juXR3KBzuRd +AKCd5QaV8IeYn55M1lAs4PVS3ZSNxohMBBMRAgAMBQI/k+1oBYMSxX6OAAoJEFAo +Jy8/0pRol9YAn0kYOMJdUHikM38nzOWWgrTuQR1aAJ9dlxgkBSZt560O7YjGOAAl +QeuTmohMBBMRAgAMBQI/lAfZBYMSxWQdAAoJEDolK72dJEtVqR8AoKduMUioFasn +u5F/gwvhl1mAovqpAKC+FlfyjmKcKzHZJ8gHlPSiAg34C4hMBBMRAgAMBQI/lQnV +BYMSxGIhAAoJEEwy+QiZ3ZRo1JwAn3dSQutRSIjZ4Wuat6L1c7O5EwyKAJ0eeCbN +2zgT9I+YIF5nNx0StHer8YhMBBMRAgAMBQI/lYzVBYMSw98hAAoJEBsn11L6SaYa +bY0An1Y/+tLt8RWhOL4e2cN6+yFQMoMpAJ9FREEZdotWthCzWrbgOOD58CnAlIhM +BBMRAgAMBQJA/CNPBYMRXUinAAoJECjG9WuBfDVoUVoAn36jMO3WozBcPrPi4Hnb +4s50UDFZAKCkKbGDk1hBgpbh8ytQdEGdBgRY0ohMBBMRAgAMBQJCMrqPBYMQJrFn +AAoJEFZtNizuCXfoVRAAoL6uoj3SrnnibM63c+Qp/Q9m191qAJ9fXRHGbLIP6yV+ +EjDBQbSDdrD30ohkBBIRCAAMBQJSCKtzBYMHhh+AAAoJEKLRmGizD9Uy7GoA/0k4 +nawaA771RQg3xOGJqqAPlRbiuby/zPd+c6aG/WCrAP0a2Lt7p6Cx5pRWrrQIdhDC +jEwEs1cz9DRns92ERVxt3YicBBABAgAGBQJFDjACAAoJECxMNLP36v/2ogoEAMLc ++LP/NWVo4c6ruHT/0Bc0dIsr/Wd+6Nvv4LotZEVS24Ans83zn85f5+SoNje/Z9Li +cIwmeThh3P2SqEpaRf4a22JoYnLKlurneYUIgOVgn2ON8rmHHtB16VPleFnhT5B2 +ZoDlpb8kc26Dg3XHKPEP+gZ1sRdCCvlJxx0aT4AUiKIEEwEBAAwFAj+Oa7UFgxLL +AEEACgkQFzxx5xPZhz20bAP/cv5XJ3TdqRCIdyoz5pWGaDVHAd6khGuApxuCFOhK +BiEzlFH915zpQ1HBI3ULhzRmSO2weG2vR1GtmjQs7/7T+nMx1eolTgr9miwIFZ+2 +cu70ZtPrdIYg5/BmVyWvZsNFn3JEaA+wwYiV78mYvd8ig+ZTtV2wEPqdqEVCpelI +fqGIogQTAQIADAUCP41qggWDEswBdAAKCRAfw2tWKMvn9amWA/9ECWlvbVEXrDK9 +QFf/CapFMWDYNCusqVcoqYDcnXDc1OOlyXLbN1NI3eSoNjS+tI9sd21xtMuyBWHM +gjIGK3oxpY9admaW520J19B9dYuVnqzMJEoi/zYOAI3iERRJegz+lNOgElL3Y1GP +jKDwII+RpH9Y1Y17fiUxpq6Db8JPWYiiBBMBAgAMBQI/ljkMBYMSwzLqAAoJEOFn +VHXv40et/LYD/2uHRbjCaKMCbvFMNlaGlNNQa3FCz5PQ1PGT9ceMUl7fuor9Gj8m +n/9zYQtEzVilane3m/EqMOm3RbOhAz0QxGUfu+3Ilm59pZJJpS7LM2NW+IawnS/o +lmZnL/qJU6k+j+/8vuGYqmRixZBvKdIL+d9Zrg0BG91DffyIWRaheu3XiQETBBMR +AgDTBQJFBaHHlRSAAAAAACIAakRERjUxNjY1X3N0ZWZhbkBkYXRlbmZyZWloYWZl +bi5vcmdodHRwOi8vd3d3LmRhdGVuZnJlaWhhZmVuLm9yZy9+c3RlZmFuL0dQRy1Q +R1Avbm90YXRpb25zLzg3OENCRTVEQTlBNTA1OTVFNjc0MTgzRjE1Mzk2QTc5MzNF +QjA1OUEubm90ZXMuYXNjNhpodHRwOi8vd3d3LmRhdGVuZnJlaWhhZmVuLm9yZy9+ +c3RlZmFuL0dQRy1QR1AvcG9saWN5LwAKCRBs1Ky93fUWZWV8AKCi40qd4M6nEQEb +sXXV3M45tkDO8ACfeAC/d4ErBI5Pm9Lub9VleYYM8c2JARwEEAECAAYFAktk8eQA +CgkQyRE57jknznatKAgAt/TC4yosWBaJ6wLZGvRCiZQMl4nyav+P6RNG/KDPjesg +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 +c50xEDa1dYAkz21dBgPE +=hx6q +-----END PGP PUBLIC KEY BLOCK----- diff --git a/watch b/watch new file mode 100644 index 0000000..aa9e48d --- /dev/null +++ b/watch @@ -0,0 +1,3 @@ +version=3 +opts="pgpsigurlmangle=s/$/.sig/" \ + https://www.fefe.de/fgetty/fgetty-([.0-9]+).tar.bz2 \ No newline at end of file -- cgit v1.2.3 From 3101cfb966dc77b36b831b111252498ebbceb1d8 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 1 Sep 2017 04:11:07 +0300 Subject: [PATCH] Disable binary stripping Gbp-Pq: Name patch-disable-binary-stripping.patch --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 730a176..97ebf76 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,12 @@ all: fgetty login login2 checkpassword DIET=diet -Os #CROSS=arm-linux- CROSS= -LDFLAGS=-s +LDFLAGS= %.o: %.c # gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST $(DIET) $(CROSS)$(CC) -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST # gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^ - $(CROSS)strip -x -R .comment -R .note $@ %: %.o $(DIET) $(CROSS)$(CC) -o $@ $^ $(LDFLAGS) -- cgit v1.2.3 From 66cc0897f9ac9825f55349755e51fa24a79dfda0 Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 1 Sep 2017 04:11:07 +0300 Subject: [PATCH] Fix manpage installation Install manpage under /usr/share/man, not /usr/man. It fixes lintian error. Gbp-Pq: Name patch-fix-manpage-installation.patch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97ebf76..df32647 100644 --- a/Makefile +++ b/Makefile @@ -29,12 +29,12 @@ debug: fgetty.c fmt_ulong.o gcc -g -o debug fgetty.c fmt_ulong.o -DDEBUG install: - install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/man/man8 + install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 install login $(DESTDIR)/bin/login1 install login2 $(DESTDIR)/bin install fgetty $(DESTDIR)/sbin install checkpassword $(DESTDIR)/bin/checkpassword.login - install -m 644 fgetty.8 $(DESTDIR)/usr/man/man8/fgetty.8 + install -m 644 fgetty.8 $(DESTDIR)/usr/share/man/man8/fgetty.8 @echo "now change your /etc/inittab to do something like" @echo " 1:123:respawn:/sbin/fgetty /dev/vc/1 --noclear" -- cgit v1.2.3 From 34ef956de216538540f7d5bebd2eb78b66a6ec9a Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 1 Sep 2017 04:11:07 +0300 Subject: [PATCH] Link checkpassword with gnu libc, not diet libc Unfortunately, crypt(3) from diet libc does not recognize $6$ prefix of hash in /etc/shadow and as such, no login was possible at all. Author of diet libc proposed to either contribute apporiate code to diet libc, or link with other libc. There was choice to statically link with musl libc or dynamically gnu libc. Static linking with musl libc results in 76Kb binary (aganist 15Kb with diet libc) and as I found it unreasonable. Also, with dynamic linking, if new hashing method would ever reach gnu libc, checkpassword would catch it without my interaction. Unfortunately, this patch can't be forwarded, since upstream is not interested. Gbp-Pq: Name patch-link-checkpassword-with-gnu-libc-n.patch --- Makefile | 6 +++--- checkpassword.c | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index df32647..a1ae4ad 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ all: fgetty login login2 checkpassword DIET=diet -Os #CROSS=arm-linux- CROSS= -LDFLAGS= %.o: %.c # gcc -march=i386 -mcpu=i386 -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c $^ -DTEST @@ -15,13 +14,14 @@ LDFLAGS= # gcc -march=i386 -mcpu=i386 -pipe -g -I../dietlibc/include -DTEST -c $^ %: %.o - $(DIET) $(CROSS)$(CC) -o $@ $^ $(LDFLAGS) + $(DIET) $(CROSS)$(CC) -o $@ $^ fgetty: fgetty.o fmt_ulong.o login: login.o login2: login2.o -checkpassword: checkpassword.o +checkpassword: checkpassword.c + gcc -Os $(CFLAGS) $(CPPFLAGS) $^ -lcrypt $(LDFLAGS) -o $@ checkpassword-pam: checkpassword-pam.o checkpassword-pam2.o $(CROSS)$(CC) -o $@ $^ -lmisc $(LDFLAGS) diff --git a/checkpassword.c b/checkpassword.c index b7bbe85..655668a 100644 --- a/checkpassword.c +++ b/checkpassword.c @@ -1,8 +1,10 @@ +#define _XOPEN_SOURCE #include #include #include #include #include +#include #ifdef __dietlibc__ #include #else -- cgit v1.2.3 From 583b4d4ab0208dbcf29640c339b1cc38eb8dddbd Mon Sep 17 00:00:00 2001 From: Dmitry Bogatov Date: Fri, 1 Sep 2017 04:11:07 +0300 Subject: [PATCH] Install login binaries into private directory These binaries are never invoked directly and as such should not pollute PATH. Also, this way they do not have to have manpage. Gbp-Pq: Name patch-install-login-binaries-into-privat.patch --- Makefile | 6 +++--- fgetty.c | 2 +- login.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index a1ae4ad..f1bd217 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,9 @@ debug: fgetty.c fmt_ulong.o gcc -g -o debug fgetty.c fmt_ulong.o -DDEBUG install: - install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 - install login $(DESTDIR)/bin/login1 - install login2 $(DESTDIR)/bin + install -d $(DESTDIR)/bin $(DESTDIR)/sbin $(DESTDIR)/usr/share/man/man8 $(DESTDIR)/lib/fgetty + install login $(DESTDIR)/lib/fgetty/login1 + install login2 $(DESTDIR)/lib/fgetty/login2 install fgetty $(DESTDIR)/sbin install checkpassword $(DESTDIR)/bin/checkpassword.login install -m 644 fgetty.8 $(DESTDIR)/usr/share/man/man8/fgetty.8 diff --git a/fgetty.c b/fgetty.c index c4a6241..6cadbdd 100644 --- a/fgetty.c +++ b/fgetty.c @@ -311,7 +311,7 @@ int main(int argc,char *argv[]) { loginargv[2]=logname; echo_off(); #ifdef TEST - execve("/bin/login1", loginargv, environ); + execve("/lib/fgetty/login1", loginargv, environ); #else execve("/bin/login", loginargv, environ); #endif diff --git a/login.c b/login.c index 8a46a76..6cd81c3 100644 --- a/login.c +++ b/login.c @@ -25,7 +25,7 @@ #define CHECKPASSWORD "/bin/checkpassword.login" #define FALLBACKCHECKPASSWORD "/bin/checkpassword" -#define LOGIN2 "/bin/login2" +#define LOGIN2 "/lib/fgetty/login2" #include #include -- cgit v1.2.3 From af33c978bdd59b4559fcd1318e54e61ab2208ff7 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 13 Feb 2018 06:22:21 +0300 Subject: [PATCH] Use "extern inline" for __write2 This is required to ensure that an out-of-line version of the function will be generated. Gbp-Pq: Name patch-use-extern-inline-for-__write2.patch --- checkpassword.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkpassword.c b/checkpassword.c index 655668a..edb7ce0 100644 --- a/checkpassword.c +++ b/checkpassword.c @@ -8,7 +8,7 @@ #ifdef __dietlibc__ #include #else -inline void __write2(const char* message) { +extern inline void __write2(const char* message) { write(2,message,strlen(message)); } #endif -- cgit v1.2.3