0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add wrapper for fnmatch(3). More... over 8 years ago
Merge pull request #6 from freenas/FIX-20739 More... over 8 years ago
Fix a typo. More... over 8 years ago
Move the shutil.copystat() to the right nesting level. More... over 8 years ago
Merge pull request #5 from freenas/sef-fix-copytree More... over 8 years ago
When I added the code for sparse copies, I didn't continue the ability to do copytree("/path/to/src/file", "/path/to/destination/dir"). Hopefully this fixes it. More... over 8 years ago
Merge pull request #4 from freenas/FIX-20371 More... over 8 years ago
Add a FormField class to better encapsulate the description of a form field. More... over 8 years ago
Some more progress. Still experimental, as I expect to do a major refactoring of class and interface at some point. libdialog is still awful. More... over 8 years ago
stdio is already cythonized. More... over 8 years ago
Initial commit of code to use libdialog. More... over 8 years ago
Fix memory leak More... over 8 years ago
Fix typo More... over 8 years ago
Export some LOG_* constants from sys/syslog.h More... over 8 years ago
Add some sparse file support to copytree. This only copies holes that already exist, it doesn't attempt to find holes by looking for sequences of NULs. More... over 8 years ago
Add definition of ACL_ENTRY_INHERITED. More... over 8 years ago
Encode unmount directory to bytes. More... over 8 years ago
ADDED: `error_cb` and `exclude` params to `copytree()` More... over 8 years ago
FIXED: convert tabs to spaces + a bit of PEP8 More... over 8 years ago
Empty argv is not an error. More... over 8 years ago
Encode process title to string. More... over 8 years ago
Implement setproctitle() to replace crappy third-party python libraries. More... over 8 years ago
Empty process environment is not an error. More... over 8 years ago
Remove code which was printing on stdout. More... over 8 years ago
Merge pull request #3 from freenas/sef-improved-nis-domain-checking More... over 8 years ago
Related to ea5e66427aac4a7b38f7eea6d0308cba4cb5f41e, check for the domain name being known (using YPPROC_MAPLIST, there may be a better one to use) at time of binding. More... over 8 years ago
Merge pull request #2 from freenas/FIX-19095 More... over 8 years ago
Handle complaints from the remote end better (which is to say, stop segfaulting).
Sean Eric Fagan
as User Sef
More... over 8 years ago
Fix typecasts More... almost 9 years ago
Fix memory leaks in bsd.acl module. More... almost 9 years ago