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