summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-07-21tdb: remove 'EOF' print from tdbrestoreAndrew Tridgell1-1/+0
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2-9/+10
2011-07-21pyldb: add unit test for ldbDn.compare_baseMatthieu Patou1-0/+11
2011-07-21ldb-python: add a function to Dn object to compare the Dn with a base DNMatthieu Patou1-0/+17
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-13ldb: added ldb_val_string_cmp()Andrew Tridgell4-1/+272
2011-07-13ldb: don't return special DNs on non-base searchesAndrew Tridgell1-0/+5
2011-07-13ldb: don't shortcut dn comparison for mismatched special DNsAndrew Tridgell1-1/+1
2011-07-13ldb-tdb: Introduce a flag on ltdb_add_internal to indicate whether unique val...Matthieu Patou1-4/+11
2011-07-10socket_wrapper: make sure interfaces are in the valid range on bind()Stefan Metzmacher1-0/+5
2011-07-09tevent: change version to 0.9.13 after adding tevent_req_defer_callback()Stefan Metzmacher2-1/+76
2011-07-09tevent: add tevent_req_defer_callback()Stefan Metzmacher3-0/+60
2011-07-09tevent: fix comments for tevent_req_post()Stefan Metzmacher1-2/+2
2011-07-08lib/param: Merge struct loadparm_service into commonAndrew Bartlett4-16/+160
2011-07-08s3-param use common struct parmlist_entry to hold parametric optionsAndrew Bartlett2-1/+3
2011-07-08param: Move per-share parameters into a seperate file, to share with s3Andrew Bartlett2-0/+36
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-06ccan/tally: don't use SIZE_MAX.Rusty Russell1-2/+2
2011-07-06libcli/smb move enum protocol_types to a common headerAndrew Bartlett2-15/+1
2011-07-05ldb: set -Wl,-no-undefined only on standalone buildAndrew Bartlett1-5/+5
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett149-0/+49340
2011-07-05ccan: fix configure tests for __builtin_clz etc.Rusty Russell1-8/+8
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-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett1-0/+117
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/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