summaryrefslogtreecommitdiff
path: root/com32/libutil
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-3/+3
|\
| * Rename libutil_com.c32 to libutil.c32H. Peter Anvin2013-01-171-3/+2
| * Always strip all the modulesH. Peter Anvin2013-01-171-2/+3
* | Merge branch 'elflink' into firmwareMatt Fleming2013-01-081-1/+1
|\ \ | |/
| * elflink: set the sonames of shared librariesH. Peter Anvin2013-01-031-1/+1
* | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-0/+19
|\ \ | |/
| * ldlinux: get_key() requires raw access to user inputMatt Fleming2012-11-021-0/+19
* | Add per-firmware object directory supportMatt Fleming2012-10-161-2/+1
|/
* Fix Makefile install targetsMatt Fleming2012-07-041-1/+1
* ldlinux: Accept commands from the serial consoleMatt Fleming2011-12-021-0/+3
* elflink: ldlinux should not have any dependenciesMatt Fleming2011-04-262-173/+1
* elflink: Make ELF the default object formatMatt Fleming2011-04-262-7/+65
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | keyname: better handling of named control charactersH. Peter Anvin2011-04-111-4/+9
* | menu: Add "menu hiddenkey" to make terminating menu hidden a commandH. Peter Anvin2011-04-113-1/+139
|/
* sha256/512: fix signedness errorsH. Peter Anvin2010-05-122-11/+11
* get_key.c: fix signedness errorH. Peter Anvin2010-05-121-1/+1
* Run Nindent on com32/libutil/unbase64.cH. Peter Anvin2009-05-291-30/+29
* Run Nindent on com32/libutil/sha512crypt.cH. Peter Anvin2009-05-291-611/+566
* Run Nindent on com32/libutil/sha256crypt.cH. Peter Anvin2009-05-291-537/+492
* Run Nindent on com32/libutil/sha1hash.cH. Peter Anvin2009-05-291-116/+172
* Run Nindent on com32/libutil/md5.cH. Peter Anvin2009-05-291-143/+136
* Run Nindent on com32/libutil/include/xcrypt.hH. Peter Anvin2009-05-291-2/+2
* Run Nindent on com32/libutil/include/sha1.hH. Peter Anvin2009-05-291-4/+4
* Run Nindent on com32/libutil/include/md5.hH. Peter Anvin2009-05-291-4/+4
* Run Nindent on com32/libutil/include/base64.hH. Peter Anvin2009-05-291-2/+2
* Run Nindent on com32/libutil/get_key.cH. Peter Anvin2009-05-291-112/+113
* Run Nindent on com32/libutil/crypt-md5.cH. Peter Anvin2009-05-291-125/+122
* Run Nindent on com32/libutil/base64.cH. Peter Anvin2009-05-291-65/+66
* Run Nindent on com32/libutil/ansiraw.cH. Peter Anvin2009-05-291-22/+21
* Run Nindent on com32/libutil/ansiline.cH. Peter Anvin2009-05-291-20/+19
* Don't set the autocr flag on the serial console; clean up crapsyslinux-3.81-pre12H. Peter Anvin2009-05-232-18/+6
* com32/libutil/Makefile: Duplicate spotless targetGene Cumm2009-02-281-2/+0
* COM32 libutil: Fix error in flags in console_ansi_std(void)Gene Cumm2009-02-151-1/+1
* Fix "make clean" confusionsyslinux-3.72H. Peter Anvin2008-09-251-1/+4
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-62/+3
* com32: compile with -std=gnu99H. Peter Anvin2008-08-121-2/+4
* Centralize configurables; better "make install" etcH. Peter Anvin2008-05-291-1/+2
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-1/+1
* Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur2008-05-121-1/+1
* Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin2008-03-051-1/+1
* Clean up .*.d files for "make tidy" in libutilH. Peter Anvin2008-03-031-1/+1
* Prevent inclusion of system include files when inappropriateH. Peter Anvin2008-03-033-3/+15
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-1/+0
* com32/*: move _GNU_SOURCE definitions into MakefilesH. Peter Anvin2008-02-101-1/+1
* libutil: add header file <xcrypt.h> for extended crypt routinesH. Peter Anvin2008-02-103-0/+12
* menu: clean up and fix MD5 password codeH. Peter Anvin2008-01-282-53/+61
* Update copyright yearH. Peter Anvin2008-01-1010-10/+10
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-093-1/+1512