Re: adduser: better locked password

2013-01-04 Thread Florian Obser
On Fri, Jan 04, 2013 at 10:11:35PM +0100, Tobias Ulmer wrote: > I guess there are at least three related issues: [...] > - security(8) flags empty authorized_keys files. Looking at > check_passwd() it seems a .ssh directory is enough to trigger the > warning. That seems a bit excessive. Anyone

cwm - Conf.bwidth vs cc->bwidth

2013-01-04 Thread Jan Stary
Here's some more cleanage for cwm: the hmaximize and vmaximize functions are, obviously, completely dual, except that hmaximize uses Conf.bwidth when adjusting for a boundary, while vmaximize uses cc->bwidth (correctly IMHO). Jan Index: client.c ==

Re: adduser: better locked password

2013-01-04 Thread Tobias Ulmer
On Fri, Jan 04, 2013 at 08:46:52AM +, Stuart Henderson wrote: > On 2013/01/03 21:06, Chris Cappuccio wrote: > > Tobias Ulmer [tobi...@tmux.org] wrote: > > > Adding a user with a locked password is a deliberate action. > > > Set the password to "*" to stop security(8) from > > > comp

don't attach sdhc(4) to rtsx(4) devices

2013-01-04 Thread Stefan Sperling
Dave Anderson reported to me that rtsx(4) didn't work quite right in one of his machines. There are two rtsx PCI devices in this machine, one of which is using the SDHC subclass, and another using the expected 'undefined' class 0xff: 13:0:0: Realtek RTS5209 Card Reader 0x: Vendor ID:

cwm - cosmetic renaming diff

2013-01-04 Thread Jan Stary
Below is a cosmetic diff to current cwm which merely renames two functions. Everywhere in the code and configuration and bindings and the manpage, the function that does horizontal maximization is named "hmaximize", except the actual function that ultimately gets called and does the resizing, whic

Re: adduser: better locked password

2013-01-04 Thread Remco
Remco wrote: > Tobias Ulmer wrote: > >> Adding a user with a locked password is a deliberate action. >> Set the password to "*" to stop security(8) from >> complaining about the new user. >> > > I suppose this is about the "Set the password so that user cannot logon? > (y/n) > [n]:"

Re: adduser: better locked password

2013-01-04 Thread Remco
Tobias Ulmer wrote: > Adding a user with a locked password is a deliberate action. > Set the password to "*" to stop security(8) from > complaining about the new user. > I suppose this is about the "Set the password so that user cannot logon? (y/n) [n]:" question. AFAICT there are (

Re: adduser: better locked password

2013-01-04 Thread Stuart Henderson
On 2013/01/03 21:06, Chris Cappuccio wrote: > Tobias Ulmer [tobi...@tmux.org] wrote: > > Adding a user with a locked password is a deliberate action. > > Set the password to "*" to stop security(8) from > > complaining about the new user. > > > > I think it'd make more sense if securi