summaryrefslogtreecommitdiff
path: root/lib/texpect/texpect.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-13lib: Refactor fgets usage, fix resource leaksShwetha K Acharya1-17/+37
2021-09-10texpect: don't ignore unknown optionsRalph Boehme1-1/+7
2021-02-01lib:texpect: Check the format string of err()Andreas Schneider1-0/+3
2020-01-15texpect: Avoid duplicate sys_write()Volker Lendecke1-18/+1
2020-01-15texpect: Use lib/replace's closefrom()Volker Lendecke1-18/+1
2019-08-22lib: free popt context in texpectSwen Schillig1-5/+9
2019-05-09lib/texpect: avoid theoretical NULL dereference (CID 1273099)Douglas Bagnall1-1/+6
2019-01-28lib:texpect: Use C99 initializer for poptOption in texpectAndreas Schneider1-2/+14
2018-03-01lib:texpect: Avoid some compiler warningsAndreas Schneider1-0/+9
2015-03-17texpect: Do not depend on ccanVolker Lendecke1-1/+27
2015-02-17lib: texpect. Fix the build on Solaris.Tom Schulz1-0/+5
2014-12-18lib/texpect: prefer bsd/libutil.h if availableStefan Metzmacher1-1/+3
2014-11-14lib/texpect: fix compiler warningsStefan Metzmacher1-2/+4
2014-11-14lib/texpect: make the code more portable by using "replace.h" and "system/wai...Stefan Metzmacher1-15/+3
2014-10-09lib/texpect: portability fix, include signal.hRalph Boehme1-0/+1
2014-09-01lib/texpect: add texpect binary based on heimdals rkpty.Günther Deschner1-0/+441