aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-20 13:54:40 +0000
commited4ec220dcfcba29a7fc8ff161999c32a98e4430 (patch)
tree3787be280d8a9bf4bda1f71d4177ce0c54813896
parente83854754a044103b918e2bd6f621d5758cd2d08 (diff)
downloadalck-ed4ec220dcfcba29a7fc8ff161999c32a98e4430.tar.gz
alck-ed4ec220dcfcba29a7fc8ff161999c32a98e4430.tar.bz2
* jabberd/Makefile.am, cvs/Makefile.am, ckaliases/Makefile.am,
acinclude.m4, Makefile.am: Add copyright statements * wydawca/sql.c (trim_length): Move to verify.c * wydawca/verify.c (trim_length, trim) (check_access_rights): New functions (expand_param): Export (verify_triplet): Call verify_directive_format and check_access_rights * wydawca/wydawca.h (trim_length, trim, directive_parse) (directive_get_value, directive_pack_version) (directive_version_in_range_p, verify_directive_format) (directive_first, directive_next, process_directives) (create_directory, move_file): New functions (MIN_DIRECTIVE_VERSION,MAX_DIRECTIVE_VERSION) (MKDIR_PERMISSIONS,CREAT_PERMISSIONS): New defines * wydawca/gpg.c (wydawca_gpg_homedir): Return a meaningful value (verify_directive_signature): Call directive_parse * wydawca/process.c (parse_file_name): Return void * wydawca/directive.c: New file * wydawca/diskio.c: New file * wydawca/triplet.c (triplet_processor): Call process_directives (enumerate_triplets): Arg is not const * wydawca/Makefile.am: Add new sources * configure.ac: Check for sendfile git-svn-id: file:///svnroot/gsc/trunk@278 d2de0444-eb31-0410-8365-af798a554d48
-rw-r--r--Makefile.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index dfa0b00..c43b7a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,19 @@
1# This file is part of GSC
2# Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
3#
4# GSC is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option)
7# any later version.
8#
9# GSC is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with GSC. If not, see <http://www.gnu.org/licenses/>.
16
1AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ckaliases 17AM_INSTALLCHECK_STD_OPTIONS_EXEMPT=ckaliases
2AM_YFLAGS=-vtd 18AM_YFLAGS=-vtd
3AM_LFLAGS=-d 19AM_LFLAGS=-d

Return to:

Send suggestions and report system problems to the System administrator.