summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2009-01-191-8/+26
* s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-192-0/+17
* Remove unused tdb_search_keys()Volker Lendecke2009-01-191-68/+0
* simplify gencache_iterate a bit, fix nonempty blank linesVolker Lendecke2009-01-191-86/+84
* libnetapi_open_pipe does not need to return cli_stateVolker Lendecke2009-01-1810-246/+12
* Add a macro async_req_setup()Volker Lendecke2009-01-185-91/+47
* "First thing, kill all the language lawyers" :-). Ensure possible insane comp...Jeremy Allison2009-01-161-1/+1
* s3:cluster: fix ctdb ipv6 supportStefan Metzmacher2009-01-161-10/+20
* Allow reinit_after_fork to be called safely from within swat and other binari...Jeremy Allison2009-01-151-10/+14
* s3-util: for convenience, provide format comments in tdb_unpack().Günther Deschner2009-01-161-7/+7
* s3: make better use of ccache by not including version.h in every C-file.Michael Adam2009-01-154-4/+4
* Fix bug #6040 - Calling Samba print server with an aliased DNS-name fails.Jeremy Allison2009-01-151-4/+5
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-1/+2
* Fix build of netapi.Jeremy Allison2009-01-141-1/+2
* Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison2009-01-131-4/+12
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.cSteven Danneman2009-01-122-14/+66
* Even for srclen == 0 we have to return somethingVolker Lendecke2009-01-121-0/+6
* s3:events: debug sys_select() errorsStefan Metzmacher2009-01-091-0/+3
* s3:events: install a tevent debug handler that calls DEBUG()Stefan Metzmacher2009-01-091-1/+42
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-081-1/+1
* Several fixes to our use of spliceVolker Lendecke2009-01-071-4/+6
* s3-samr: avoid all init_samr_user* functions.Günther Deschner2009-01-061-29/+35
* s3:events: use more tevent_common_* functionsStefan Metzmacher2009-01-051-158/+6
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-055-201/+186
|\
| * s3:events: register as tevent backendStefan Metzmacher2009-01-051-137/+172
| * s3:events: get rid of the stupid set_event_dispatch_time() functionStefan Metzmacher2009-01-051-16/+0
| * s3:events: get rid of the stupid cancel_named_event() functionStefan Metzmacher2009-01-051-16/+0
| * s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher2009-01-054-19/+17
| * s3:events: remove unused stuffStefan Metzmacher2009-01-051-25/+0
| * clean event context after child is forked.Bo Yang2009-01-052-0/+9
* | Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-0410-226/+1925
|\|
| * Remove a duplicated commentVolker Lendecke2009-01-041-4/+0
| * Add open_socket_out_defer_send/recvVolker Lendecke2009-01-041-0/+111
| * Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-56/+168
| * 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