Remove some debugging output. |
|
More...
|
almost 9 years ago
|
Fix a typo and add a comment. |
|
More...
|
almost 9 years ago
|
First pass at having proper exceptions. Not sure this is doing it the right way. |
|
More...
|
almost 9 years ago
|
getaddrinfo doesn't return -1, you silly ninny. |
|
More...
|
almost 9 years ago
|
Oops, master.passwd and passwd have different layouts. Silly NIS! |
|
More...
|
almost 9 years ago
|
Jakub told me how to make a pwd object, and I can use that to make a grp object as well it turns out, so yay! Reduced code! |
|
More...
|
almost 9 years ago
|
Some cleanup (thanks William for suggsting b''!), and fix getgrent. |
|
More...
|
almost 9 years ago
|
When I said everything, I meant everything you <elided>. |
|
More...
|
almost 9 years ago
|
Everything needs to be bytes! |
|
More...
|
almost 9 years ago
|
Actually expose closefrom |
|
More...
|
almost 9 years ago
|
Expose closefrom(2). |
|
More...
|
almost 9 years ago
|
UPDATED: finished de-GIL of py-bsd |
|
More...
|
almost 9 years ago
|
Changes by Jakub to eliminate some of the stupid code, and then make it work. |
|
More...
|
almost 9 years ago
|
Get getpwnam / getpwuid to work. Maybe getgrnam / getgrid for all I know. |
|
More...
|
almost 9 years ago
|
More stupidisms. Also hey there's a way to construct a passwd instance, yay. |
|
More...
|
almost 9 years ago
|
Fix path encoding. |
|
More...
|
almost 9 years ago
|
cython doesn't seem to know what to do with NULL/None. Alas. |
|
More...
|
almost 9 years ago
|
De-GIL parts of py-bsd. |
|
More...
|
almost 9 years ago
|
Operator precedence is important. |
|
More...
|
almost 9 years ago
|
Run sysctl() without GIL. |
|
More...
|
almost 9 years ago
|
Add nogil clauses and stuff per Jakub. |
|
More...
|
almost 9 years ago
|
Initial merge of NIS bindings for python. |
|
More...
|
almost 9 years ago
|
Handle NULL returned from procstat_getfiles() by raising an OSError. |
|
More...
|
almost 9 years ago
|
Escape UTF-8 surrogates in file paths (fixes rollbar #231) |
|
More...
|
almost 9 years ago
|
Properly handle 64-bit integer sysctl writes. |
|
More...
|
almost 9 years ago
|
Store integer sysctl value as unsigned int. |
|
More...
|
almost 9 years ago
|
Fix acl.entries eating the first entry during iteration. |
|
More...
|
almost 9 years ago
|
Don't use kqueue and EVFILT_USER. It makes gevent angry. Replace it with good ol' self-pipe trick. |
|
More...
|
almost 9 years ago
|
Strings returned from sysctlbyname() are not null-terminated. |
|
More...
|
almost 9 years ago
|
Expose opencore() at the module level. |
|
More...
|
about 9 years ago
|