Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | lib/util Rename load_samba_modules -> samba_modules_load | Andrew Bartlett | 2 | -2/+2 |
2011-10-28 | lib/util Rename run_init_functions -> samba_init_module_fns_run | Andrew Bartlett | 2 | -2/+2 |
2011-10-28 | lib/util Rename init_module_fn to samba_init_module_fn | Andrew Bartlett | 2 | -14/+14 |
2011-10-27 | Include uid_wrapper correctly. | Andreas Schneider | 2 | -18/+1 |
2011-10-24 | lib/util/charset Remove unused header smb_common.h | Andrew Bartlett | 1 | -1/+0 |
2011-10-22 | lib/util: remove the "includes.h" dependeny from xfile.c | Stefan Metzmacher | 1 | -5/+2 |
2011-10-22 | lib/util: remove the "includes.h" dependeny from util_file.c | Stefan Metzmacher | 1 | -5/+4 |
2011-10-18 | lib/util: skip single hex digit at the end of the input sting - fix potential... | Michael Adam | 1 | -1/+2 |
2011-10-18 | lib/util: fix function header comment to strhex_to_str() | Michael Adam | 1 | -9/+8 |
2011-10-18 | lib/util: untangle assignent from check in strhex_to_str() | Michael Adam | 1 | -2/+6 |
2011-10-14 | Fix const warnings. | Jeremy Allison | 1 | -4/+4 |
2011-10-13 | lib/util: Add back control of mmap and hash size in tdb for top level build | Andrew Bartlett | 3 | -15/+13 |
2011-10-12 | s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by value | Gregor Beck | 1 | -1/+1 |
2011-10-07 | build: Reduce build systems to just top level waf and autoconf | Andrew Bartlett | 1 | -7/+6 |
2011-10-06 | lib/util: consolidate module loading | Andrew Bartlett | 2 | -32/+36 |
2011-10-06 | modules: standardise on samba_init_module as the hook symbol to resolve | Andrew Bartlett | 2 | -4/+4 |
2011-10-06 | lib/util: Use only init_module_fn typedef in module loading | Andrew Bartlett | 2 | -3/+2 |
2011-10-06 | lib/util: Remove unused module loading functions | Andrew Bartlett | 2 | -14/+2 |
2011-10-06 | lib/util: consolidate module loading into common code | Andrew Bartlett | 3 | -0/+314 |
2011-10-04 | lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10) | Stefan Metzmacher | 1 | -0/+7 |
2011-09-24 | net: Don't register link local addresses with DNS | Kai Blin | 2 | -0/+24 |
2011-09-23 | build: Fix waf build on MacOS X | Andrew Bartlett | 1 | -1/+1 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 3 | -3/+3 |
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 2 | -0/+127 |
2011-09-20 | lib/util/charset: remove charset module loading | Andrew Bartlett | 9 | -172/+105 |
2011-09-20 | lib/util/charcnv: Remove broken internal CP850 and CP464 modules | Andrew Bartlett | 4 | -364/+0 |
2011-09-14 | tdb_compat: adapt to tdb2 API change. | Rusty Russell | 1 | -1/+3 |
2011-09-10 | lib/util/charset: the comparsion must be against our charset modules | Andrew Bartlett | 1 | -2/+2 |
2011-09-10 | lib/util/charset Use name of ISO-8859-1 that matches our internal implementation | Andrew Bartlett | 1 | -44/+44 |
2011-09-10 | lib/util/charset: Improve toture assertions in iconv test | Andrew Bartlett | 1 | -1/+14 |
2011-09-10 | lib/util/charset Run charset sets with and without the system iconv | Andrew Bartlett | 3 | -14/+28 |
2011-09-10 | lib/util/charset: add back loading of charset modules | Andrew Bartlett | 2 | -34/+64 |
2011-09-08 | lib: added base64_decode_data_blob_talloc() | Andrew Tridgell | 2 | -2/+19 |
2011-09-01 | Fix bug 8433, segfault in iconv.c | Volker Lendecke | 1 | -1/+0 |
2011-08-21 | wafsamba: Require public libraries to have a pc file specified, or explicitly... | Jelmer Vernooij | 1 | -1/+2 |
2011-08-14 | util: add function to extend anonymous shared memory | Simo Sorce | 2 | -0/+65 |
2011-08-10 | lib-util: Make create_unlink_tmp argument optional | Simo Sorce | 1 | -1/+6 |
2011-08-10 | lib-util: Make useful function a common utility. | Simo Sorce | 2 | -0/+37 |
2011-08-10 | libutil: use AI_ADDRCONFIG only when AI_NUMERIC is not defined | Simo Sorce | 1 | -5/+11 |
2011-08-08 | build: provide tevent-util as a public library | Andrew Bartlett | 1 | -1/+2 |
2011-07-26 | libsamba-util: Build in libbitmap. | Jelmer Vernooij | 1 | -8/+1 |
2011-07-23 | charset: Make name lowercase everywhere. | Jelmer Vernooij | 2 | -6/+6 |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 2 | -0/+7 |
2011-07-20 | lib/util Change debug priority order: DEBUG_STDOUT now overrides DEBUG_FILE | Andrew Bartlett | 1 | -1/+1 |
2011-07-19 | Second part of fix for bug 8310 - toupper_ascii() is broken on big-endian sys... | Jeremy Allison | 2 | -0/+12 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 3 | -43/+1 |
2011-07-14 | lib/util/attr: add _UNUSED_ marco | Stefan Metzmacher | 1 | -2/+7 |
2011-07-13 | s4-fault: changed to use %d for PID, instead of %PID% | Andrew Tridgell | 1 | -1/+1 |
2011-07-08 | s3-param use common struct parmlist_entry to hold parametric options | Andrew Bartlett | 1 | -0/+1 |
2011-07-08 | lib/util Move bitmap.c to lib/util | Andrew Bartlett | 3 | -1/+176 |