summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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/ccan/tally.h: update for FreeBSD compile.Rusty Russell7-2/+8
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
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett2-2/+1
2011-06-20Use tevent_req_oomVolker Lendecke1-3/+3
2011-06-20tevent: change version to 0.9.12Volker Lendecke2-1/+75
2011-06-20tevent: Add tevent_req_oomVolker Lendecke2-1/+20
2011-06-20tdb_compat: respect TDB_NO_FSYNC environment variable for tdb2.Rusty Russell1-0/+6
2011-06-20tdb2: tie it into build process if --enable-tdb2-breaks-compatRusty Russell3-2/+116
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2-22/+55
2011-06-20tdb2: python wrapperRusty Russell1-0/+574
2011-06-20tdb2: minor changes to SAMBIFY it.Rusty Russell3-4/+18
2011-06-20tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)Rusty Russell84-0/+26504
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell2-6/+6
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-5/+28
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell4-16/+16
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell1-1/+1
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-3/+3
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell5-7/+14
2011-06-20lib/tdb_compat: header for tdb1 vs tdb2.Rusty Russell3-0/+239
2011-06-20lib: import ccan modules for tdb2Rusty Russell129-0/+13867
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-17talloc: added talloc_stackframe_exists()Andrew Tridgell2-0/+25
2011-06-11s3-param Remove 'time offset' from smb.confAndrew Bartlett3-24/+1
2011-06-10lib/util/wrap_xattr.h: fix licence/copyrightGünther Deschner1-0/+21
2011-06-10lib/util/util_tdb.h: fix licence/copyrightGünther Deschner1-0/+21
2011-06-10lib/util/util_ldb.h: fix licence/copyrightGünther Deschner1-0/+23
2011-06-10lib/util/time.h: fix licence/copyrightGünther Deschner1-1/+6
2011-06-10lib/util/data_blob.h: fix licence/copyrightGünther Deschner1-1/+4
2011-06-09server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett1-1/+6
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett3-1/+40
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett1-1/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett4-6/+6
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett4-13/+13
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2-2/+2
2011-06-08tdb: enable VALGRIND to remove valgrind noise.Rusty Russell1-35/+0
2011-06-06Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison1-6/+32
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett3-1/+90
2011-06-06util-net: added is_ipaddress_v6()Andrew Tridgell2-3/+13
2011-06-06ipv6: always try to convert as a numeric address firstAndrew Tridgell1-0/+9
2011-06-03Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison1-1/+13
2011-06-02Fix warning messages on Freebsd 4.6.2.Herb Lewis1-0/+2
2011-06-02lib/tdb/python/tests/simple.py: don't assume TDB ordering.Rusty Russell1-1/+3
2011-06-01lib/tevent/tevent.h: minor documentation fix.Rusty Russell1-3/+3
2011-06-01lib/util/time.c: timeval_current_ofs_usecRusty Russell2-0/+14