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