summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* netapi: add NetServer testsuite.Günther Deschner2009-02-064-1/+69
* netapi: include more SERVER_INFO_X levels in example code.Günther Deschner2009-02-061-0/+16
* netapi: implement more SERVER_INFO_X levels.Günther Deschner2009-02-061-1/+271
* netapi: add SERVER_INFO_X to public header.Günther Deschner2009-02-061-0/+612
* Have nmbd check all available interfaces for WINS before failingAravind Srinivasan2009-02-041-2/+5
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-021-1/+4
* s3-wbclient: Use new tevent data typesKai Blin2009-02-022-15/+15
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-023-18/+18
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-013-65/+65
* cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke2009-02-011-1/+1
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-3/+0
* s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher2009-01-301-31/+29
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2009-01-291-1/+10
|\
| * 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