Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-25 | at macobio | Theo de Raadt | |
2001-06-25 | '.Nm pfctl' not '.Nm' in SYNOPSIS. Also, some cleanup of stray punctuation. | smart | |
aaron@ ok. | |||
2001-06-25 | Lots of changes and cleanup. | Hans Insulander | |
- Make a separate function for ticket storing. - Support challenge mode. - Use hints passed from login and su that this is a user actually logging in. This means login_krb5 and login_krb5-or-pwd is ready for prime-time. | |||
2001-06-25 | Since audio is obvoiusly working on alpha, enable the device by default | Nathan Binkert | |
2001-06-25 | kadmind, hin@ ok | Angelos D. Keromytis | |
2001-06-25 | Add support for airport cards on powerpc. | Dale Rahn | |
Only tested on Ti, but may/should work on other systems. | |||
2001-06-25 | Integrate a working airport driver interface. Mostly based on pci driver. | Dale Rahn | |
Hacked up code from netbsd should be rewritten to talk to the proper devices to enable/disable the device. | |||
2001-06-25 | Identify the Apple Airport card. | Dale Rahn | |
ok, millert | |||
2001-06-25 | Add the missing endian pieces to wavelan driver. | Dale Rahn | |
ok, millert@ | |||
2001-06-25 | include guard fix; smat@acm.org | Daniel Hartmeier | |
2001-06-25 | Separate getopt handling from execution of functions. Still need | smart | |
to do stricter checking to make sure invalid option combinations don't get through. deraadt@, dhartmei@ ok. | |||
2001-06-25 | terminate secure_filename checking after checking homedir. that way it | Niels Provos | |
works on AFS. okay markus@ | |||
2001-06-25 | oops | Hans Insulander | |
2001-06-25 | Add crypto_check_alg(), from jgarfiel@seas.upenn.edu | Angelos D. Keromytis | |
2001-06-25 | Update comments. | Angelos D. Keromytis | |
2001-06-25 | sshd(8) will never read the private keys, but ssh(1) does; hugh@mimosa.com | Markus Friedl | |
2001-06-25 | revised ioctl interface, first getopt version of pfctl | Daniel Hartmeier | |
2001-06-25 | If a PENDING_TDB tag is attached but no TDB is found, drop the packet. | Angelos D. Keromytis | |
2001-06-25 | nqfs is gone, ok deraadt@ | Markus Friedl | |
2001-06-25 | display correct direction in log | jasoni | |
2001-06-25 | millert didn't compile this. | Hans Insulander | |
2001-06-25 | Don't build conflicting programs when KERBEROS5 == "yes". | Hans Insulander | |
2001-06-25 | Set "login" and "notickets" BSD auth options. We don't need to get | Todd C. Miller | |
a kerb ticket but we do need AFS tokens. | |||
2001-06-25 | Add a "login" option to allow differentiation between authentication | Todd C. Miller | |
that creates a login session vs. a simple identity check. Gets passed as a -v option to the login scripts. To be used by kerberos to know when to create new tickets. | |||
2001-06-25 | pfctl now has a manpage. likely needs fleshing out. | Kjell Wooding | |
2001-06-25 | Add login_krb5-or-pwd. | Hans Insulander | |
2001-06-25 | Support for checking local passwords, for login_krb5-or-pwd. | Hans Insulander | |
Support the response protocol, used for terminal locking etc. | |||
2001-06-25 | -Wall -Werror | Hans Insulander | |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell | |
2001-06-25 | add `.Nm pccom` to .Sh NAME | Mike Pechkin | |
request by aaron@. | |||
2001-06-25 | Move the password checking into a separare function to make the code more | Hans Insulander | |
readable, and easier to extend. | |||
2001-06-25 | more sync against kernel changes | Theo de Raadt | |
2001-06-25 | catch up, might have introduced bugs, but there is a next pass... | Theo de Raadt | |
2001-06-25 | Rename the rest of the structs to be consistent. | Artur Grabowski | |
2001-06-25 | unsmoke drugs. | Artur Grabowski | |
2001-06-25 | fix -> cksum_fixup | Artur Grabowski | |
2001-06-25 | No c++ comments. | Artur Grabowski | |
2001-06-25 | catch up to Art changes in the kernel | Theo de Raadt | |
2001-06-25 | Even more global variables with too common names. | Artur Grabowski | |
2001-06-25 | More renaming. | Artur Grabowski | |
2001-06-25 | Avoid common names. Needs more work. | Artur Grabowski | |
2001-06-25 | just one more, fresh shiny one, Mon Jun 25 05:10:29 EDT 2001 | Michael Shalayeff | |
2001-06-25 | rename tree_node -> pf_tree_node | Artur Grabowski | |
2001-06-25 | Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes: | Theo de Raadt | |
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this. | |||
2001-06-25 | more | Artur Grabowski | |
2001-06-25 | no point using a char here. | Artur Grabowski | |
2001-06-25 | update copyright for 2001 | Markus Friedl | |
2001-06-25 | had not noticed the atexit() handler; pointed out by dima@unixfreak.org; ↵ | Theo de Raadt | |
also use writev to increase atomicity | |||
2001-06-25 | Build without IPSEC. | Artur Grabowski | |
2001-06-25 | Fix dhclient build. | Artur Grabowski | |