summaryrefslogtreecommitdiffstats
path: root/source4/lib/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
| | | | (This used to be commit 558de54ec6432a4ae90aa14a585f32c6cd03ced2)
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+1
| | | | | | | Fix other 'const' warnings in the torture code. Andrew Bartlett (This used to be commit 5d39d7497f189da15d659b3f83b7314026040a15)
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 0e5517d937a2eb7cf707991d1c7498c1ab456095)
* * added a debug thread id hook from jim myersAndrew Tridgell2003-12-041-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)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-141-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)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+157
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)