summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Print the error message if SO_BINDTODEVICE fails.Ted Lemon1999-02-131-2/+2
* Don't use %D in strftime because egcs complains about it.Ted Lemon1999-02-131-4/+4
* - Fix a bug in the SIOCGIFCONF interface scanning code.Ted Lemon1999-02-131-22/+15
* Fix two stupid typos from patchlevel 10.Ted Lemon1999-02-091-5/+27
* Add support for not and authoritative tokens.Ted Lemon1999-02-091-1/+5
* Add an error message for missing bpf device.Ted Lemon1999-02-091-1/+6
* regenerateV2-BETA-1-PATCH-10Ted Lemon1999-02-051-253/+319
* After finally understanding Brian Murrel's code (my fault, not his)Ted Lemon1999-02-051-11/+18
* - Use sendto rather than send for SOCK_PACKET sockets, because theyTed Lemon1999-02-051-4/+13
* Add use-lease-addr-for-default-route tokenTed Lemon1999-02-041-5/+11
* Don't include net/ethernet.h on LinuxTed Lemon1999-02-041-2/+1
* Update copyrightTed Lemon1999-02-034-11/+11
* Fix fallback protocol setup.Ted Lemon1999-02-031-2/+3
* Remove spurious enstamp references.Ted Lemon1999-02-031-7/+11
* Make sure interface structures get ifreqs.Ted Lemon1999-02-031-10/+18
* Fix gratuitious Linux incompatibility (different name for bpf insnTed Lemon1999-02-031-8/+19
* Fix think-o on Linux.Ted Lemon1998-12-231-3/+3
* Add lpf.cTed Lemon1998-12-221-2/+2
* Add fddi hardware type.Ted Lemon1998-12-221-2/+2
* Fix typo. Disambiguate SO_BINDTODEVICE usage for Linux Packet Filter.Ted Lemon1998-12-221-4/+4
* Support fddi hardware type.Ted Lemon1998-12-221-1/+4
* Add support for FDDI hardware type. Fix bug in the SAP initialization.Ted Lemon1998-12-221-2/+5
* Add support for Linux device discovery through /proc/net/dev.Ted Lemon1998-12-221-67/+138
* Add fddi keyword.Ted Lemon1998-12-221-1/+3
* Share packet filter with lpf.cTed Lemon1998-12-221-6/+10
* This commit was manufactured by cvs2git to create branch 'RELEASE_2'.cvs2git1998-12-221-0/+252
|\
| * Linux Packet FilterTed Lemon1998-12-221-0/+252
| * Add support for billing to classes.Ted Lemon1998-11-111-129/+135
| * Execute scoped rules in the correct order (outer to inner).Ted Lemon1998-11-111-9/+15
| * Allow non-broadcast interfaces to be specified on the command line.Ted Lemon1998-11-111-8/+9
| * Add billing limitation tokensTed Lemon1998-11-111-1/+5
| * Pre-zero group structures.Ted Lemon1998-11-111-1/+3
| * Add tokens for pools, permits and pseudo-clientsTed Lemon1998-11-091-11/+38
| * Get rid of obsolete data string reference.Ted Lemon1998-11-091-2/+1
| * Add pool supportTed Lemon1998-11-091-31/+40
| * Add allocators for pools and permits.Ted Lemon1998-11-091-1/+37
| * Fix evaluate_boolean_expression_result to actually evaluate a *boolean* expre...Ted Lemon1998-11-061-8/+2
| * Put check_collection() outside of DEBUG_EXPRESSIONS conditional.Ted Lemon1998-11-061-4/+2
| * Fix pathological parsing loop in add statement. Set expression opcode after...Ted Lemon1998-11-061-4/+11
| * Evaluate option cache associated with client identifier option, not just the ...Ted Lemon1998-11-061-3/+3
| * Add hostname type to dns_host_entry_allocateTed Lemon1998-11-061-1/+2
| * Save space for hostname and save hostname itself in dns_host_entry allocator.Ted Lemon1998-11-061-3/+4
| * Pass hostname to dns_host_entry_allocate.Ted Lemon1998-11-061-2/+2
| * Initialize automatic expression variable.Ted Lemon1998-11-061-1/+2
| * Interface discovery code.Ted Lemon1998-11-061-0/+450
| * Clear the right data buffer. Add missing braces.Ted Lemon1998-11-061-4/+5
| * Fix parse_if_statementTed Lemon1998-11-061-12/+18
| * Add agent_options argument to cons_optionsTed Lemon1998-11-061-2/+3
| * Update error message.Ted Lemon1998-11-061-2/+2
| * Implement reference-based option cache and expressions.Ted Lemon1998-11-051-370/+849