summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-02-09s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty1-4/+7
2009-02-09async_sock: Use unix errnos instead of NTSTATUSKai Blin3-143/+194
2009-02-06netapi: add NetServer testsuite.Günther Deschner4-1/+69
2009-02-06netapi: include more SERVER_INFO_X levels in example code.Günther Deschner1-0/+16
2009-02-06netapi: implement more SERVER_INFO_X levels.Günther Deschner1-1/+271
2009-02-06netapi: add SERVER_INFO_X to public header.Günther Deschner1-0/+612
2009-02-04Have nmbd check all available interfaces for WINS before failingAravind Srinivasan1-2/+5
2009-02-02Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison1-1/+4
2009-02-02s3-wbclient: Use new tevent data typesKai Blin2-15/+15
2009-02-02Next step disentangling async_req from NTSTATUSVolker Lendecke3-18/+18
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke3-65/+65
2009-02-01cli_get_pipe_name_from_interface does not really need a talloc_ctxVolker Lendecke1-1/+1
2009-01-31Remove the global variable "chain_size"Volker Lendecke1-3/+0
2009-01-30s3:smbconftort: don't use reserved words ('test:', 'failure:', 'success:')Stefan Metzmacher1-31/+29
2009-01-29Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison1-1/+10
2009-01-29s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty1-1/+10
2009-01-29add Tru64 sub-second resolution timestamp supportBjörn Jacke1-0/+24
2009-01-29Fix the build on "opi"Volker Lendecke2-2/+3
2009-01-29add missing semicolonsBjörn Jacke1-6/+6
2009-01-29setting mtime setted atime on BSD systems, fix thisBjörn Jacke1-2/+2
2009-01-29add AIX sub-second resolution timestamp supportBjörn Jacke1-0/+24
2009-01-29s3:ctdbd_conn: canonicalize ips before sending them to ctdbdStefan Metzmacher1-10/+40
2009-01-28Avoid valgrind errorsVolker Lendecke1-35/+13
2009-01-28async_sock: Move to top levelKai Blin1-693/+0
2009-01-28s3:tdb_validate: clean up leading tabs/spaces and trailing spaces.Michael Adam1-28/+28
2009-01-28s3: separate tdb validation code out into its own source fileMichael Adam3-484/+580
2009-01-23This change allows for the autoconfigre detection of sub-second time resoluti...todd stecher1-0/+12
2009-01-23s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...Tim Prouty1-5/+8
2009-01-23async_req: Move to top level dirKai Blin1-340/+0
2009-01-22s3:messages: finally make message_dispatch() staticStefan Metzmacher1-1/+2
2009-01-22s3:messaging: start with to use signal events instead of the raw signal inter...Stefan Metzmacher1-37/+65
2009-01-22s3:events: always run_events() before sys_select()Stefan Metzmacher1-5/+4
2009-01-22Actually complete 3662c2b...Volker Lendecke1-2/+1
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-11/+15
2009-01-21libsmbconf: move the non-registry parts of libsmbconf to top levelMichael Adam6-1428/+0
2009-01-21s3:libsmbconf: include smbconf headers with lib/smbconf prefixMichael Adam2-4/+4
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in reg backendMichael Adam1-20/+20
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in txt backendMichael Adam1-5/+6
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_initMichael Adam1-1/+1
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in testsuiteMichael Adam1-5/+5
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf_util.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: use talloc_free instead of TALLOC_FREE in smbconf.cMichael Adam1-2/+2
2009-01-21s3:libsmbconf: remove the init headers from smbconf.hMichael Adam5-19/+100
2009-01-21s3:libsmbconf: remove unused function smbconf_is_writeable_bystring()Michael Adam2-27/+0
2009-01-21Fix warning; base dn is no longer const.Jelmer Vernooij1-2/+2
2009-01-21Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij9-86/+16
2009-01-21Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij10-53/+47
2009-01-20"userdom_struct" does not need "full_name" anymore -- unusedVolker Lendecke1-2/+1
2009-01-20s3:messaging: also recreate the local messaging backend in messaging_reinit()Stefan Metzmacher1-3/+11
2009-01-20s3: reinit_after_fork() should reinit the event context before the messaging ...Stefan Metzmacher1-4/+4