summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * async libwbclient infrastructureVolker Lendecke2009-01-041-0/+774
| * Remove wb_trans_send/recvVolker Lendecke2009-01-041-143/+0
| * Move winbindd/winbindd_reqtrans.c to lib/wb_reqtrans.cVolker Lendecke2009-01-041-0/+685
| * Convert async_connect to "normal" styleVolker Lendecke2009-01-041-101/+113
| * Actually do a non-blocking connect.... :-)Volker Lendecke2009-01-041-1/+1
| * Add an async queueing mechanismVolker Lendecke2009-01-041-0/+78
| * Add async timeout helpersVolker Lendecke2009-01-041-0/+42
| * open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-9/+3
| * Fix retval of async_syscall_result_intVolker Lendecke2009-01-031-1/+1
| * struct async_req doesn't really need to carry an event_contextVolker Lendecke2009-01-032-9/+10
| * Replace some SMB_ASSERTs with NT_STATUS_INTERNAL_ERRORVolker Lendecke2009-01-021-7/+28
| * Optimize for the common case that packet.c received exactly one full packetVolker Lendecke2009-01-021-8/+14
| * packet.h API: The callback is now responsible to talloc_free() "buf"Volker Lendecke2009-01-022-35/+46
| * Fix bug 5913.Volker Lendecke2009-01-011-1/+1
| * Remove two pointless globalsVolker Lendecke2009-01-012-13/+12
* | Add iconv_convenience argument to size functions.Jelmer Vernooij2009-01-014-8/+8
|/
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-4/+30
* Disable the use of splice(2)Volker Lendecke2008-12-311-1/+1
* Try to fix recvfile using splice on LinuxVolker Lendecke2008-12-311-21/+36
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+2
* Remove unused function parent_dirnameVolker Lendecke2008-12-311-13/+0
* Make use of TALLOC_MEMDUP in parent_dirname_talloc()Volker Lendecke2008-12-311-2/+1
* Remove unused function get_numlist()Volker Lendecke2008-12-311-51/+0
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2008-12-301-7/+19
* Add code to test write_data_iov a bitVolker Lendecke2008-12-291-0/+11
* Make write_data use write_data_iovVolker Lendecke2008-12-291-24/+24
* Add write_data_iovVolker Lendecke2008-12-291-0/+69
* Add sys_writevVolker Lendecke2008-12-291-0/+14
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2008-12-291-2/+2
* Make sure share_info.tdb is open before attempting to delete an entrySteven Danneman2008-12-281-2/+6
* Fix use of "time offset" parameter, and add test to make sure I don't break i...Jelmer Vernooij2008-12-231-2/+0
* Move some bytes from data to text, make use of the ARRAY_SIZE macroVolker Lendecke2008-12-191-2/+2
* s3: Use DEBUGADD instead of DEBUG to avoid printing the headerDan Sledz2008-12-151-2/+3
* Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke2008-12-142-83/+119
* Move 128 bytes from the data to the text segmentVolker Lendecke2008-12-141-1/+1
* Remove a pointless static variableVolker Lendecke2008-12-141-1/+1
* s3: Refactor getting sec_info from a security_descriptor into separate functionTim Prouty2008-12-091-0/+27
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-082-10/+25
* Streamline the async_sock API a bitVolker Lendecke2008-12-081-33/+36
* Fix logging to syslogDan Sledz2008-12-051-1/+1
* Fix bug #5928 - Option --version in testparm does not work.Tomasz Krasuski2008-12-051-1/+1
* s3-samr: fix SAMR_FIELD_PASSWORD callers.Günther Deschner2008-12-051-1/+1
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-032-11/+11
* Move cli_trans_oob to lib/util.cVolker Lendecke2008-11-281-0/+19
* Attempt to fix the buildVolker Lendecke2008-11-151-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-142-3/+13
* Actually finish memcache_add_tallocVolker Lendecke2008-11-141-1/+36
* Rename some variables in getpwnam_alloc() for clarityVolker Lendecke2008-11-141-11/+12
* sys_pwnam doesn't return talloced memory, so don't mix up the returned struct.Volker Lendecke2008-11-141-4/+1
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-0/+3