[Dhcp-agent-commits] dhcp-agent Makefile.am,1.21,1.22 Makefile.in,1.20,1.21 dhcp-agent.h,1.58,1.59 d
Status: Alpha
Brought to you by:
actmodern
Update of /cvsroot/dhcp-agent/dhcp-agent In directory usw-pr-cvs1:/tmp/cvs-serv17725 Modified Files: Makefile.am Makefile.in dhcp-agent.h dhcp-align.c dhcp-arp-discovery.c dhcp-arp.c dhcp-cache-entry.c dhcp-client-cache.c dhcp-client-conf.c dhcp-client-control.c dhcp-client-states.c dhcp-client.c dhcp-client.h dhcp-com.c dhcp-convert.c dhcp-convert.h dhcp-daemon.c dhcp-eth.c dhcp-files.c dhcp-files.h dhcp-globconf.c dhcp-globconf.h dhcp-icmp-discovery.c dhcp-icmp.c dhcp-interface.c dhcp-ip.c dhcp-list.c dhcp-log.c dhcp-net.c dhcp-options-strings.c dhcp-packet-build.c dhcp-parser.c dhcp-parser.h dhcp-print.c dhcp-route.c dhcp-rtt.c dhcp-rtt.h dhcp-sniff.c dhcp-sniffer-ohandlers.c dhcp-stringbuffer.c dhcp-stringbuffer.h dhcp-sysconf.c dhcp-sysconf.h dhcp-udp.c dhcp-util.c dhcp-util.h dhcp-varfile.c dhcp-varfile.h Log Message: copyright/license date updated. Index: Makefile.am =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 17 Jun 2002 02:41:19 -0000 1.21 --- Makefile.am 17 Jun 2002 13:23:07 -0000 1.22 *************** *** 1,3 **** ! CFLAGS = -Wall -g AUTOMAKE_OPTIONS = gnu --- 1,3 ---- ! CFLAGS = -Wall -O2 -s AUTOMAKE_OPTIONS = gnu Index: Makefile.in =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/Makefile.in,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.in 17 Jun 2002 02:26:38 -0000 1.20 --- Makefile.in 17 Jun 2002 13:23:07 -0000 1.21 *************** *** 68,72 **** VERSION = @VERSION@ ! CFLAGS = -Wall -g AUTOMAKE_OPTIONS = foreign --- 68,72 ---- VERSION = @VERSION@ ! CFLAGS = -Wall -O2 -s AUTOMAKE_OPTIONS = foreign *************** *** 104,108 **** man_MANS = dhcpsniff.1 dhcpclient.1 ! EXTRA_DIST = $(man_MANS) COMMENTS TODO LICENSE COST CAVEATS ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- 104,108 ---- man_MANS = dhcpsniff.1 dhcpclient.1 ! EXTRA_DIST = $(man_MANS) TODO LICENSE CAVEATS UPGRADING ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs Index: dhcp-agent.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-agent.h,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** dhcp-agent.h 17 Jun 2002 02:26:39 -0000 1.58 --- dhcp-agent.h 17 Jun 2002 13:23:07 -0000 1.59 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-align.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-align.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dhcp-align.c 19 May 2002 16:24:37 -0000 1.5 --- dhcp-align.c 17 Jun 2002 13:23:07 -0000 1.6 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-arp-discovery.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-arp-discovery.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dhcp-arp-discovery.c 6 Jun 2002 23:59:00 -0000 1.4 --- dhcp-arp-discovery.c 17 Jun 2002 13:23:07 -0000 1.5 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-arp.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-arp.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** dhcp-arp.c 6 Jun 2002 23:59:00 -0000 1.9 --- dhcp-arp.c 17 Jun 2002 13:23:07 -0000 1.10 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-cache-entry.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-cache-entry.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dhcp-cache-entry.c 17 Jun 2002 02:26:39 -0000 1.7 --- dhcp-cache-entry.c 17 Jun 2002 13:23:07 -0000 1.8 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client-cache.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client-cache.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** dhcp-client-cache.c 17 Jun 2002 02:26:39 -0000 1.11 --- dhcp-client-cache.c 17 Jun 2002 13:23:07 -0000 1.12 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client-conf.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client-conf.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** dhcp-client-conf.c 17 Jun 2002 02:50:08 -0000 1.10 --- dhcp-client-conf.c 17 Jun 2002 13:23:07 -0000 1.11 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client-control.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client-control.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** dhcp-client-control.c 8 Jun 2002 06:00:32 -0000 1.20 --- dhcp-client-control.c 17 Jun 2002 13:23:07 -0000 1.21 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client-states.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client-states.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** dhcp-client-states.c 15 Jun 2002 18:23:28 -0000 1.26 --- dhcp-client-states.c 17 Jun 2002 13:23:07 -0000 1.27 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** dhcp-client.c 17 Jun 2002 02:26:39 -0000 1.29 --- dhcp-client.c 17 Jun 2002 13:23:07 -0000 1.30 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-client.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dhcp-client.h 15 Jun 2002 17:08:34 -0000 1.2 --- dhcp-client.h 17 Jun 2002 13:23:07 -0000 1.3 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-com.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-com.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dhcp-com.c 15 Jun 2002 18:23:28 -0000 1.8 --- dhcp-com.c 17 Jun 2002 13:23:07 -0000 1.9 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-convert.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-convert.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** dhcp-convert.c 15 Jun 2002 17:07:08 -0000 1.14 --- dhcp-convert.c 17 Jun 2002 13:23:07 -0000 1.15 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-convert.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-convert.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-convert.h 30 May 2002 06:44:05 -0000 1.1 --- dhcp-convert.h 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-daemon.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-daemon.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dhcp-daemon.c 6 Jun 2002 23:59:00 -0000 1.6 --- dhcp-daemon.c 17 Jun 2002 13:23:08 -0000 1.7 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-eth.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-eth.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dhcp-eth.c 6 Jun 2002 23:59:00 -0000 1.4 --- dhcp-eth.c 17 Jun 2002 13:23:08 -0000 1.5 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-files.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-files.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** dhcp-files.c 17 Jun 2002 02:26:39 -0000 1.11 --- dhcp-files.c 17 Jun 2002 13:23:08 -0000 1.12 *************** *** 1,4 **** /* $Header$ ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,4 ---- /* $Header$ ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-files.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-files.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-files.h 17 Jun 2002 02:26:39 -0000 1.3 --- dhcp-files.h 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,4 **** /* $Header$ ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,4 ---- /* $Header$ ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-globconf.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-globconf.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dhcp-globconf.c 17 Jun 2002 02:26:39 -0000 1.7 --- dhcp-globconf.c 17 Jun 2002 13:23:08 -0000 1.8 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-globconf.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-globconf.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-globconf.h 15 Jun 2002 18:23:28 -0000 1.3 --- dhcp-globconf.h 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-icmp-discovery.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-icmp-discovery.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** dhcp-icmp-discovery.c 17 Jun 2002 02:23:55 -0000 1.14 --- dhcp-icmp-discovery.c 17 Jun 2002 13:23:08 -0000 1.15 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-icmp.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-icmp.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** dhcp-icmp.c 6 Jun 2002 23:59:00 -0000 1.7 --- dhcp-icmp.c 17 Jun 2002 13:23:08 -0000 1.8 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-interface.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-interface.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** dhcp-interface.c 11 Jun 2002 01:50:28 -0000 1.17 --- dhcp-interface.c 17 Jun 2002 13:23:08 -0000 1.18 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-ip.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-ip.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dhcp-ip.c 6 Jun 2002 23:59:00 -0000 1.5 --- dhcp-ip.c 17 Jun 2002 13:23:08 -0000 1.6 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-list.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-list.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-list.c 6 Jun 2002 23:59:00 -0000 1.3 --- dhcp-list.c 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-log.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-log.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-log.c 6 Jun 2002 23:59:00 -0000 1.3 --- dhcp-log.c 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-net.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-net.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** dhcp-net.c 8 Jun 2002 06:00:32 -0000 1.26 --- dhcp-net.c 17 Jun 2002 13:23:08 -0000 1.27 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-options-strings.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-options-strings.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dhcp-options-strings.c 29 Jan 2002 18:05:05 -0000 1.1.1.1 --- dhcp-options-strings.c 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-packet-build.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-packet-build.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** dhcp-packet-build.c 6 Jun 2002 23:59:00 -0000 1.4 --- dhcp-packet-build.c 17 Jun 2002 13:23:08 -0000 1.5 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-parser.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-parser.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-parser.c 17 Jun 2002 02:25:09 -0000 1.1 --- dhcp-parser.c 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-parser.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-parser.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-parser.h 17 Jun 2002 02:25:09 -0000 1.1 --- dhcp-parser.h 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-print.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-print.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dhcp-print.c 11 Jun 2002 03:06:39 -0000 1.6 --- dhcp-print.c 17 Jun 2002 13:23:08 -0000 1.7 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-route.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-route.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-route.c 6 Jun 2002 23:59:00 -0000 1.3 --- dhcp-route.c 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-rtt.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-rtt.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** dhcp-rtt.c 6 Jun 2002 23:59:00 -0000 1.6 --- dhcp-rtt.c 17 Jun 2002 13:23:08 -0000 1.7 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-rtt.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-rtt.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-rtt.h 30 May 2002 06:44:06 -0000 1.1 --- dhcp-rtt.h 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-sniff.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sniff.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** dhcp-sniff.c 6 Jun 2002 23:59:00 -0000 1.8 --- dhcp-sniff.c 17 Jun 2002 13:23:08 -0000 1.9 *************** *** 3,7 **** * dhcp-tool Sniffing routines. * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 3,7 ---- * dhcp-tool Sniffing routines. * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-sniffer-ohandlers.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sniffer-ohandlers.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dhcp-sniffer-ohandlers.c 29 Jan 2002 18:05:06 -0000 1.1.1.1 --- dhcp-sniffer-ohandlers.c 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-stringbuffer.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-stringbuffer.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-stringbuffer.c 17 Jun 2002 02:24:19 -0000 1.3 --- dhcp-stringbuffer.c 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-stringbuffer.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-stringbuffer.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-stringbuffer.h 17 Jun 2002 02:24:19 -0000 1.3 --- dhcp-stringbuffer.h 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-sysconf.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sysconf.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** dhcp-sysconf.c 17 Jun 2002 02:23:55 -0000 1.18 --- dhcp-sysconf.c 17 Jun 2002 13:23:08 -0000 1.19 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-sysconf.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-sysconf.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-sysconf.h 30 May 2002 06:44:06 -0000 1.1 --- dhcp-sysconf.h 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-udp.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-udp.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dhcp-udp.c 6 Jun 2002 23:59:00 -0000 1.3 --- dhcp-udp.c 17 Jun 2002 13:23:08 -0000 1.4 *************** *** 1,4 **** /* $Header$ ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,4 ---- /* $Header$ ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-util.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-util.c,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** dhcp-util.c 6 Jun 2002 23:59:00 -0000 1.15 --- dhcp-util.c 17 Jun 2002 13:23:08 -0000 1.16 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-util.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-util.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dhcp-util.h 7 Jun 2002 12:51:13 -0000 1.2 --- dhcp-util.h 17 Jun 2002 13:23:08 -0000 1.3 *************** *** 1,5 **** /* $Header$ * ! * Copyright 2001 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without --- 1,5 ---- /* $Header$ * ! * Copyright 2002 Thamer Alharbash * * Redistribution and use in source and binary forms, with or without Index: dhcp-varfile.c =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-varfile.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-varfile.c 17 Jun 2002 02:25:09 -0000 1.1 --- dhcp-varfile.c 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,4 **** /* $Header$ ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,4 ---- /* $Header$ ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without Index: dhcp-varfile.h =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-varfile.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dhcp-varfile.h 17 Jun 2002 02:25:09 -0000 1.1 --- dhcp-varfile.h 17 Jun 2002 13:23:08 -0000 1.2 *************** *** 1,4 **** /* $Header$ ! * Copyright 2001 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without --- 1,4 ---- /* $Header$ ! * Copyright 2002 Thamer Alharbash <tm...@wh...> * * Redistribution and use in source and binary forms, with or without |