Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-13 | s4-fault: changed to use %d for PID, instead of %PID% | Andrew Tridgell | 1 | -1/+1 | |
this matches the s3 behaviour Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-05-04 | Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1. | Jeremy Allison | 1 | -1/+1 | |
2011-03-23 | fault: get fault.c ready for use by s4 | Andrew Tridgell | 1 | -293/+67 | |
this moves the s3 specific dumpcore code into source3/lib/dumpcore.c, and uses a function pointer to setup which smb_panic call to use | |||||
2011-03-23 | fault: moved s3 fault.c to top level | Andrew Tridgell | 1 | -0/+380 | |
2011-03-23 | fault: rename fault.c to fault_s4.c | Andrew Tridgell | 1 | -236/+0 | |
this is in preparation for merging the s3 fault code into common | |||||
2011-03-10 | lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_t | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
The function "backtrace" returns an "int". | |||||
2010-12-21 | s4-dns: disable segfault handling in dlz_bind9 | Andrew Tridgell | 1 | -2/+12 | |
we don't want bind9 calling the Samba segv handler | |||||
2010-12-06 | lib/util/fault.c - fix "pid_t" printf warning on Solaris | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
According to "http://www.ibm.com/developerworks/linux/library/l-solar/" it's generally a 32bit "int" - therefore this cast should fit. | |||||
2010-02-23 | libutil: Remove obsolete signal type cast. | Andreas Schneider | 1 | -5/+5 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+226 | |
Conflicts: source4/Makefile |