summaryrefslogtreecommitdiff
path: root/source4/lib/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04* added a debug thread id hook from jim myersAndrew Tridgell1-0/+8
* change to select() from sys_select() in events.c, as sys_select() is not thread safe. We need a new unified signal handling scheme for Samba4, but for now just use select() (This used to be commit 126fcd4a76ac029ee4f662ed41b84c791406c324)
2003-08-14client/client.c - cannot initialize struct with non-const valuesHerb Lewis1-2/+2
include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+157
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)