summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-03-302-8/+12
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-03-303-0/+94
* lib/util/util_pw: temporary rename of getpwnam_alloc and getpwuid_alloc.Günther Deschner2011-03-301-2/+2
* debug: ignore debug_set_logfile() with a blank stringAndrew Tridgell2011-03-291-1/+5
* lib: removed a spurios declaration of 'logfile'Andrew Tridgell2011-03-291-1/+0
* tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke2011-03-271-1/+1
* s3: Fix Coverity ID 958: BAD_SIZEOFVolker Lendecke2011-03-271-1/+1
* charcnv: ensure convert_string_error doesn't conflict with s3 functionAndrew Tridgell2011-03-251-5/+5
* lib/util/charset rename iconv_convenience to iconv_handleAndrew Bartlett2011-03-256-79/+79
* charcnv: added convert_string_error()Andrew Tridgell2011-03-251-33/+57
* unistr: moved some UCS2 macros into util_unistrAndrew Tridgell2011-03-251-9/+0
* libcli: created smb_constants.hAndrew Tridgell2011-03-251-0/+1
* tdb: rename convert_string() to tdb_convert_string()Andrew Tridgell2011-03-251-5/+5
* lib: remove unused pieces of string_wrappers.hAndrew Tridgell2011-03-251-6/+0
* lib: move the string wrappers from source3/include to common lib/utilAndrew Tridgell2011-03-251-0/+132
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-245-46/+38
* charset: remove another allow_badcharcnv check Andrew Tridgell2011-03-241-3/+0
* async_rec/async_sock.c - add an additional "const"Matthias Dieter Wallnöfer2011-03-231-1/+2
* lib/util: Merge basic string length and comparison functionsAndrew Bartlett2011-03-235-343/+427
* charcnv: remove the automatic fail on allow_badcharcnv trueAndrew Tridgell2011-03-231-5/+0
* fault: fixed smb_panic() prototypesAndrew Tridgell2011-03-231-2/+0
* fault: moved fault.c into common libraryAndrew Tridgell2011-03-231-2/+2
* fault: switch s4 to use the common fault.cAndrew Tridgell2011-03-232-237/+1
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-232-299/+74
* fault: moved s3 fault.c to top levelAndrew Tridgell2011-03-231-0/+380
* fault: rename fault.c to fault_s4.cAndrew Tridgell2011-03-232-11/+11
* lib/replace/test: Add missing include for prototype.Jelmer Vernooij2011-03-191-0/+1
* lib/: Fix prototypes for functions.Jelmer Vernooij2011-03-192-3/+5
* libreplace: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-1/+8
* lib-util: put data_blob back in the public librarySimo Sorce2011-03-171-2/+2
* dcerpc: we do not need these as public headersSimo Sorce2011-03-161-1/+1
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-153-0/+3
* lib: fixed header pathsAndrew Tridgell2011-03-151-8/+8
* talloc: use <talloc.h> not "talloc.h"Andrew Tridgell2011-03-151-1/+1
* tdb: use public_headers to install header filesAndrew Tridgell2011-03-151-1/+1
* tdb: use system include style for system headersAndrew Tridgell2011-03-151-1/+1
* tevent: use public_headers for tevent.hAndrew Tridgell2011-03-151-1/+1
* talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell2011-03-151-2/+2
* lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer2011-03-101-1/+1
* tevent: change version to 0.9.11tevent-0.9.11Stefan Metzmacher2011-03-102-1/+74
* tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher2011-03-101-17/+6
* tevent: change tevent_fd->additional_flags to uint64_tStefan Metzmacher2011-03-101-1/+1
* socket_wrapper: fix handling of addr and addrlenStefan Metzmacher2011-03-091-4/+5
* tevent: Fixed tevent_wakeup_send code example.Andreas Schneider2011-03-091-1/+1
* lib/socket_wrapper: try to fix the build on solarisStefan Metzmacher2011-03-041-0/+13
* debug: fixed a valgrind errorAndrew Tridgell2011-03-041-1/+4
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-043-0/+31
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher2011-03-031-49/+17
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher2011-03-031-47/+66
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher2011-03-031-37/+18