summaryrefslogtreecommitdiff
path: root/source4/lib/util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-0/+17
2007-10-10r12487: Remove obsolete functionJelmer Vernooij1-24/+0
2007-10-10r12286: handle absolute path and url in lock_path() as in private_path()Stefan Metzmacher1-0/+6
2007-10-10r12285: move the smbd.tmp into piddir, --with-fhs piddir is differentStefan Metzmacher1-1/+24
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-19/+1
2007-10-10r10315: Remove use of fstring and pstring in dynconfig.cJelmer Vernooij1-12/+0
2007-10-10r9791: r11611@blu: tridge | 2005-08-30 21:48:22 +1000Andrew Tridgell1-1/+1
2007-10-10r8703: cope with null string in interpret_addr()Andrew Tridgell1-1/+1
2007-10-10r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell1-0/+5
2007-10-10r7912: make private_path() recognise a non-relative filename, so we can haveAndrew Tridgell1-1/+7
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij1-1/+2
2007-10-10r7597: removed the bogus get_myfullname() and get_mydomname() calls, and putAndrew Tridgell1-56/+0
2007-10-10r5308: trimmed back a lot of the old macros from smb_macros.hAndrew Tridgell1-4/+2
2007-10-10r5302: fixed a compilation problem on solaris caused by the recent includeAndrew Tridgell1-17/+14
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5297: ensure pstring is not in the generated prototypesAndrew Tridgell1-1/+1
2007-10-10r4682: A LDB-based secrets implementation in Samba4.Andrew Bartlett1-0/+15
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell1-25/+0
2007-10-10r4052: fixed a bunch of code to use the type safe _p allocation macrosAndrew Tridgell1-0/+17
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