summaryrefslogtreecommitdiffstats
path: root/lib/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-212-2/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-202-6/+6
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-5/+28
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-202-12/+12
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-3/+3
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-204-6/+4
* talloc: added talloc_stackframe_exists()Andrew Tridgell2011-06-172-0/+25
* s3-param Remove 'time offset' from smb.confAndrew Bartlett2011-06-113-24/+1
* lib/util/wrap_xattr.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* lib/util/util_tdb.h: fix licence/copyrightGünther Deschner2011-06-101-0/+21
* lib/util/util_ldb.h: fix licence/copyrightGünther Deschner2011-06-101-0/+23
* lib/util/time.h: fix licence/copyrightGünther Deschner2011-06-101-1/+6
* lib/util/data_blob.h: fix licence/copyrightGünther Deschner2011-06-101-1/+4
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-1/+6
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-093-1/+40
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-063-1/+90
* util-net: added is_ipaddress_v6()Andrew Tridgell2011-06-062-3/+13
* ipv6: always try to convert as a numeric address firstAndrew Tridgell2011-06-061-0/+9
* Fix warning messages on Freebsd 4.6.2.Herb Lewis2011-06-021-0/+2
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-012-0/+14
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-012-0/+14
* lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett2011-05-312-0/+41
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-252-4/+4
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-05-241-0/+9
* lib/util Add Volker's asn1_Integer test into code that runs in 'make test'Andrew Bartlett2011-05-241-0/+94
* lib/util/charset: Remove unused strcasecmp_w and strncasecmp_wAndrew Bartlett2011-05-181-32/+0
* lib/util/charset use talloc_stackframe() rather than talloc_tos()Andrew Bartlett2011-05-181-12/+12