summaryrefslogtreecommitdiff
path: root/src/nwfilter/nwfilter_dhcpsnoop.c
Commit message (Expand)AuthorAgeFilesLines
* util: Add virSocketAddrSetIPv[46]AddrNetOrder and use itMartin Kletzander2016-03-211-2/+2
* util: Add a return value to void hash iteratorsErik Skultety2016-02-171-1/+2
* Remove new lines from log messagesJiri Denemark2015-11-041-2/+2
* Fix conficts with HACKING docWei Jiangang2015-10-151-1/+1
* nwfilter: Fix sscanf off-by-one error in virNWFilterSnoopLeaseFileLoadErik Skultety2015-06-021-2/+2
* Remove unnecessary curly brackets in rest of src/[a-n]*/Martin Kletzander2014-11-141-2/+1
* Fix spacing around commasMichal Privoznik2014-08-221-1/+1
* Remove virDomainNetType parameter from nwfilter driversDaniel P. Berrange2014-04-251-6/+0
* Indent top-level labels by one space in src/nwfilter/Ján Tomko2014-03-251-21/+21
* nwfilter: Fix double free of pointerStefan Berger2014-03-191-1/+5
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* build: fix cppi warningEric Blake2014-03-031-2/+2
* nwfilter: Increase buffer size for libpcapStefan Berger2014-03-031-1/+5
* nwfilter: Display the pcap errror messageStefan Berger2014-03-031-2/+3
* nwfilter: Cap the poll timeout in the DHCP Snooping codeStefan Berger2014-03-031-0/+5
* Remove stray semicolon after pragma macrosDaniel P. Berrange2013-12-191-2/+2
* maint: avoid 'const fooPtr' in nwfilter filesEric Blake2013-10-141-6/+6
* Don't pass virConnectPtr in nwfilter 'struct domUpdateCBStruct'Daniel P. Berrange2013-10-071-6/+6
* Create directory for lease files if it's missingGuido Günther2013-07-161-2/+8
* Convert 'int i' to 'size_t i' in src/nwfilter/ filesDaniel P. Berrange2013-07-101-1/+2
* Adapt to VIR_ALLOC and virAsprintf in src/nwfilter/*Michal Privoznik2013-07-101-22/+7
* Remove redundant two-state integersJán Tomko2013-06-061-7/+1
* nwfilter: Remove error report in virNWFilterDHCPSnoopEndStefan Berger2013-05-241-4/+11
* nwfilter: Change the comment styleOsier Yang2013-05-221-2/+2
* src/nwfilter: Remove the whitespace before ';'Osier Yang2013-05-211-3/+3
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/nwfilter/*Michal Privoznik2013-05-091-11/+11
* build: avoid useless virAsprintfEric Blake2013-05-021-2/+2
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-0/+1
* Disable cast-align warnings in various placesDaniel P. Berrange2013-04-081-0/+4
* virCondDestroy: Lose attribute RETURN_CHECKMichal Privoznik2013-02-081-1/+1
* Rename virterror.c virterror_internal.h to virerror.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename threadpool.{c,h} to virthreadpool.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* nwfilter: drop dead codeEric Blake2012-11-281-1/+1
* nwfilter: fix NULL pointer check in virNWFilterSnoopReqNewJán Tomko2012-11-291-2/+2
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* build: fix missing includeDwight Engen2012-09-141-0/+1
* nwfilter: accept broadcasted DHCP replies in DHCP snooping codeStefan Berger2012-08-311-8/+28
* Rewrite virAtomic APIs using GLib's atomic ops codeDaniel P. Berrange2012-08-021-25/+20
* maint: don't permit format strings without %Eric Blake2012-07-261-2/+3
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of virNWFilterReportError with virReportErrorDaniel P. Berrange2012-07-181-78/+75
* Add missing "%s" with constant string error message in nwfilter_dhcpsnoop.cDaniel P. Berrange2012-07-181-2/+2
* Convert all files in src/conf/ to use virReportError()Daniel P. Berrange2012-07-181-0/+4
* nwfilter: Convert to virMacAddrPtr not virMacAddrPtr*Michal Privoznik2012-07-171-1/+1
* nwfilter: Convert to virMacAddrPtr completelyMichal Privoznik2012-07-171-1/+1
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-8/+8
* Fix launch of libvirtd when DHCP snooping support is not available.Daniel P. Berrange2012-06-151-1/+4