summaryrefslogtreecommitdiffstats
path: root/source4/lib/util.c
Commit message (Expand)AuthorAgeFilesLines
* r9791: r11611@blu: tridge | 2005-08-30 21:48:22 +1000Andrew Tridgell2007-10-101-1/+1
* r8703: cope with null string in interpret_addr()Andrew Tridgell2007-10-101-1/+1
* r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell2007-10-101-0/+5
* r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell2007-10-101-1/+7
* r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2007-10-101-1/+2
* r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell2007-10-101-56/+0
* r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell2007-10-101-4/+2
* r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell2007-10-101-17/+14
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5297: ensure pstring is not in the generated prototypesAndrew Tridgell2007-10-101-1/+1
* r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett2007-10-101-0/+15
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-25/+0
* r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell2007-10-101-0/+17
* r3965: fix compiler warningsStefan Metzmacher2007-10-101-3/+1
* r3581: fix some signedness warnings with gcc-4.0Stefan Metzmacher2007-10-101-2/+1
* r3494: got rid of include/rewrite.h, and split out the dynconfig.h headerAndrew Tridgell2007-10-101-0/+1
* 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