├── .gitignore ├── CAP.faq ├── CAP60.README ├── Configure ├── LICENSE ├── MANIFEST ├── MODIFICATIONS ├── Makefile ├── NOTES ├── NOTICE ├── PORTING ├── README ├── applications ├── Makefile.m4 ├── README ├── aufs │ ├── INSTALLATION │ ├── Makefile.m4 │ ├── NOTES │ ├── README │ ├── abmisc2.c │ ├── afpavl.c │ ├── afpavl.h │ ├── afpdid.c │ ├── afpdid.h │ ├── afpdir.c │ ├── afpdsi.c │ ├── afpdsi.h │ ├── afpdt.c │ ├── afpdt.h │ ├── afpfid.c │ ├── afpfile.c │ ├── afpfork.c │ ├── afpgc.c │ ├── afpgc.h │ ├── afpid.notes │ ├── afpidlist.c │ ├── afpidsrvr.c │ ├── afpidtool.c │ ├── afpmisc.c │ ├── afpntoh.h │ ├── afpos.c │ ├── afposenum.c │ ├── afposfi.c │ ├── afposncs.c │ ├── afposncs.h │ ├── afppasswd.c │ ├── afppasswd.h │ ├── afps.h │ ├── afpserver.c │ ├── afpspd.c │ ├── afpudb.c │ ├── afpudb.h │ ├── afpvols │ ├── afpvols.c │ ├── afpvols.h │ ├── aufs.c │ ├── aufs_vers │ ├── aufs_vers.sh │ ├── aufscicon.c │ ├── aufsicon.c │ ├── aufsv.c │ ├── design.notes │ ├── makefile │ ├── sizeserver.c │ ├── sizeserver.h │ ├── todo │ ├── user.doc │ └── whatiswhat ├── lwsrv │ ├── DBfile │ ├── LWFonts │ ├── LWIIfgFonts │ ├── LWPlusFonts │ ├── Makefile.m4 │ ├── README │ ├── README LW4-600_LW320 │ ├── fix.serial.ps │ ├── fontlist.c │ ├── fontlist.h │ ├── list.c │ ├── list.h │ ├── lwsrv.c │ ├── lwsrv.conf │ ├── lwsrvconfig.c │ ├── makefile │ ├── packed.c │ ├── packed.h │ ├── papstream.c │ ├── papstream.h │ ├── parse.c │ ├── parse.h │ ├── parsel.l │ ├── parsey.y │ ├── procset.c │ ├── procset.h │ ├── query.c │ ├── query.h │ ├── query.ps │ ├── simple.c │ ├── spmisc.c │ ├── spmisc.h │ └── whatiswhat ├── makefile └── papif │ ├── Makefile.m4 │ ├── README │ ├── add_at_printer │ ├── cap.printers │ ├── makefile │ ├── papif.c │ ├── papif.interface.template │ ├── papof.c │ ├── printcap.samp1 │ └── printcap.samp2 ├── cap60.patches ├── asip1.patch ├── cicon.patch ├── desktop.patch └── extnd.patch ├── cap60.pl198+asip.README ├── conf.func.lst ├── conf.func.sh ├── conf.sysv.lst ├── conf.sysv.sh ├── contrib ├── AppManager │ ├── Makefile │ ├── README │ ├── aufslock.c │ └── aufsmon.c ├── AsyncATalk │ ├── INSTALLATION │ ├── Makefile │ ├── README.rfc │ ├── async.1.4.hqx │ ├── async.c │ ├── async.h │ ├── asyncad.c │ ├── atalkdbm.c │ └── macros.h ├── AufsTools │ ├── MANIFEST │ ├── Makefile │ ├── README │ ├── binhex │ │ ├── 8to6.c │ │ ├── Makefile │ │ ├── aufs.h │ │ ├── binhex.c │ │ ├── crc.c │ │ ├── gethead.c │ │ └── run.c │ ├── capit │ │ ├── Makefile │ │ └── capit.c │ ├── man │ │ ├── binhex.1 │ │ ├── capit.1 │ │ ├── cleanup.1 │ │ ├── drag.1 │ │ ├── dup.1 │ │ ├── m2u.1 │ │ ├── macp.1 │ │ ├── makeman │ │ ├── mcmp.1 │ │ ├── mcvert.1 │ │ ├── newfolder.1 │ │ ├── sit.1 │ │ ├── toaufs.1 │ │ ├── trash.1 │ │ ├── unsit.1 │ │ └── unstuffit.1 │ ├── mcvert │ │ ├── Makefile │ │ ├── hqxify.c │ │ ├── mactypes.h │ │ ├── mcvert.c │ │ └── unpack.c │ ├── shell │ │ ├── Makefile │ │ ├── cleanup │ │ ├── drag │ │ ├── dup │ │ ├── m2u │ │ ├── macp │ │ ├── mcmp │ │ ├── newfolder │ │ ├── toaufs │ │ ├── trash │ │ └── u2m │ ├── stuffit │ │ ├── Makefile │ │ ├── sit.c │ │ ├── sit.h │ │ └── updcrc.c │ └── unstuffit │ │ ├── Makefile │ │ ├── getopt.c │ │ ├── stuffit.h │ │ ├── unsit.c │ │ └── updcrc.c ├── DeskTop │ ├── Makefile │ ├── README │ ├── builddt.c │ ├── dt.h │ ├── dtmisc.c │ └── dumpdt.c ├── MacPS │ ├── Installation │ ├── Makefile │ ├── ReadMe │ ├── macaux.c │ ├── macps-22.hdr │ ├── macps-22.shar │ ├── macps.1 │ ├── macps.c │ ├── macps.config │ ├── prepfix.1 │ ├── prepfix.c │ ├── str.h │ ├── ucbwhich.c │ └── ucbwhich.h ├── Makefile.m4 ├── Messages │ ├── Makefile │ ├── README │ ├── dot.forward │ ├── macto.1l │ ├── macuser.1l │ ├── macuser.c │ ├── macwho.1l │ ├── macwho.c │ ├── messages.c │ ├── messages.hqx │ ├── notify.c │ └── notify.h ├── README ├── Timelord │ ├── Makefile │ ├── README │ ├── tardis.1.3.sit.hqx │ ├── timelord.1l │ ├── timelord.c │ └── timelord.h ├── atprint ├── aufsicon.hqx ├── aufsmkkey.c ├── aufsmkusr.c ├── cvt2apple.c ├── cvt2cap.c ├── lwrename.c ├── lwsrv-relay ├── makefile ├── printQDA.hqx ├── printqueue.c └── snitch.c ├── doc ├── Makefile ├── README ├── abmisc.doc ├── asp.notes ├── atp.notes ├── cap.auth.doc ├── cap.notes ├── glossary ├── install.ms ├── iptalk.cookbook ├── nbp.ext ├── pap.notes ├── print.cookbook ├── sched.notes ├── uab.desc.ms └── uar.cookbook ├── etc ├── Makefile.m4 ├── README ├── S99appletalk ├── atalk.local ├── atis.c ├── aufsIPFilter ├── etalk.local ├── kill-cap-servers ├── list-cap-servers ├── makefile ├── nisaux.c └── start-cap-servers ├── extras ├── Makefile.m4 ├── README ├── afpfile ├── att_getopt.c ├── des.c ├── dummy.des.c ├── iwif.c ├── lib.cap.macusers ├── lib.cap.refused ├── lnof.c ├── makefile └── printcap.iw ├── gen.makes ├── lib ├── Makefile.m4 ├── afp │ ├── Makefile.m4 │ ├── README │ ├── afpcmd.c │ ├── afperr.c │ ├── afpidaufs.c │ ├── afpidaufs.h │ ├── afpidclnt.c │ ├── afpidgnrl.c │ ├── afpidnames.h │ ├── afposlock.c │ ├── afppacks.c │ ├── afppass.c │ └── makefile ├── afpc │ ├── Makefile.m4 │ ├── README │ ├── afpc.c │ ├── afpc.mss │ ├── afpcc.c │ ├── makefile │ └── probs ├── cap │ ├── Makefile.m4 │ ├── abasp.c │ ├── abasp.h │ ├── abatp.c │ ├── abatp.h │ ├── abauxddp.c │ ├── abauxnbp.c │ ├── abddp.c │ ├── abkas.c │ ├── abkip.c │ ├── ablap.c │ ├── ablog.c │ ├── abmisc.c │ ├── abnbp.c │ ├── abnet.c │ ├── abpap.c │ ├── abpap.h │ ├── abpapc.c │ ├── abpaps.c │ ├── abpp.c │ ├── abqueue.c │ ├── absched.c │ ├── abversion.c │ ├── abzip.c │ ├── atalkdbm.c │ ├── atalkdbm.h │ ├── authenticate.c │ ├── cap_conf.h │ ├── makefile │ ├── scandir.c │ ├── todist │ └── whatiswhat ├── makefile └── xenix │ ├── Makefile │ ├── fsync.c │ ├── ftruncate.c │ ├── groups.c │ ├── rename.c │ └── scandir.c ├── m4.setup ├── man ├── AUFS.1 ├── AUFS.8 ├── CAP.3 ├── CAP.8 ├── UAB.8 ├── aarpd.8 ├── ash.1 ├── atalk.local.5 ├── atis.8 ├── atlook.1 ├── atprint.1 ├── aufsmkkey.8 ├── aufsmkusr.8 ├── cvt2apple.1 ├── etalk.local.5 ├── getzones.1 ├── instappl.1 ├── lwrename.8 ├── lwsrv.8 ├── makefile ├── papif.8 └── snitch.1 ├── netat ├── Makefile ├── Makefile.m4 ├── aberrors.h ├── abnbp.h ├── abqueue.h ├── afp.h ├── afpc.h ├── afpcmd.h ├── afppass.h ├── appletalk.h ├── compat.h ├── fcntldomv.h ├── macfile.h └── sysvcompat.h ├── samples ├── Makefile.m4 ├── README ├── ash.c ├── atistest.c ├── atlook.c ├── getzones.c ├── instappl.c ├── isrv.c ├── look.c ├── lwpr.c ├── makefile ├── papstatus.c ├── ruiwpr.c └── tlw.c └── support ├── capd ├── Makefile.m4 ├── README ├── capd.c └── capd.kas.c ├── enet ├── README ├── enet.4 ├── enet.c ├── enet.h ├── enetdefs.h ├── enetfilter.h ├── etherstat.8 └── etherstat.c ├── ethertalk ├── Makefile.m4 ├── README ├── STILL_TO_DO ├── aarpd.c ├── aarpd.h ├── aarpd.x ├── aarpd_clnt.c ├── aarpd_svc.c ├── aarpd_xdr.c ├── aarptest.c ├── abelap.c ├── bpfiltp.c ├── dlip.c ├── ethertalk.c ├── makefile ├── rangetest.c ├── rtmptest.c ├── sdlpi.c ├── senetp.c ├── snitp.c └── spfiltp.c └── uab ├── Makefile.m4 ├── README ├── STILL_TO_DO ├── aarp.c ├── aarp.h ├── aarp_defs.h ├── asyncatalk.c ├── bpfiltp.c ├── bridge_desc ├── ddpport.c ├── ddpport.h ├── ddprouter.c ├── ddpsvcs.c ├── dlip.c ├── ethertalk.c ├── ethertalk.h ├── gw.h ├── hash.3 ├── hash.c ├── hash.h ├── if_desc.h ├── kip_mpx.c ├── log.c ├── log.h ├── makefile ├── mpxddp.h ├── node.h ├── patches ├── bug.1 ├── bug.2 └── bug.3 ├── proto_intf.h ├── rtmp.c ├── senetp.c ├── sllap.c ├── snitp.c ├── snooppf.c ├── spfiltp.c ├── srawetherp.c ├── uab.c └── whatiswhat /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/.gitignore -------------------------------------------------------------------------------- /CAP.faq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/CAP.faq -------------------------------------------------------------------------------- /CAP60.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/CAP60.README -------------------------------------------------------------------------------- /Configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/Configure -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | For license information see 'NOTICE' and 'README' -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/MANIFEST -------------------------------------------------------------------------------- /MODIFICATIONS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/MODIFICATIONS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/Makefile -------------------------------------------------------------------------------- /NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/NOTES -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/NOTICE -------------------------------------------------------------------------------- /PORTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/PORTING -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/README -------------------------------------------------------------------------------- /applications/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/Makefile.m4 -------------------------------------------------------------------------------- /applications/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/README -------------------------------------------------------------------------------- /applications/aufs/INSTALLATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/INSTALLATION -------------------------------------------------------------------------------- /applications/aufs/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/Makefile.m4 -------------------------------------------------------------------------------- /applications/aufs/NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/NOTES -------------------------------------------------------------------------------- /applications/aufs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/README -------------------------------------------------------------------------------- /applications/aufs/abmisc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/abmisc2.c -------------------------------------------------------------------------------- /applications/aufs/afpavl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpavl.c -------------------------------------------------------------------------------- /applications/aufs/afpavl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpavl.h -------------------------------------------------------------------------------- /applications/aufs/afpdid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdid.c -------------------------------------------------------------------------------- /applications/aufs/afpdid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdid.h -------------------------------------------------------------------------------- /applications/aufs/afpdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdir.c -------------------------------------------------------------------------------- /applications/aufs/afpdsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdsi.c -------------------------------------------------------------------------------- /applications/aufs/afpdsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdsi.h -------------------------------------------------------------------------------- /applications/aufs/afpdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdt.c -------------------------------------------------------------------------------- /applications/aufs/afpdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpdt.h -------------------------------------------------------------------------------- /applications/aufs/afpfid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpfid.c -------------------------------------------------------------------------------- /applications/aufs/afpfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpfile.c -------------------------------------------------------------------------------- /applications/aufs/afpfork.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpfork.c -------------------------------------------------------------------------------- /applications/aufs/afpgc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpgc.c -------------------------------------------------------------------------------- /applications/aufs/afpgc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpgc.h -------------------------------------------------------------------------------- /applications/aufs/afpid.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpid.notes -------------------------------------------------------------------------------- /applications/aufs/afpidlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpidlist.c -------------------------------------------------------------------------------- /applications/aufs/afpidsrvr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpidsrvr.c -------------------------------------------------------------------------------- /applications/aufs/afpidtool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpidtool.c -------------------------------------------------------------------------------- /applications/aufs/afpmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpmisc.c -------------------------------------------------------------------------------- /applications/aufs/afpntoh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpntoh.h -------------------------------------------------------------------------------- /applications/aufs/afpos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpos.c -------------------------------------------------------------------------------- /applications/aufs/afposenum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afposenum.c -------------------------------------------------------------------------------- /applications/aufs/afposfi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afposfi.c -------------------------------------------------------------------------------- /applications/aufs/afposncs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afposncs.c -------------------------------------------------------------------------------- /applications/aufs/afposncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afposncs.h -------------------------------------------------------------------------------- /applications/aufs/afppasswd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afppasswd.c -------------------------------------------------------------------------------- /applications/aufs/afppasswd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afppasswd.h -------------------------------------------------------------------------------- /applications/aufs/afps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afps.h -------------------------------------------------------------------------------- /applications/aufs/afpserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpserver.c -------------------------------------------------------------------------------- /applications/aufs/afpspd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpspd.c -------------------------------------------------------------------------------- /applications/aufs/afpudb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpudb.c -------------------------------------------------------------------------------- /applications/aufs/afpudb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpudb.h -------------------------------------------------------------------------------- /applications/aufs/afpvols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpvols -------------------------------------------------------------------------------- /applications/aufs/afpvols.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpvols.c -------------------------------------------------------------------------------- /applications/aufs/afpvols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/afpvols.h -------------------------------------------------------------------------------- /applications/aufs/aufs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/aufs.c -------------------------------------------------------------------------------- /applications/aufs/aufs_vers: -------------------------------------------------------------------------------- 1 | Major 3 Minor 4 2 | -------------------------------------------------------------------------------- /applications/aufs/aufs_vers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/aufs_vers.sh -------------------------------------------------------------------------------- /applications/aufs/aufscicon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/aufscicon.c -------------------------------------------------------------------------------- /applications/aufs/aufsicon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/aufsicon.c -------------------------------------------------------------------------------- /applications/aufs/aufsv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/aufsv.c -------------------------------------------------------------------------------- /applications/aufs/design.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/design.notes -------------------------------------------------------------------------------- /applications/aufs/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/makefile -------------------------------------------------------------------------------- /applications/aufs/sizeserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/sizeserver.c -------------------------------------------------------------------------------- /applications/aufs/sizeserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/sizeserver.h -------------------------------------------------------------------------------- /applications/aufs/todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/todo -------------------------------------------------------------------------------- /applications/aufs/user.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/user.doc -------------------------------------------------------------------------------- /applications/aufs/whatiswhat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/aufs/whatiswhat -------------------------------------------------------------------------------- /applications/lwsrv/DBfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/DBfile -------------------------------------------------------------------------------- /applications/lwsrv/LWFonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/LWFonts -------------------------------------------------------------------------------- /applications/lwsrv/LWIIfgFonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/LWIIfgFonts -------------------------------------------------------------------------------- /applications/lwsrv/LWPlusFonts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/LWPlusFonts -------------------------------------------------------------------------------- /applications/lwsrv/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/Makefile.m4 -------------------------------------------------------------------------------- /applications/lwsrv/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/README -------------------------------------------------------------------------------- /applications/lwsrv/README LW4-600_LW320: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/README LW4-600_LW320 -------------------------------------------------------------------------------- /applications/lwsrv/fix.serial.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/fix.serial.ps -------------------------------------------------------------------------------- /applications/lwsrv/fontlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/fontlist.c -------------------------------------------------------------------------------- /applications/lwsrv/fontlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/fontlist.h -------------------------------------------------------------------------------- /applications/lwsrv/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/list.c -------------------------------------------------------------------------------- /applications/lwsrv/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/list.h -------------------------------------------------------------------------------- /applications/lwsrv/lwsrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/lwsrv.c -------------------------------------------------------------------------------- /applications/lwsrv/lwsrv.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/lwsrv.conf -------------------------------------------------------------------------------- /applications/lwsrv/lwsrvconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/lwsrvconfig.c -------------------------------------------------------------------------------- /applications/lwsrv/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/makefile -------------------------------------------------------------------------------- /applications/lwsrv/packed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/packed.c -------------------------------------------------------------------------------- /applications/lwsrv/packed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/packed.h -------------------------------------------------------------------------------- /applications/lwsrv/papstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/papstream.c -------------------------------------------------------------------------------- /applications/lwsrv/papstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/papstream.h -------------------------------------------------------------------------------- /applications/lwsrv/parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/parse.c -------------------------------------------------------------------------------- /applications/lwsrv/parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/parse.h -------------------------------------------------------------------------------- /applications/lwsrv/parsel.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/parsel.l -------------------------------------------------------------------------------- /applications/lwsrv/parsey.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/parsey.y -------------------------------------------------------------------------------- /applications/lwsrv/procset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/procset.c -------------------------------------------------------------------------------- /applications/lwsrv/procset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/procset.h -------------------------------------------------------------------------------- /applications/lwsrv/query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/query.c -------------------------------------------------------------------------------- /applications/lwsrv/query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/query.h -------------------------------------------------------------------------------- /applications/lwsrv/query.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/query.ps -------------------------------------------------------------------------------- /applications/lwsrv/simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/simple.c -------------------------------------------------------------------------------- /applications/lwsrv/spmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/spmisc.c -------------------------------------------------------------------------------- /applications/lwsrv/spmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/spmisc.h -------------------------------------------------------------------------------- /applications/lwsrv/whatiswhat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/lwsrv/whatiswhat -------------------------------------------------------------------------------- /applications/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/makefile -------------------------------------------------------------------------------- /applications/papif/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/Makefile.m4 -------------------------------------------------------------------------------- /applications/papif/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/README -------------------------------------------------------------------------------- /applications/papif/add_at_printer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/add_at_printer -------------------------------------------------------------------------------- /applications/papif/cap.printers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/cap.printers -------------------------------------------------------------------------------- /applications/papif/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/makefile -------------------------------------------------------------------------------- /applications/papif/papif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/papif.c -------------------------------------------------------------------------------- /applications/papif/papif.interface.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/papif.interface.template -------------------------------------------------------------------------------- /applications/papif/papof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/papof.c -------------------------------------------------------------------------------- /applications/papif/printcap.samp1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/printcap.samp1 -------------------------------------------------------------------------------- /applications/papif/printcap.samp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/applications/papif/printcap.samp2 -------------------------------------------------------------------------------- /cap60.patches/asip1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/cap60.patches/asip1.patch -------------------------------------------------------------------------------- /cap60.patches/cicon.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/cap60.patches/cicon.patch -------------------------------------------------------------------------------- /cap60.patches/desktop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/cap60.patches/desktop.patch -------------------------------------------------------------------------------- /cap60.patches/extnd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/cap60.patches/extnd.patch -------------------------------------------------------------------------------- /cap60.pl198+asip.README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/cap60.pl198+asip.README -------------------------------------------------------------------------------- /conf.func.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/conf.func.lst -------------------------------------------------------------------------------- /conf.func.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/conf.func.sh -------------------------------------------------------------------------------- /conf.sysv.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/conf.sysv.lst -------------------------------------------------------------------------------- /conf.sysv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/conf.sysv.sh -------------------------------------------------------------------------------- /contrib/AppManager/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AppManager/Makefile -------------------------------------------------------------------------------- /contrib/AppManager/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AppManager/README -------------------------------------------------------------------------------- /contrib/AppManager/aufslock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AppManager/aufslock.c -------------------------------------------------------------------------------- /contrib/AppManager/aufsmon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AppManager/aufsmon.c -------------------------------------------------------------------------------- /contrib/AsyncATalk/INSTALLATION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/INSTALLATION -------------------------------------------------------------------------------- /contrib/AsyncATalk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/Makefile -------------------------------------------------------------------------------- /contrib/AsyncATalk/README.rfc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/README.rfc -------------------------------------------------------------------------------- /contrib/AsyncATalk/async.1.4.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/async.1.4.hqx -------------------------------------------------------------------------------- /contrib/AsyncATalk/async.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/async.c -------------------------------------------------------------------------------- /contrib/AsyncATalk/async.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/async.h -------------------------------------------------------------------------------- /contrib/AsyncATalk/asyncad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/asyncad.c -------------------------------------------------------------------------------- /contrib/AsyncATalk/atalkdbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/atalkdbm.c -------------------------------------------------------------------------------- /contrib/AsyncATalk/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AsyncATalk/macros.h -------------------------------------------------------------------------------- /contrib/AufsTools/MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/MANIFEST -------------------------------------------------------------------------------- /contrib/AufsTools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/README -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/8to6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/8to6.c -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/aufs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/aufs.h -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/binhex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/binhex.c -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/crc.c -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/gethead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/gethead.c -------------------------------------------------------------------------------- /contrib/AufsTools/binhex/run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/binhex/run.c -------------------------------------------------------------------------------- /contrib/AufsTools/capit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/capit/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/capit/capit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/capit/capit.c -------------------------------------------------------------------------------- /contrib/AufsTools/man/binhex.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/binhex.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/capit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/capit.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/cleanup.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/cleanup.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/drag.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/drag.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/dup.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/dup.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/m2u.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/m2u.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/macp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/macp.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/makeman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/makeman -------------------------------------------------------------------------------- /contrib/AufsTools/man/mcmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/mcmp.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/mcvert.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/mcvert.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/newfolder.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/newfolder.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/sit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/sit.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/toaufs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/toaufs.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/trash.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/trash.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/unsit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/unsit.1 -------------------------------------------------------------------------------- /contrib/AufsTools/man/unstuffit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/man/unstuffit.1 -------------------------------------------------------------------------------- /contrib/AufsTools/mcvert/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/mcvert/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/mcvert/hqxify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/mcvert/hqxify.c -------------------------------------------------------------------------------- /contrib/AufsTools/mcvert/mactypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/mcvert/mactypes.h -------------------------------------------------------------------------------- /contrib/AufsTools/mcvert/mcvert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/mcvert/mcvert.c -------------------------------------------------------------------------------- /contrib/AufsTools/mcvert/unpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/mcvert/unpack.c -------------------------------------------------------------------------------- /contrib/AufsTools/shell/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/shell/cleanup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/cleanup -------------------------------------------------------------------------------- /contrib/AufsTools/shell/drag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/drag -------------------------------------------------------------------------------- /contrib/AufsTools/shell/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/dup -------------------------------------------------------------------------------- /contrib/AufsTools/shell/m2u: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/m2u -------------------------------------------------------------------------------- /contrib/AufsTools/shell/macp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/macp -------------------------------------------------------------------------------- /contrib/AufsTools/shell/mcmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/mcmp -------------------------------------------------------------------------------- /contrib/AufsTools/shell/newfolder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/newfolder -------------------------------------------------------------------------------- /contrib/AufsTools/shell/toaufs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/toaufs -------------------------------------------------------------------------------- /contrib/AufsTools/shell/trash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/trash -------------------------------------------------------------------------------- /contrib/AufsTools/shell/u2m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/shell/u2m -------------------------------------------------------------------------------- /contrib/AufsTools/stuffit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/stuffit/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/stuffit/sit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/stuffit/sit.c -------------------------------------------------------------------------------- /contrib/AufsTools/stuffit/sit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/stuffit/sit.h -------------------------------------------------------------------------------- /contrib/AufsTools/stuffit/updcrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/stuffit/updcrc.c -------------------------------------------------------------------------------- /contrib/AufsTools/unstuffit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/unstuffit/Makefile -------------------------------------------------------------------------------- /contrib/AufsTools/unstuffit/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/unstuffit/getopt.c -------------------------------------------------------------------------------- /contrib/AufsTools/unstuffit/stuffit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/unstuffit/stuffit.h -------------------------------------------------------------------------------- /contrib/AufsTools/unstuffit/unsit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/unstuffit/unsit.c -------------------------------------------------------------------------------- /contrib/AufsTools/unstuffit/updcrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/AufsTools/unstuffit/updcrc.c -------------------------------------------------------------------------------- /contrib/DeskTop/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/Makefile -------------------------------------------------------------------------------- /contrib/DeskTop/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/README -------------------------------------------------------------------------------- /contrib/DeskTop/builddt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/builddt.c -------------------------------------------------------------------------------- /contrib/DeskTop/dt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/dt.h -------------------------------------------------------------------------------- /contrib/DeskTop/dtmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/dtmisc.c -------------------------------------------------------------------------------- /contrib/DeskTop/dumpdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/DeskTop/dumpdt.c -------------------------------------------------------------------------------- /contrib/MacPS/Installation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/Installation -------------------------------------------------------------------------------- /contrib/MacPS/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/Makefile -------------------------------------------------------------------------------- /contrib/MacPS/ReadMe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/ReadMe -------------------------------------------------------------------------------- /contrib/MacPS/macaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macaux.c -------------------------------------------------------------------------------- /contrib/MacPS/macps-22.hdr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macps-22.hdr -------------------------------------------------------------------------------- /contrib/MacPS/macps-22.shar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macps-22.shar -------------------------------------------------------------------------------- /contrib/MacPS/macps.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macps.1 -------------------------------------------------------------------------------- /contrib/MacPS/macps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macps.c -------------------------------------------------------------------------------- /contrib/MacPS/macps.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/macps.config -------------------------------------------------------------------------------- /contrib/MacPS/prepfix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/prepfix.1 -------------------------------------------------------------------------------- /contrib/MacPS/prepfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/prepfix.c -------------------------------------------------------------------------------- /contrib/MacPS/str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/str.h -------------------------------------------------------------------------------- /contrib/MacPS/ucbwhich.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/ucbwhich.c -------------------------------------------------------------------------------- /contrib/MacPS/ucbwhich.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/MacPS/ucbwhich.h -------------------------------------------------------------------------------- /contrib/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Makefile.m4 -------------------------------------------------------------------------------- /contrib/Messages/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/Makefile -------------------------------------------------------------------------------- /contrib/Messages/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/README -------------------------------------------------------------------------------- /contrib/Messages/dot.forward: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/dot.forward -------------------------------------------------------------------------------- /contrib/Messages/macto.1l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/macto.1l -------------------------------------------------------------------------------- /contrib/Messages/macuser.1l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/macuser.1l -------------------------------------------------------------------------------- /contrib/Messages/macuser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/macuser.c -------------------------------------------------------------------------------- /contrib/Messages/macwho.1l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/macwho.1l -------------------------------------------------------------------------------- /contrib/Messages/macwho.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/macwho.c -------------------------------------------------------------------------------- /contrib/Messages/messages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/messages.c -------------------------------------------------------------------------------- /contrib/Messages/messages.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/messages.hqx -------------------------------------------------------------------------------- /contrib/Messages/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/notify.c -------------------------------------------------------------------------------- /contrib/Messages/notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Messages/notify.h -------------------------------------------------------------------------------- /contrib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/README -------------------------------------------------------------------------------- /contrib/Timelord/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/Makefile -------------------------------------------------------------------------------- /contrib/Timelord/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/README -------------------------------------------------------------------------------- /contrib/Timelord/tardis.1.3.sit.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/tardis.1.3.sit.hqx -------------------------------------------------------------------------------- /contrib/Timelord/timelord.1l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/timelord.1l -------------------------------------------------------------------------------- /contrib/Timelord/timelord.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/timelord.c -------------------------------------------------------------------------------- /contrib/Timelord/timelord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/Timelord/timelord.h -------------------------------------------------------------------------------- /contrib/atprint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/atprint -------------------------------------------------------------------------------- /contrib/aufsicon.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/aufsicon.hqx -------------------------------------------------------------------------------- /contrib/aufsmkkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/aufsmkkey.c -------------------------------------------------------------------------------- /contrib/aufsmkusr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/aufsmkusr.c -------------------------------------------------------------------------------- /contrib/cvt2apple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/cvt2apple.c -------------------------------------------------------------------------------- /contrib/cvt2cap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/cvt2cap.c -------------------------------------------------------------------------------- /contrib/lwrename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/lwrename.c -------------------------------------------------------------------------------- /contrib/lwsrv-relay: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/lwsrv-relay -------------------------------------------------------------------------------- /contrib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/makefile -------------------------------------------------------------------------------- /contrib/printQDA.hqx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/printQDA.hqx -------------------------------------------------------------------------------- /contrib/printqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/printqueue.c -------------------------------------------------------------------------------- /contrib/snitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/contrib/snitch.c -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/README -------------------------------------------------------------------------------- /doc/abmisc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/abmisc.doc -------------------------------------------------------------------------------- /doc/asp.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/asp.notes -------------------------------------------------------------------------------- /doc/atp.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/atp.notes -------------------------------------------------------------------------------- /doc/cap.auth.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/cap.auth.doc -------------------------------------------------------------------------------- /doc/cap.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/cap.notes -------------------------------------------------------------------------------- /doc/glossary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/glossary -------------------------------------------------------------------------------- /doc/install.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/install.ms -------------------------------------------------------------------------------- /doc/iptalk.cookbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/iptalk.cookbook -------------------------------------------------------------------------------- /doc/nbp.ext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/nbp.ext -------------------------------------------------------------------------------- /doc/pap.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/pap.notes -------------------------------------------------------------------------------- /doc/print.cookbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/print.cookbook -------------------------------------------------------------------------------- /doc/sched.notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/sched.notes -------------------------------------------------------------------------------- /doc/uab.desc.ms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/uab.desc.ms -------------------------------------------------------------------------------- /doc/uar.cookbook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/doc/uar.cookbook -------------------------------------------------------------------------------- /etc/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/Makefile.m4 -------------------------------------------------------------------------------- /etc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/README -------------------------------------------------------------------------------- /etc/S99appletalk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/S99appletalk -------------------------------------------------------------------------------- /etc/atalk.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/atalk.local -------------------------------------------------------------------------------- /etc/atis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/atis.c -------------------------------------------------------------------------------- /etc/aufsIPFilter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/aufsIPFilter -------------------------------------------------------------------------------- /etc/etalk.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/etalk.local -------------------------------------------------------------------------------- /etc/kill-cap-servers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/kill-cap-servers -------------------------------------------------------------------------------- /etc/list-cap-servers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/list-cap-servers -------------------------------------------------------------------------------- /etc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/makefile -------------------------------------------------------------------------------- /etc/nisaux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/nisaux.c -------------------------------------------------------------------------------- /etc/start-cap-servers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/etc/start-cap-servers -------------------------------------------------------------------------------- /extras/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/Makefile.m4 -------------------------------------------------------------------------------- /extras/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/README -------------------------------------------------------------------------------- /extras/afpfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/afpfile -------------------------------------------------------------------------------- /extras/att_getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/att_getopt.c -------------------------------------------------------------------------------- /extras/des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/des.c -------------------------------------------------------------------------------- /extras/dummy.des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/dummy.des.c -------------------------------------------------------------------------------- /extras/iwif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/iwif.c -------------------------------------------------------------------------------- /extras/lib.cap.macusers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/lib.cap.macusers -------------------------------------------------------------------------------- /extras/lib.cap.refused: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/lib.cap.refused -------------------------------------------------------------------------------- /extras/lnof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/lnof.c -------------------------------------------------------------------------------- /extras/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/makefile -------------------------------------------------------------------------------- /extras/printcap.iw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/extras/printcap.iw -------------------------------------------------------------------------------- /gen.makes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/gen.makes -------------------------------------------------------------------------------- /lib/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/Makefile.m4 -------------------------------------------------------------------------------- /lib/afp/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/Makefile.m4 -------------------------------------------------------------------------------- /lib/afp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/README -------------------------------------------------------------------------------- /lib/afp/afpcmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpcmd.c -------------------------------------------------------------------------------- /lib/afp/afperr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afperr.c -------------------------------------------------------------------------------- /lib/afp/afpidaufs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpidaufs.c -------------------------------------------------------------------------------- /lib/afp/afpidaufs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpidaufs.h -------------------------------------------------------------------------------- /lib/afp/afpidclnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpidclnt.c -------------------------------------------------------------------------------- /lib/afp/afpidgnrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpidgnrl.c -------------------------------------------------------------------------------- /lib/afp/afpidnames.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afpidnames.h -------------------------------------------------------------------------------- /lib/afp/afposlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afposlock.c -------------------------------------------------------------------------------- /lib/afp/afppacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afppacks.c -------------------------------------------------------------------------------- /lib/afp/afppass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/afppass.c -------------------------------------------------------------------------------- /lib/afp/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afp/makefile -------------------------------------------------------------------------------- /lib/afpc/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/Makefile.m4 -------------------------------------------------------------------------------- /lib/afpc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/README -------------------------------------------------------------------------------- /lib/afpc/afpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/afpc.c -------------------------------------------------------------------------------- /lib/afpc/afpc.mss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/afpc.mss -------------------------------------------------------------------------------- /lib/afpc/afpcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/afpcc.c -------------------------------------------------------------------------------- /lib/afpc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/makefile -------------------------------------------------------------------------------- /lib/afpc/probs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/afpc/probs -------------------------------------------------------------------------------- /lib/cap/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/Makefile.m4 -------------------------------------------------------------------------------- /lib/cap/abasp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abasp.c -------------------------------------------------------------------------------- /lib/cap/abasp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abasp.h -------------------------------------------------------------------------------- /lib/cap/abatp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abatp.c -------------------------------------------------------------------------------- /lib/cap/abatp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abatp.h -------------------------------------------------------------------------------- /lib/cap/abauxddp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abauxddp.c -------------------------------------------------------------------------------- /lib/cap/abauxnbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abauxnbp.c -------------------------------------------------------------------------------- /lib/cap/abddp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abddp.c -------------------------------------------------------------------------------- /lib/cap/abkas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abkas.c -------------------------------------------------------------------------------- /lib/cap/abkip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abkip.c -------------------------------------------------------------------------------- /lib/cap/ablap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/ablap.c -------------------------------------------------------------------------------- /lib/cap/ablog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/ablog.c -------------------------------------------------------------------------------- /lib/cap/abmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abmisc.c -------------------------------------------------------------------------------- /lib/cap/abnbp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abnbp.c -------------------------------------------------------------------------------- /lib/cap/abnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abnet.c -------------------------------------------------------------------------------- /lib/cap/abpap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abpap.c -------------------------------------------------------------------------------- /lib/cap/abpap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abpap.h -------------------------------------------------------------------------------- /lib/cap/abpapc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abpapc.c -------------------------------------------------------------------------------- /lib/cap/abpaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abpaps.c -------------------------------------------------------------------------------- /lib/cap/abpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abpp.c -------------------------------------------------------------------------------- /lib/cap/abqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abqueue.c -------------------------------------------------------------------------------- /lib/cap/absched.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/absched.c -------------------------------------------------------------------------------- /lib/cap/abversion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abversion.c -------------------------------------------------------------------------------- /lib/cap/abzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/abzip.c -------------------------------------------------------------------------------- /lib/cap/atalkdbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/atalkdbm.c -------------------------------------------------------------------------------- /lib/cap/atalkdbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/atalkdbm.h -------------------------------------------------------------------------------- /lib/cap/authenticate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/authenticate.c -------------------------------------------------------------------------------- /lib/cap/cap_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/cap_conf.h -------------------------------------------------------------------------------- /lib/cap/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/makefile -------------------------------------------------------------------------------- /lib/cap/scandir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/scandir.c -------------------------------------------------------------------------------- /lib/cap/todist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/todist -------------------------------------------------------------------------------- /lib/cap/whatiswhat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/cap/whatiswhat -------------------------------------------------------------------------------- /lib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/makefile -------------------------------------------------------------------------------- /lib/xenix/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/Makefile -------------------------------------------------------------------------------- /lib/xenix/fsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/fsync.c -------------------------------------------------------------------------------- /lib/xenix/ftruncate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/ftruncate.c -------------------------------------------------------------------------------- /lib/xenix/groups.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/groups.c -------------------------------------------------------------------------------- /lib/xenix/rename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/rename.c -------------------------------------------------------------------------------- /lib/xenix/scandir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/lib/xenix/scandir.c -------------------------------------------------------------------------------- /m4.setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/m4.setup -------------------------------------------------------------------------------- /man/AUFS.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/AUFS.1 -------------------------------------------------------------------------------- /man/AUFS.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/AUFS.8 -------------------------------------------------------------------------------- /man/CAP.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/CAP.3 -------------------------------------------------------------------------------- /man/CAP.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/CAP.8 -------------------------------------------------------------------------------- /man/UAB.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/UAB.8 -------------------------------------------------------------------------------- /man/aarpd.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/aarpd.8 -------------------------------------------------------------------------------- /man/ash.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/ash.1 -------------------------------------------------------------------------------- /man/atalk.local.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/atalk.local.5 -------------------------------------------------------------------------------- /man/atis.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/atis.8 -------------------------------------------------------------------------------- /man/atlook.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/atlook.1 -------------------------------------------------------------------------------- /man/atprint.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/atprint.1 -------------------------------------------------------------------------------- /man/aufsmkkey.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/aufsmkkey.8 -------------------------------------------------------------------------------- /man/aufsmkusr.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/aufsmkusr.8 -------------------------------------------------------------------------------- /man/cvt2apple.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/cvt2apple.1 -------------------------------------------------------------------------------- /man/etalk.local.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/etalk.local.5 -------------------------------------------------------------------------------- /man/getzones.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/getzones.1 -------------------------------------------------------------------------------- /man/instappl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/instappl.1 -------------------------------------------------------------------------------- /man/lwrename.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/lwrename.8 -------------------------------------------------------------------------------- /man/lwsrv.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/lwsrv.8 -------------------------------------------------------------------------------- /man/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/makefile -------------------------------------------------------------------------------- /man/papif.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/papif.8 -------------------------------------------------------------------------------- /man/snitch.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/man/snitch.1 -------------------------------------------------------------------------------- /netat/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/Makefile -------------------------------------------------------------------------------- /netat/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/Makefile.m4 -------------------------------------------------------------------------------- /netat/aberrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/aberrors.h -------------------------------------------------------------------------------- /netat/abnbp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/abnbp.h -------------------------------------------------------------------------------- /netat/abqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/abqueue.h -------------------------------------------------------------------------------- /netat/afp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/afp.h -------------------------------------------------------------------------------- /netat/afpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/afpc.h -------------------------------------------------------------------------------- /netat/afpcmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/afpcmd.h -------------------------------------------------------------------------------- /netat/afppass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/afppass.h -------------------------------------------------------------------------------- /netat/appletalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/appletalk.h -------------------------------------------------------------------------------- /netat/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/compat.h -------------------------------------------------------------------------------- /netat/fcntldomv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/fcntldomv.h -------------------------------------------------------------------------------- /netat/macfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/macfile.h -------------------------------------------------------------------------------- /netat/sysvcompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/netat/sysvcompat.h -------------------------------------------------------------------------------- /samples/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/Makefile.m4 -------------------------------------------------------------------------------- /samples/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/README -------------------------------------------------------------------------------- /samples/ash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/ash.c -------------------------------------------------------------------------------- /samples/atistest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/atistest.c -------------------------------------------------------------------------------- /samples/atlook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/atlook.c -------------------------------------------------------------------------------- /samples/getzones.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/getzones.c -------------------------------------------------------------------------------- /samples/instappl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/instappl.c -------------------------------------------------------------------------------- /samples/isrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/isrv.c -------------------------------------------------------------------------------- /samples/look.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/look.c -------------------------------------------------------------------------------- /samples/lwpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/lwpr.c -------------------------------------------------------------------------------- /samples/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/makefile -------------------------------------------------------------------------------- /samples/papstatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/papstatus.c -------------------------------------------------------------------------------- /samples/ruiwpr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/ruiwpr.c -------------------------------------------------------------------------------- /samples/tlw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/samples/tlw.c -------------------------------------------------------------------------------- /support/capd/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/capd/Makefile.m4 -------------------------------------------------------------------------------- /support/capd/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/capd/README -------------------------------------------------------------------------------- /support/capd/capd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/capd/capd.c -------------------------------------------------------------------------------- /support/capd/capd.kas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/capd/capd.kas.c -------------------------------------------------------------------------------- /support/enet/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/README -------------------------------------------------------------------------------- /support/enet/enet.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/enet.4 -------------------------------------------------------------------------------- /support/enet/enet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/enet.c -------------------------------------------------------------------------------- /support/enet/enet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/enet.h -------------------------------------------------------------------------------- /support/enet/enetdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/enetdefs.h -------------------------------------------------------------------------------- /support/enet/enetfilter.h: -------------------------------------------------------------------------------- 1 | #define NENETFILTER 64 2 | -------------------------------------------------------------------------------- /support/enet/etherstat.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/etherstat.8 -------------------------------------------------------------------------------- /support/enet/etherstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/enet/etherstat.c -------------------------------------------------------------------------------- /support/ethertalk/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/Makefile.m4 -------------------------------------------------------------------------------- /support/ethertalk/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/README -------------------------------------------------------------------------------- /support/ethertalk/STILL_TO_DO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/STILL_TO_DO -------------------------------------------------------------------------------- /support/ethertalk/aarpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd.c -------------------------------------------------------------------------------- /support/ethertalk/aarpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd.h -------------------------------------------------------------------------------- /support/ethertalk/aarpd.x: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd.x -------------------------------------------------------------------------------- /support/ethertalk/aarpd_clnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd_clnt.c -------------------------------------------------------------------------------- /support/ethertalk/aarpd_svc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd_svc.c -------------------------------------------------------------------------------- /support/ethertalk/aarpd_xdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarpd_xdr.c -------------------------------------------------------------------------------- /support/ethertalk/aarptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/aarptest.c -------------------------------------------------------------------------------- /support/ethertalk/abelap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/abelap.c -------------------------------------------------------------------------------- /support/ethertalk/bpfiltp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/bpfiltp.c -------------------------------------------------------------------------------- /support/ethertalk/dlip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/dlip.c -------------------------------------------------------------------------------- /support/ethertalk/ethertalk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/ethertalk.c -------------------------------------------------------------------------------- /support/ethertalk/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/makefile -------------------------------------------------------------------------------- /support/ethertalk/rangetest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/rangetest.c -------------------------------------------------------------------------------- /support/ethertalk/rtmptest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/rtmptest.c -------------------------------------------------------------------------------- /support/ethertalk/sdlpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/sdlpi.c -------------------------------------------------------------------------------- /support/ethertalk/senetp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/senetp.c -------------------------------------------------------------------------------- /support/ethertalk/snitp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/snitp.c -------------------------------------------------------------------------------- /support/ethertalk/spfiltp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/ethertalk/spfiltp.c -------------------------------------------------------------------------------- /support/uab/Makefile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/Makefile.m4 -------------------------------------------------------------------------------- /support/uab/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/README -------------------------------------------------------------------------------- /support/uab/STILL_TO_DO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/STILL_TO_DO -------------------------------------------------------------------------------- /support/uab/aarp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/aarp.c -------------------------------------------------------------------------------- /support/uab/aarp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/aarp.h -------------------------------------------------------------------------------- /support/uab/aarp_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/aarp_defs.h -------------------------------------------------------------------------------- /support/uab/asyncatalk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/asyncatalk.c -------------------------------------------------------------------------------- /support/uab/bpfiltp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/bpfiltp.c -------------------------------------------------------------------------------- /support/uab/bridge_desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/bridge_desc -------------------------------------------------------------------------------- /support/uab/ddpport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ddpport.c -------------------------------------------------------------------------------- /support/uab/ddpport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ddpport.h -------------------------------------------------------------------------------- /support/uab/ddprouter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ddprouter.c -------------------------------------------------------------------------------- /support/uab/ddpsvcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ddpsvcs.c -------------------------------------------------------------------------------- /support/uab/dlip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/dlip.c -------------------------------------------------------------------------------- /support/uab/ethertalk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ethertalk.c -------------------------------------------------------------------------------- /support/uab/ethertalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/ethertalk.h -------------------------------------------------------------------------------- /support/uab/gw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/gw.h -------------------------------------------------------------------------------- /support/uab/hash.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/hash.3 -------------------------------------------------------------------------------- /support/uab/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/hash.c -------------------------------------------------------------------------------- /support/uab/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/hash.h -------------------------------------------------------------------------------- /support/uab/if_desc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/if_desc.h -------------------------------------------------------------------------------- /support/uab/kip_mpx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/kip_mpx.c -------------------------------------------------------------------------------- /support/uab/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/log.c -------------------------------------------------------------------------------- /support/uab/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/log.h -------------------------------------------------------------------------------- /support/uab/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/makefile -------------------------------------------------------------------------------- /support/uab/mpxddp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/mpxddp.h -------------------------------------------------------------------------------- /support/uab/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/node.h -------------------------------------------------------------------------------- /support/uab/patches/bug.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/patches/bug.1 -------------------------------------------------------------------------------- /support/uab/patches/bug.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/patches/bug.2 -------------------------------------------------------------------------------- /support/uab/patches/bug.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/patches/bug.3 -------------------------------------------------------------------------------- /support/uab/proto_intf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/proto_intf.h -------------------------------------------------------------------------------- /support/uab/rtmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/rtmp.c -------------------------------------------------------------------------------- /support/uab/senetp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/senetp.c -------------------------------------------------------------------------------- /support/uab/sllap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/sllap.c -------------------------------------------------------------------------------- /support/uab/snitp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/snitp.c -------------------------------------------------------------------------------- /support/uab/snooppf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/snooppf.c -------------------------------------------------------------------------------- /support/uab/spfiltp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/spfiltp.c -------------------------------------------------------------------------------- /support/uab/srawetherp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/srawetherp.c -------------------------------------------------------------------------------- /support/uab/uab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/uab.c -------------------------------------------------------------------------------- /support/uab/whatiswhat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mabam/CAP/HEAD/support/uab/whatiswhat --------------------------------------------------------------------------------