OpenBSD CVS

src/usr.sbin/snmpctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / snmpctl

Current tag: OPENBSD_6_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile (in the Attic) [Hide]  1.8   5 years  tedu   convert to using $OpenBSD markers
[TXT] parser.c (in the Attic) [Hide]  1.15   10 years  blambert   Adapt snmpctl to use AgentX protocol to send traps ok reyk@ benno@
[TXT] parser.h (in the Attic) [Hide]  1.10   8 years  reyk   Use "compliant" header guards by avoiding the reserved '_' namespace. Pointed o...
[TXT] snmpclient.c (in the Attic) [Hide]  1.19   5 years  martijn   fix printf statements when compiled with -DDEBUG. OK deraadt@, tb@, claudio@
[TXT] snmpctl.8 (in the Attic) [Hide]  1.21   8 years  sobrado   use file system path (.Pa) semantic markup macros where appropriate.
[TXT] snmpctl.c (in the Attic) [Hide]  1.23   6 years  rob   Pledge snmpctl. Ok jca@, tb@