Logo

Secure Programming for Linux and Unix HOWTO

Secure Programming for Linux and Unix HOWTO
by

Description:
This book provides a set of design and implementation guidelines for writing secure programs for Linux and Unix systems. Such programs include application programs used as viewers of remote data, web applications (including CGI scripts), network servers, and setuid/setgid programs. This document includes specific guidance for a number of languages, including C, C++, Java, Perl, Python, and Ada95.

Home page url

Download or read it online for free here:
Download link
(700KB, PDF)

Similar books

Book cover: Beej's Guide to Unix Interprocess CommunicationBeej's Guide to Unix Interprocess Communication
by
This document discusses several methods of Interprocess Communication, some of which are better suited to certain tasks than others. If you know C or C++ and are pretty good using a Unix environment, these documents are for you.
(11416 views)
Book cover: Grokking the GIMPGrokking the GIMP
by - Sams
This book is not about tips and tricks, and it's not a collection of image manipulation problems. It is about understanding image manipulation concepts, about knowing which GIMP tools are most effective, and about the savvy use of these tools.
(19032 views)
Book cover: C-shell CookbookC-shell Cookbook
by - Starlink Project
This cookbook describes the fundamentals of writing scripts using the UNIX C shell. It shows how to combine Starlink and private applications with shell commands and constructs to create powerful and time-saving tools for performing repetitive jobs.
(11081 views)
Book cover: An Awk PrimerAn Awk Primer
by - Wikibooks
Awk has two faces: it is a utility for performing simple text-processing tasks, and it is a programming language for performing complex text-processing tasks. Awk is useful for simple, quick-and-dirty computational programming.
(9263 views)