aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/cli/getdate.y
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Fix meridian type in getdate.yJulien Rische1-1/+2
2020-12-07Reduce warnings from mainline autoconfGreg Hudson1-7/+1
2020-07-22Fix token and type declarations in getdate.yGreg Hudson1-6/+4
2018-09-26Fix getdate.y compatability with POSIX yaccRobbie Harwood1-2/+3
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard1-5/+5
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson1-1/+1
2017-04-14Mute shift/reduce conflicts in getdate.yRobbie Harwood1-1/+4
2016-04-25Fix minor race in kadmin time interval parsingGreg Hudson1-2/+10
2011-11-06Fix month/year units in getdateGreg Hudson1-1/+2
2010-11-22Correct typo in r24526Greg Hudson1-1/+1
2010-11-22getdate.y: declare yyparseSam Hartman1-0/+1
2010-05-21In getdate.y, remove an error check from r19656 which couldn't everGreg Hudson1-2/+0
2010-05-21Use ANSI-style function definitions in our copy of getdate.yGreg Hudson1-37/+11
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson1-1/+2
2009-07-09Make datetest buildable againTom Yu1-1/+1
2007-06-29Check for error indication from localtime.Ken Raeburn1-11/+51
2006-04-04* getdate.y: Include autoconf.h always. Don't include config.hKen Raeburn1-7/+1
2004-05-30* getdate.y: Include krb5.h and kadmin.h.Ken Raeburn1-2/+6
2003-08-26* getdate.y (bcopy): Don't bother with HAVE_BCOPY and HAVE_MEMCPY tests; alwaysKen Raeburn1-1/+1
2001-06-26 * getdate.y: Provide full prototype for getdate_yylex() andEzra Peisach1-7/+2
2001-06-18* getdate.y: Cast argument to isalpha()/isspace()/isdigit() to intEzra Peisach1-8/+9
2001-02-26 * ss_wrapper.c: Include kadmin.hEzra Peisach1-2/+2
2000-10-03 * kadmin.c (kadmin_getpol): Change format strings from %d to %ldEzra Peisach1-1/+5
1999-09-01y2k fix from 1.1 branchKen Raeburn1-6/+15
1996-10-18 * getdate.y: remove military timezones and plain integeres as partBarry Jaspan1-70/+0
1996-09-25 * getdate.y: add lots of commentsBarry Jaspan1-1/+75
1996-09-06getdate.y: Declare a private copy of struct timeb to be used internallyEzra Peisach1-11/+7
1996-08-23 * kadmin.c: add newlines to "invalid date spec" msgBarry Jaspan1-3/+13
1996-08-19 * Makefile.in: add target for datetestBarry Jaspan1-6/+7
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-0/+1009