summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* build: Reduce build systems to just top level waf and autoconfAndrew Bartlett2011-10-071-7/+6
* lib/util: consolidate module loadingAndrew Bartlett2011-10-062-32/+36
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-062-4/+4
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-062-3/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-062-14/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-063-0/+314
* lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+7
* net: Don't register link local addresses with DNSKai Blin2011-09-242-0/+24
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-233-3/+3
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-232-0/+127
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-1/+3
* lib/util/charset: the comparsion must be against our charset modulesAndrew Bartlett2011-09-101-2/+2
* lib/util/charset Use name of ISO-8859-1 that matches our internal implementationAndrew Bartlett2011-09-101-44/+44
* lib/util/charset: Improve toture assertions in iconv testAndrew Bartlett2011-09-101-1/+14
* lib/util/charset Run charset sets with and without the system iconvAndrew Bartlett2011-09-103-14/+28
* lib/util/charset: add back loading of charset modulesAndrew Bartlett2011-09-102-34/+64
* lib: added base64_decode_data_blob_talloc()Andrew Tridgell2011-09-082-2/+19
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-011-1/+0
* wafsamba: Require public libraries to have a pc file specified, or explicitly...Jelmer Vernooij2011-08-211-1/+2
* util: add function to extend anonymous shared memorySimo Sorce2011-08-142-0/+65
* lib-util: Make create_unlink_tmp argument optionalSimo Sorce2011-08-101-1/+6
* lib-util: Make useful function a common utility.Simo Sorce2011-08-102-0/+37
* libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not definedSimo Sorce2011-08-101-5/+11
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+2
* libsamba-util: Build in libbitmap.Jelmer Vernooij2011-07-261-8/+1
* charset: Make name lowercase everywhere.Jelmer Vernooij2011-07-232-6/+6
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-202-0/+7
* lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILEAndrew Bartlett2011-07-201-1/+1
* Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys...Jeremy Allison2011-07-192-0/+12
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-193-43/+1
* lib/util/attr: add _UNUSED_ marcoStefan Metzmacher2011-07-141-2/+7
* s4-fault: changed to use %d for PID, instead of %PID%Andrew Tridgell2011-07-131-1/+1
* s3-param use common struct parmlist_entry to hold parametric optionsAndrew Bartlett2011-07-081-0/+1
* lib/util Move bitmap.c to lib/utilAndrew Bartlett2011-07-083-1/+176
* s3:libsmb: remove unused clistr_push_fn()Stefan Metzmacher2011-07-071-6/+0
* s3:libsmb: remove unused clistr_pull_fn()Stefan Metzmacher2011-07-071-6/+0
* libcli/smb move enum protocol_types to a common headerAndrew Bartlett2011-07-062-15/+1
* S3: Fix some nonempty blank linesVolker Lendecke2011-07-031-3/+3
* lib/util/string_wrappers: move everything into one HAVE_COMPILER_WILL_OPTIMIZ...Stefan Metzmacher2011-06-301-18/+8
* lib: Allow NULL converted_size in convert_string_tallocVolker Lendecke2011-06-241-2/+6
* lib/util/charset: Remove autodetection of charset from LOCALEAndrew Bartlett2011-06-231-31/+0
* lib/util/charset: Remove 'display charset'Andrew Bartlett2011-06-235-103/+61
* lib/util: Restore CH_UNIX as source charset for d_printf()Andrew Bartlett2011-06-211-1/+1
* lib/util Remove display_cd from d_printf()Andrew Bartlett2011-06-211-7/+0
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-44/+12
* lib/util: allow parmlist.c to compile under s3 includes.hAndrew Bartlett2011-06-211-0/+2
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-213-26/+25