summaryrefslogtreecommitdiffstats
path: root/libexec
AgeCommit message (Expand)AuthorFilesLines
2002-11-27corrections and clarifications from Han Boetes <han at mijncomputer dot nl>henning1-15/+20
2002-11-25Change a setuid() that should be seteuid(), not iced by grange@millert1-5/+7
2002-11-25Missing check around snprintf().mpech1-2/+2
2002-11-25avoid size_t -> int conversion. style nit for sizeof(). David Krauseitojun5-29/+29
2002-11-23After fixing these comments, I add another incorrect one.drahn1-2/+2
2002-11-23Implement [u]mul/[u]div/[u]rem with faster version if availabledrahn5-8/+172
2002-11-23clean up comments.drahn1-9/+9
2002-11-23Put in a required item. Should not have been deleted to start with.drahn1-2/+71
2002-11-23Remove some error messages which were incorrectly printed. Some cleanup.drahn2-13/+11
2002-11-22Fix the comments on which systemcall is being processed, ok deraadt@drahn1-9/+9
2002-11-22Formatting cleanup, no point in extra nesting block. No functional change.drahn1-39/+37
2002-11-22Correct string termination in jobend() for saved_path and saved_user.cloder1-4/+9
2002-11-21Add a caveat on /etc/raddb/servers and permissions.millert1-1/+13
2002-11-21Install this setgid _radius, not setuid rootmillert1-3/+3
2002-11-21Fix thinko, mode 0640 not 0620millert1-4/+4
2002-11-21tokenadm -> _tokenmillert2-4/+4
2002-11-21Add a new group, "tokenadm" and make login_token setgid tokenadm insteadmillert3-10/+28
2002-11-17Terminate printed strings with newlines.drahn1-4/+4
2002-11-15o Once a user is logged in, don't allow a change to another user.millert2-40/+13
2002-11-14Make error messages on symbol lookup failures more useful.drahn10-39/+41
2002-11-13Check for NULL on pltgot, appearently libraries with no external referencesdrahn1-0/+3
2002-11-09SEE ALSO reordering.fgsch4-12/+12
2002-11-07Don't complain about missing man dirs unless in picky mode or ifmillert1-2/+2
2002-11-05Use define, not number.drahn1-2/+2
2002-10-25Some small fixes in MI code for mips backport. A new reloc md function,pefo7-50/+24
2002-10-23mips archdep stuff update while waiting for ok on mipefo5-61/+221
2002-10-21Remove the -D__PIC__ from this, it does not affect the buildingdrahn1-2/+2
2002-10-21Simplify the ld.so asm api, the data is available other ways.drahn6-48/+19
2002-10-15localhost variable is not needed; Peter Wernermillert1-5/+1
2002-10-15Use old-style version number when requiring at least perl 5.6.0.millert1-2/+2
2002-10-13Avoid potential printf format string problem with challenge frommillert1-3/+3
2002-10-11Add 'proto tcp' to example rdr rule, it's required now.dhartmei1-2/+2
2002-10-08sa_family on wire is network byteorder. from Alexander Yurchenko <grange@rt.mipt.ru>itojun1-3/+3
2002-10-04smtpd leaves the buildingderaadt27-9279/+2
2002-10-04use port 8021 in exampleshenning1-3/+3
2002-10-04Print full 64 bit address. At least until LD_TRACE_LOADED_OBJECTS_FMT[12]drahn2-6/+17
2002-10-04improvements; rjmooney@aboveground.cxderaadt1-10/+10
2002-10-01spelling; dcfleming@speakeasy.netderaadt1-2/+2
2002-09-29Add login_radius back now that the license issue has been resolvedmillert1-2/+2
2002-09-29BSD-licensed as per Stephen Diercouff of tfm associatesmillert2-23/+49
2002-09-29re-add; license will be fixed by millert sometime tonightderaadt1-0/+586
2002-09-26disable login_radius until a license problem is resolvedderaadt1-2/+2
2002-09-26Makefilederaadt1-586/+0
2002-09-25- "resposne" is used without initialization, so zero-fillitojun1-7/+15
2002-09-24Allocate vis_user on the stack instead of using malloc(). Thismillert1-4/+3
2002-09-18fix Xr refs; frisco@blackant.netderaadt1-2/+2
2002-09-13Add -H option to hide nonexistent users (useful on NAT gateways). ok millert@djm4-9/+45
2002-09-12do not decent into ld.so if it was said NOPIC, even for elfmickey1-2/+2
2002-09-09Add lazy binding support for powerpc ld.so. ok pvalchev@ brad@drahn2-68/+239
2002-09-06use socklen_t more; henning okderaadt11-49/+51