summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-1/+10
* | add Tru64 sub-second resolution timestamp supportBjörn Jacke2009-01-291-0/+24
|/
* Fix the build on "opi"Volker Lendecke2009-01-292-2/+3
* add missing semicolonsBjörn Jacke2009-01-291-6/+6
* setting mtime setted atime on BSD systems, fix thisBjörn Jacke2009-01-291-2/+2
* add AIX sub-second resolution timestamp supportBjörn Jacke2009-01-291-0/+24
* s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher2009-01-291-10/+40
* Avoid valgrind errorsVolker Lendecke2009-01-281-35/+13
* async_sock: Move to top levelKai Blin2009-01-281-693/+0
* s3:tdb_validate: clean up leading tabs/spaces and trailing spaces.Michael Adam2009-01-281-28/+28
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-283-484/+580
* This change allows for the autoconfigre detection of sub-second time resoluti...todd stecher2009-01-231-0/+12
* s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...Tim Prouty2009-01-231-5/+8
* async_req: Move to top level dirKai Blin2009-01-231-340/+0
* s3:messages: finally make message_dispatch() staticStefan Metzmacher2009-01-221-1/+2
* s3:messaging: start with to use signal events instead of the raw signal inter...Stefan Metzmacher2009-01-221-37/+65
* s3:events: always run_events() before sys_select()Stefan Metzmacher2009-01-221-5/+4
* Actually complete 3662c2b...Volker Lendecke2009-01-221-2/+1
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-11/+15
* libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam2009-01-216-1428/+0
* s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2009-01-212-4/+4
* 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