summaryrefslogtreecommitdiff
path: root/source4/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3965: fix compiler warningsStefan Metzmacher1-3/+1
2007-10-10r3581: fix some signedness warnings with gcc-4.0Stefan Metzmacher1-2/+1
2007-10-10r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell1-0/+1
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell1-4/+4
2007-10-10r3449: more include file reductionAndrew Tridgell1-0/+1
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-7/+8
2007-10-10r3441: some include file cleanups and general housekeepingAndrew Tridgell1-21/+21
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell1-1/+24
2007-10-10r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell1-6/+9
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell1-13/+11
2007-10-10r3004: removed some unused functionsAndrew Tridgell1-120/+0
2007-10-10r2900: rusty pointed out to me that discard_const() can be done via a macroAndrew Tridgell1-22/+0
2007-10-10r2783: got rid of the unused remote architecture detection codeAndrew Tridgell1-40/+0
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+5
2007-10-10r2632: a new approach to handling const errors. We have had huge numbers ofAndrew Tridgell1-0/+20
2007-10-10r2514: Remove unused funcions, and add static.Andrew Bartlett1-55/+1
2007-10-10r1596: Fix up copyrights.Jim McDonough1-1/+1
2007-10-10r1434: Merge this function in from Samba 3.0, but use a mem_ctx rather thanAndrew Bartlett1-0/+17
2007-10-10r1308: move smb_panic() to lib/fault.cStefan Metzmacher1-24/+0
2007-10-10r1291: rename struct smbsrv_context to smbsrv_connectionStefan Metzmacher1-1/+1
2007-10-10r1277: rename struct server_context to smbsrv_ontextStefan Metzmacher1-1/+1
2007-10-10r1163: Add const.Andrew Bartlett1-1/+1
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-1/+1
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-1/+1
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-1/+1
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-1/+1
2007-10-10r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher1-2/+2
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-6/+6
2004-02-18remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher1-31/+0
2003-12-13added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell1-0/+14
2003-11-26signed DCERPC over TCP now works !Andrew Tridgell1-0/+11
2003-11-24 * fixed byte order in epmapper parsingAndrew Tridgell1-1/+1
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+1000