[hackers] [slock] error out early on crypt() fail || Markus Teich

2016-09-23 Thread git
commit a98fba8971ab4b8d8b1f18422b808a79434d8923 Author: Markus Teich AuthorDate: Fri Sep 23 19:08:39 2016 +0200 Commit: Markus Teich CommitDate: Fri Sep 23 19:08:39 2016 +0200 error out early on crypt() fail diff --git

[hackers] [slock] Stop using $USER for shadow entries || FRIGN

2016-09-23 Thread git
commit dc2e8e839e4d72f5fec36c9a0474e6062a7a8f51 Author: FRIGN AuthorDate: Sun Sep 11 23:17:53 2016 +0200 Commit: Markus Teich CommitDate: Fri Sep 23 18:54:56 2016 +0200 Stop using $USER for shadow entries This was extremely bad

[hackers] [slock] Remove cleanup and deglobalize and rework data structures || FRIGN

2016-09-23 Thread git
commit b00f444a4ea0d9ffa5cd7dcda71c97cdf05d322e Author: FRIGN AuthorDate: Sun Sep 11 23:08:19 2016 +0200 Commit: Markus Teich CommitDate: Fri Sep 23 18:39:01 2016 +0200 Remove cleanup and deglobalize and rework data structures The

[hackers] [slock] Rename getpw() and pws to gethash() and hash || FRIGN

2016-09-23 Thread git
commit 9a617db716641da8489e2062e04098220954bffe Author: FRIGN AuthorDate: Sun Sep 11 23:10:57 2016 +0200 Commit: Markus Teich CommitDate: Fri Sep 23 18:51:40 2016 +0200 Rename getpw() and pws to gethash() and hash diff --git a/slock.c

Re: [hackers] [surf/surf-webkit2] Add support for loading Webkit extensions || Quentin Rameau

2016-09-23 Thread Hiltjo Posthuma
On Thu, Sep 22, 2016 at 10:22:14AM +0200, g...@suckless.org wrote: > commit da5290a41aac4eabef83f6b88039f44d28b0ea00 > Author: Quentin Rameau > AuthorDate: Mon Nov 23 22:12:00 2015 +0100 > Commit: Quentin Rameau > CommitDate: Thu Sep 22 10:21:31 2016

Re: [hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread Dimitris Papastamos
Applied the patch, thanks! (BTW commit message is too bloated).

[hackers] [sinit] Use switch for fork() || FRIGN

2016-09-23 Thread git
commit 731f65fc82afcd474f4c682f9f0069e5c80c86dd Author: FRIGN AuthorDate: Fri Sep 23 09:37:59 2016 +0200 Commit: sin CommitDate: Fri Sep 23 09:33:22 2016 +0100 Use switch for fork() This saves us one local variable and 2 lines of code, while

Re: [hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread Silvan Jegen
On Fri, Sep 23, 2016 at 9:48 AM, FRIGN wrote: > To be precise, I think this can be considered the first patch of this > year's slcon3 hacking sessions. ;) Haha, so early... I will be arriving around 21h tonight. I assume that there will be more time for coding on Sunday as well!

[hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread FRIGN
Hello fellow hackers, I spotted this small detail this morning and applied this change. It is always a good thing in my opinion to be able to carve off an unnecessary local variable. To be precise, I think this can be considered the first patch of this year's slcon3 hacking sessions. ;) With