Changeset 901

Show
Ignore:
Timestamp:
01/17/06 13:58:13 (7 years ago)
Author:
mina
Message:

Insignificant cleanup of CVS artifacts after svn migration:
1. Remove unneeded .cvsignore files since ths svn:ignore property is set to the same list
2. Replaced $Header$ macros with $Id$
3. Modify a couple of documentation files referring to CVS to SVN

Location:
trunk/wifidog
Files:
5 removed
46 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/AUTHORS

    r69 r901  
    1 $Header$ 
     1$Id$ 
    22 
    33Philippe April <papril777@yahoo.com> 
  • trunk/wifidog/ChangeLog

    r840 r901  
    1 # $Header$ 
     1# $Id$ 
     2 
     32006-01-17 Mina Naguib <mina@ilesansfil.org> 
     4        * Ingisgnificant cleanup  of CVS artifacts after svn migration 
     5 
    262005-11-24 Philippe April <philippe@ilesansfil.org> 
    37        * Bad idea 
  • trunk/wifidog/FAQ

    r515 r901  
    11# 
    2 # $Header$ 
     2# $Id$ 
    33# 
    44# The latest version of this document lives at: 
  • trunk/wifidog/Makefile.am

    r536 r901  
    1 # $Header$ 
     1# $Id$ 
    22 
    33SUBDIRS = libhttpd src . doc  
  • trunk/wifidog/README

    r473 r901  
    11# 
    2 # $Header$ 
     2# $Id$ 
    33# 
    44 
  • trunk/wifidog/README.openwrt

    r763 r901  
    1 $Header$ 
     1$Id$ 
    22 
    33OpenWRT specific README 
     
    4545  
    4646Once you have successfully compiled your buildroot, you can change 
    47 back to your wifidog CVS checkout directory and use the commands: 
     47back to your wifidog subversion checkout directory and use the commands: 
    4848 
    4949./ipkg/rules BUILDROOT=<path_to_openwrt_buildroot> 
  • trunk/wifidog/autogen.sh

    r142 r901  
    22# Run this to generate all the initial makefiles, etc. 
    33# 
    4 # $Header$ 
     4# $Id$ 
    55 
    66if [ -r Makefile ] 
  • trunk/wifidog/configure.in

    r793 r901  
    11## -*-m4-*- 
    2 # $Header$ 
     2# $Id$ 
    33 
    44dnl Process this file with autoconf to produce a configure script. 
  • trunk/wifidog/doc/README.developers.txt

    r472 r901  
    11 
    2 $Header$ 
     2$Id$ 
    33 
    44 
     
    1919        - Please respect the intellectual property of others.  You are not allowed to taint WiFiDog by including source code from projects that do not allow so. 
    2020        - Keep in mind that this application will run on extremely simple embedded devices.  The binary size needs to be small, the dependencies absolutely minimal, and the memory footprint negligible. 
    21         - Always place the CVS "Header" macro at the top of every file 
     21        - Always place the subversion "Id" macro at the top of every file 
    2222        - Since this is a collaborative project, please aim for clearness instead of cleverness when faced with a choice. 
    2323        - If you must use some cleverness, please add appropriate clear comments. 
    24         - Please re-indent your code before committing to CVS - see the "Formatting Your Source Code" section in the GNU Coding Standards at http://www.gnu.org/prep/standards_toc.html - the entire document makes a good reading if you haven't read it before.  Also see the "indent" program. 
     24        - Please re-indent your code before committing to subversion - see the "Formatting Your Source Code" section in the GNU Coding Standards at http://www.gnu.org/prep/standards_toc.html - the entire document makes a good reading if you haven't read it before.  Also see the "indent" program. 
    2525        - Before writing any brand-new large chunks of code, make sure it's logic has been discussed with the other team of developers or included in the design stage. 
    2626 
  • trunk/wifidog/libhttpd/Makefile.am

    r87 r901  
    11# 
    2 # $Header$ 
     2# $Id$ 
    33# 
    44 
  • trunk/wifidog/src/Makefile.am

    r467 r901  
    11# 
    2 # $Header$ 
     2# $Id$ 
    33# 
    44 
  • trunk/wifidog/src/auth.c

    r798 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file auth.c 
    2323    @brief Authentication handling thread 
  • trunk/wifidog/src/auth.h

    r274 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file auth.h 
    2323    @brief Authentication handling thread 
  • trunk/wifidog/src/centralserver.c

    r631 r901  
    1919 \********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file centralserver.c 
    2323  @brief Functions to talk to the central server (auth/send stats/get rules/etc...) 
  • trunk/wifidog/src/centralserver.h

    r477 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file centralserver.h 
    2323    @brief Functions to talk to the central server (auth/send stats/get rules/etc...) 
  • trunk/wifidog/src/client_list.c

    r765 r901  
    2020 
    2121/* 
    22  * $Header$ 
     22 * $Id$ 
    2323 */ 
    2424/** @file client_list.c 
  • trunk/wifidog/src/client_list.h

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file client_list.h 
    2323    @brief Client List functions 
  • trunk/wifidog/src/commandline.c

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file commandline.c 
    2323    @brief Command line argument handling 
  • trunk/wifidog/src/commandline.h

    r136 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file commandline.h 
    2323    @brief Command line argument handling 
  • trunk/wifidog/src/common.h

    r136 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file common.h 
    2323    @brief Common constants and other bits 
  • trunk/wifidog/src/conf.c

    r840 r901  
    1919 \********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file conf.c 
    2323  @brief Config file parsing 
  • trunk/wifidog/src/conf.h

    r840 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file conf.h 
    2323    @brief Config file parsing 
  • trunk/wifidog/src/debug.c

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file debug.c 
    2323    @brief Debug output routines 
  • trunk/wifidog/src/debug.h

    r136 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file debug.h 
    2323    @brief Debug output routines 
  • trunk/wifidog/src/firewall.c

    r799 r901  
    2020 
    2121/* 
    22  * $Header: /cvsroot/wifidog/wifidog/src/firewall.c,v 1.32 2004/04/23 
    23  * 11:37:43 aprilp Exp $ 
     22 * $Id$ 
    2423 */ 
    2524/** @internal 
  • trunk/wifidog/src/firewall.h

    r422 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file firewall.h 
    2323    @brief Firewall update functions 
  • trunk/wifidog/src/fw_iptables.c

    r765 r901  
    1919 \********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @internal 
    2323  @file fw_iptables.c 
  • trunk/wifidog/src/fw_iptables.h

    r763 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file fw_iptables.h 
    2323    @brief Firewall iptables functions 
  • trunk/wifidog/src/gateway.c

    r840 r901  
    1919 \********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @internal 
    2323  @file gateway.c 
  • trunk/wifidog/src/gateway.h

    r136 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file gateway.h 
    2323    @brief Main loop 
  • trunk/wifidog/src/http.c

    r841 r901  
    1919 \********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file http.c 
    2323  @brief HTTP IO functions 
  • trunk/wifidog/src/http.h

    r840 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file http.h 
    2323    @brief HTTP IO functions 
  • trunk/wifidog/src/httpd_thread.c

    r274 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222 
    2323/** @file httpd_thread.c 
  • trunk/wifidog/src/httpd_thread.h

    r274 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file httpd_thread.h 
    2323    @brief WiFiDog httpd worker thread 
  • trunk/wifidog/src/ping_thread.c

    r799 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file ping_thread.c 
    2323    @brief Periodically checks in with the central auth server to make sure everything is running properly. 
  • trunk/wifidog/src/ping_thread.h

    r486 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file ping_thread.h 
    2323    @brief WiFiDog heartbeat thread 
  • trunk/wifidog/src/safe.c

    r765 r901  
    2020 
    2121/* 
    22  * $Header$ 
     22 * $Id$ 
    2323 */ 
    2424/** 
  • trunk/wifidog/src/safe.h

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file safe.h 
    2323          @brief Safe versions of stdlib/string functions that error out and exit if memory allocation fails 
  • trunk/wifidog/src/util.c

    r840 r901  
    2020 
    2121/* 
    22  * $Header$ 
     22 * $Id$ 
    2323 */ 
    2424/** 
  • trunk/wifidog/src/util.h

    r763 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file util.h 
    2323    @brief Misc utility functions 
  • trunk/wifidog/src/wdctl.c

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file wdctl.c 
    2323    @brief Monitoring and control of wifidog, client part 
  • trunk/wifidog/src/wdctl.h

    r765 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file wdctl.h 
    2323    @brief WiFiDog monitoring client 
  • trunk/wifidog/src/wdctl_thread.c

    r798 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file wdctl_thread.c 
    2323    @brief Monitoring and control of wifidog, server part 
  • trunk/wifidog/src/wdctl_thread.h

    r479 r901  
    1919\********************************************************************/ 
    2020 
    21 /* $Header$ */ 
     21/* $Id$ */ 
    2222/** @file wdctl_thread.h 
    2323    @brief WiFiDog monitoring thread 
  • trunk/wifidog/wifidog.conf

    r799 r901  
    1 # $Header$ 
     1# $Id$ 
    22# WiFiDog Configuration file 
    33 
  • trunk/wifidog/wifidog.spec.in

    r515 r901  
    1 # $Header$ 
     1# $Id$ 
    22 
    33%define name wifidog