summaryrefslogtreecommitdiffstats
path: root/source/lib/fault.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22320: Be more careful and check for the euid instead of the uid.Lars Müller2007-04-171-1/+1
| | | | Thx for the hint James!
* r22318: If we're running as non root we might not be able to dump the core fileLars Müller2007-04-171-0/+7
| | | | | | | | | | | | | | to the corepath. Even the chdir() will fail if the LOGFILEBASE path is set 0700. If the currrent user doesn't have the permission to create the core file we end with: unable to change to <LOGFILEBASE> refusing to dump core The alternative would be to change the permissions of the directory. But taht would not ensure core dumps are working out of the box.
* r22107: Fix typo.James Peach2007-04-061-1/+1
|
* r19798: reducing some diffs...bringing over ntlm_auth changesGerald Carter2006-11-191-1/+6
|
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+9
|
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2006-04-041-2/+95
| | | | | | | | | | | | | | | | | is produced when a process exits abnormally. First, we coalesce the core dumping code so that we greatly improve our odds of being able to produce a core file, even in the case of a memory fault. I've removed duplicates of dump_core() and split it in two to reduce the amount of work needed to actually do the dump. Second, we refactor the exit_server code path to always log an explanation and a stack trace. My goal is to always produce enough log information for us to be able to explain any server exit, though there is a risk that this could produce too much log information on a flaky network. Finally, smbcontrol has gained a smbd fault injection operation to test the changes above. This is only enabled for developer builds.
* r9353: Updating troublshooting error message.John Terpstra2005-08-171-1/+2
|
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+83
metze