Solar Designer

Results 196 issues of Solar Designer

We have: ```c static inline unsigned int p_is_ed_task(struct task_struct *p_task) { return p_task->mm && !is_global_init(p_task); } ``` which we use in our hook of `wake_up_new_task` not to insert/update kernel threads...

enhancement
review/discussion

Right now we have a per-shadow-task `off` flag(*), which we set when the kernel is about to make changes to the task's credentials, and reset after those changes are complete....

enhancement

Building yescrypt on Alpine Linux requires `apk add linux-headers` for our `#include /* for MAP_HUGE_2MB */`. That's rather unfortunate. It got me thinking of defining `MAP_HUGE_2MB` ourselves, but then we'd...

enhancement

https://phpseclib.com/docs/rsa-keys ``` Sample RSA Keys All keys are the same 512-bit key encoded differently. Encrypted keys use demo as the key. ```

This has many changes that I worked on during two weeks. I had many different revisions (dead-end branches) of these, and I finally feel this is ready. Most notably, this...

After #47, our default policy nevertheless accepts 1657 somewhat-common passwords from JtR `password.lst` (~0.1%), and 30040 from JtR default wordlist+rules run's first 10M unique candidates (~0.3%). We could simply put...

enhancement