]> granicus.if.org Git - sudo/shortlog
sudo
2000-06-09 Todd C. MillerWhen looking for chown, check in /sbin too
2000-06-05 Todd C. MillerRemove extraneous call to init_defaults() and set runas...
2000-06-04 Todd C. MillerAdd support for using getifaddrs() to get the list...
2000-06-04 Todd C. MillerAdd a missing check for UserEditor == NULL
2000-05-12 Todd C. MillerCall clean_env very early in main() for paranoia's...
2000-05-10 Todd C. MillerUpdate proto for evasprintf and easprintf
2000-05-10 Todd C. MillerMake easprintf() and evasprintf() return an int.
2000-05-10 Todd C. MillerIf the targetpw flag is set, use target username as...
2000-05-09 Todd C. MillerBackout part of last change; setting PAM_USER to the...
2000-05-09 Todd C. Millerset tty and username via pam_set_item
2000-05-09 Todd C. MillerFix root, runas, and target authentication for non...
2000-04-22 Todd C. MillerUse B<-Z> not C<-Z> for command line flags in all place...
2000-04-22 Todd C. MillerFix an occurence of 'semicolon' that should be 'colon'
2000-04-19 Todd C. MillerFix --with-badpri help line
2000-04-17 Todd C. MillerBracket calls to syslog with an openlog() and closelog...
2000-04-15 Todd C. MillerFix -H flag. runas_homedir is only valid after set_per...
2000-04-12 Todd C. MillerClarify the fact that insults are not enabled just...
2000-04-07 Todd C. MillerRegenerated with perl 5.6.0 pod2man
2000-04-07 Todd C. MillerGive date string to pod2man since its default is ugly...
2000-04-07 Todd C. MillerDo section substitution on the output of pod2man and...
2000-04-07 Todd C. MillerPut back real man sections, we will do the substitution...
2000-04-02 Todd C. MillerDon't bother checking for the path to vi if user specif...
2000-04-01 Todd C. MillerVisudo now does its own fork/exec instead of calling...
2000-04-01 Todd C. MillerVisudo now checks for the existence of an editor and...
2000-04-01 Todd C. MillerClear up confusion wrt sudo's return value.
2000-03-27 Todd C. MillerStrip sudo and visudo for bindist target
2000-03-27 Todd C. MillerUse @mansectsu@ and @mansectform@ in the man page bodie... SUDO_1_6_3
2000-03-27 Todd C. MillerTypo: @sysconf@ -> @sysconfdir@
2000-03-27 Todd C. Miller'make dist' should not cause any files to be modified...
2000-03-27 Todd C. MillerWhoops, forgot to add release marker
2000-03-26 Todd C. MillerFinal change for 1.6.3 (or so I hope)
2000-03-26 Todd C. MillerUse SYSV man sections since BSD systems will have nroff...
2000-03-24 Todd C. MillerWhen checking to see if the host/user matches in a...
2000-03-24 Todd C. MillerOSF/1 puts file formats in section 4, not 5.
2000-03-24 Todd C. MillerMake login class support work on BSD/OS
2000-03-24 Todd C. MillerUpdate for 1.6.3
2000-03-24 Todd C. MillerIf there is no inet_addr but there *is* an __inet_addr...
2000-03-24 Todd C. MillerDon't use shlicc for BSD/OS 4.x
2000-03-24 Todd C. Miller*.man lives in cwd, *.cat lives in $(srcdir), add a...
2000-03-24 Todd C. Millerset_loginclass() should be static like the proto says
2000-03-23 Todd C. MillerAdd #ifdef __STDC__ around the rangematch function...
2000-03-23 Todd C. MillerPull in newer fnmatch(3) that supports FNM_CASEFOLD
2000-03-23 Todd C. MillerPull in newer fnmatch(3) that supports FNM_CASEFOLD
2000-03-23 Todd C. Millerupdate for 1.6.3
2000-03-23 Todd C. MillerFully qualified hosts w/ wildcards were not matching...
2000-03-23 Todd C. MillerFully qualified hosts w/ wildcards were not matching...
2000-03-23 Todd C. MillerFully qualified hosts w/ wildcards were not matching...
2000-03-23 Todd C. MillerAdd support for wildcards in the hostname.
2000-03-23 Todd C. MillerAdd targets for *.man.in, using config.status to genera...
2000-03-23 Todd C. MillerDocument set_logname option and enbolden refs to sudo...
2000-03-23 Todd C. MillerAdd FreeBSD login.conf support (untested on BSD/OS...
2000-03-23 Todd C. MillerBetter fix for handling HP-UX aging info.
2000-03-23 Todd C. MillerAdd support for set_logname run-time default
2000-03-23 Todd C. Millerconfigure does substitution on these to produce *.man
2000-03-23 Todd C. MillerThese files now get generated from *.man.in at configur...
2000-03-22 Todd C. MillerAdd set_logname option so users can turn off setting...
2000-03-22 Todd C. Millerkill register
2000-03-13 Todd C. MillerHP-UX adds extra info at the end for password aging...
2000-03-13 Todd C. MillerGet rid of grandchild hack, it was causing problems...
2000-03-07 Todd C. MillerUser can always specify a login class if he/she is...
2000-03-07 Todd C. MillerFreeBSD login class (login.conf) support.
2000-03-06 Todd C. MillerHAVE_SECUREWARE -> HAVE_GETPRPWNAM; fixes secureware...
2000-03-03 Todd C. MillerTruncate unencrypted password to 8 chars if encrypted...
2000-03-02 Todd C. MillerMention that gcc on dynix may have problems
2000-02-29 Todd C. MillerLink visudo with NET_LIBS since we now call syslog...
2000-02-29 Todd C. MillerUse Argv[0] as the first arg to openlog() since visudo...
2000-02-28 Todd C. MillerStash coredumpsize resource limit and retsore it before...
2000-02-27 Todd C. Millerdocument -S flag
2000-02-27 Todd C. Millerfix usage string
2000-02-27 Todd C. MillerAdded -S flag (read passwd from stdin) and tgetpass_fla...
2000-02-27 Todd C. MillerFixed a bug that caused an infinite loop when the passw...
2000-02-18 Todd C. MillerAdd rootpw, runaspw, and targetpw options.
2000-02-18 Todd C. Millerenveditor -> env_editor
2000-02-16 Todd C. Millercrank versino to 1.6.3
2000-02-16 Todd C. MillerAdd 'editor' and 'enveditor' sudoers defaults and make...
2000-02-15 Todd C. Miller1.6.2 -> 1.6.2p1
2000-02-15 Todd C. MillerMove user_is_exempt prototype into sudo.h
2000-02-13 Todd C. MillerFix thinko, some && should have been || in the last...
2000-02-13 Todd C. MillerDon't initialized Makefile variables to be NULL since...
2000-02-04 Todd C. Millertypo
2000-01-28 Todd C. Millerfix a yacc (skeleton.c) warning
2000-01-27 Todd C. MillerMake pam work on HP-UX 11.0;jaearick@colby.edu
2000-01-27 Todd C. Millerrecent changes; prepare for 1.6.2p1
2000-01-27 Todd C. MillerDon't apply SECURE_PATH if user is example; jmknoble...
2000-01-26 Todd C. MillerRegen with yacc that has a memory leak plugged.
2000-01-26 Todd C. MillerExpanded docs on sudoers 'defaults' options based on...
2000-01-26 Todd C. MillerFix some while lies
2000-01-24 Todd C. MillerWhen making a bindist, link FAQ to TROUBLESHOOTING...
2000-01-24 Todd C. MillerAdd netgroup caveat SUDO_1_6_2
2000-01-24 Todd C. MillerLast minute updates
2000-01-24 Todd C. MillerPAM entry
2000-01-24 Todd C. Millercorrect a comment
2000-01-24 Todd C. Millerupdate for 1.6.2
2000-01-24 Todd C. MillerBetter detection of PAM errors and fix custom prompts...
2000-01-20 Todd C. MillerCast ULONG_MAX to unsigned long long when comparing...
2000-01-19 Todd C. MillerFix sudoers locking in visudo. We now lock the sudoers...
2000-01-19 Todd C. MillerDon't need test for ftruncate() any more.
2000-01-19 Todd C. MillerAdd a test for the -Aa flag w/ HP-UX's cc. Fixes compi...
2000-01-18 Todd C. Miller"a a" -> "a"; Aaron Campbell <aaron@cs.dal.ca>
2000-01-17 Todd C. Millerupdate copyright year on changed files
next