summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam2009-01-211-20/+20
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam2009-01-211-5/+6
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam2009-01-211-1/+1
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam2009-01-211-5/+5
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam2009-01-211-2/+2
* s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam2009-01-211-2/+2
* s3:libsmbconf: remove the init headers from smbconf.hMichael Adam2009-01-215-19/+100
* s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2009-01-212-27/+0
* Fix warning; base dn is no longer const.Jelmer Vernooij2009-01-211-2/+2
* Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-219-86/+16
* Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-2110-53/+47
* "userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke2009-01-201-2/+1
* s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher2009-01-201-3/+11
* s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher2009-01-201-4/+4
* s3:events: add support for signal eventsStefan Metzmacher2009-01-201-0/+6
* 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