summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Moved become_daemon() and close_low_fds() to shared util libSteven Danneman2009-02-201-67/+0
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-6/+24
* s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty2009-02-191-16/+1
* Fix an uninitialized variableVolker Lendecke2009-02-191-0/+1
* S3: Stop creating SMBD cores when failing to create a pipe.todd stecher2009-02-181-1/+11
* Fix warning about missmatch of uint32_t and size_t.Jeremy Allison2009-02-171-1/+1
* s3-netapi: fix Coverity #881 and #882.Günther Deschner2009-02-171-7/+56
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-30/+1
* tidy up timestamp checksBjörn Jacke2009-02-121-33/+33
* s3: Implement wbcGetSidAliasesDan Sledz2009-02-111-0/+84
* s3: Implement wbcGetpwsidDan Sledz2009-02-111-0/+47
* S3: Fixes for coverity issues.todd stecher2009-02-101-4/+10
* Add read_pkt_send/recvVolker Lendecke2009-02-101-0/+99
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-0/+19
* s3 async: Fix the build on systems that have ETIMEDOUT but not ETIMETim Prouty2009-02-091-4/+7
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-093-143/+194
* 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