from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209582

userrating:


May 25th. 2007:
Words

486

Views

258591

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149880

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





ZIP_SET_DEFAULT_PASSWORD

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

zip_set_default_password - set default password for encrypted files in zip  

LIBRARY

libzip -lzip)  

SYNOPSIS

In zip.h Ft int Fn zip_set_default_password zip_t *archive const char *password  

DESCRIPTION

The Fn zip_set_default_password function sets the default password used when accessing encrypted files. If password is NULL or the empty string, the default password is unset.

If you prefer a different password for single files, use zip_fopen_encrypted3 instead of zip_fopen3. Usually, however, the same password is used for every file in an zip archive.

The password is not verified when calling this function. See the Sx CAVEATS section in zip_fopen_encrypted3 for more details about password handling.  

RETURN VALUES

Upon successful completion 0 is returned. Otherwise, -1 is returned and the error information in archive is set to indicate the error.  

ERRORS

Fn zip_set_default_password fails if:

Bq Er ZIP_ER_MEMORY
Required memory could not be allocated.

 

SEE ALSO

libzip(3), zip_fopen3, zip_fopen_encrypted3  

HISTORY

Fn zip_set_default_password was added in libzip 0.10.  

AUTHORS

An -nosplit An Dieter Baron Aq Mt dillo@nih.at and An Thomas Klausner Aq Mt wiz@gatalith.at


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
RETURN VALUES
ERRORS
SEE ALSO
HISTORY
AUTHORS





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.9 ms