aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/uid.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleaning UEFI Build with additional OPENSSL_SYS_UEFI flagsQin Long2017-03-291-1/+1
| | | | | | | | Add OPENSSL_SYS_UEFI to remove unused syslog and uid stuffs for more clean UEFI build. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2961)
* Fix support for DragonFly BSDjrmarino2016-10-221-1/+1
| | | | | | | | | The __DragonFly__ macros were introduced in issue #1546 along with a function naming fix, but it was decided they should be handled separately. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1765)
* Copyright consolidation 07/10Rich Salz2016-05-171-51/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove Netware and OS/2Rich Salz2016-03-171-1/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-18/+17
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Netware-specific changes,Richard Levitte2003-11-281-1/+1
| | | | | | PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
* Add a few more VxWorks targets.Richard Levitte2002-10-091-1/+1
| | | | | | | | | Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
* User OPENSSL_UNISTD instead of <unistd.h>.Richard Levitte2001-04-261-2/+3
| | | | Spotted by Mark Crispin <MRC@Panda.COM>
* Use the new-style system-identity macros.Richard Levitte2001-02-191-2/+2
|
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-1/+1
| | | | | | | | Remove the old broken bio read of serial numbers in the 'ca' index file. This would choke if a revoked certificate was specified with a negative serial number. Fix typo in uid.c
* New function OPENSSL_issetugid(). Needs more work.Ulf Möller2001-02-141-0/+88