summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2009-03-06s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mappingStefan Metzmacher1-0/+3
2009-03-04s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam1-6/+6
2009-03-04s3:smbconf: move smbconf_share_exists checks into backendMichael Adam1-4/+9
2009-03-04s3: Remove madvise supportSteven Danneman1-7/+0
2009-03-04s3: Fix a memleak in dbwrap_rbt.Michael Adam1-4/+4
2009-03-03Fix "ignore return" warning.Jeremy Allison1-2/+3
2009-03-02Fix wbclient.c wrt tevent_req changes too.Simo Sorce1-4/+3
2009-03-02Attempt to fix the buildVolker Lendecke1-2/+2
2009-03-02Make struct tevent_req opaqueSimo Sorce2-30/+23
2009-03-02Use samba3's own iconv implementation for now, until all changes areJelmer Vernooij1-2/+2
2009-03-01s3: Fix incompatible type warningsTim Prouty1-1/+1
2009-03-01Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij3-411/+16
2009-03-01Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2-3/+3
2009-03-01Move secacl to top-level.Jelmer Vernooij1-118/+0
2009-03-01Move secace.c to top-level.Jelmer Vernooij2-293/+16
2009-03-01Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-nextJelmer Vernooij1-4/+4
2009-03-01Move next_token_talloc() to top-level.Jelmer Vernooij1-112/+0
2009-03-01Eliminate two duplicate SEC_ACE_TYPE constants already provided byJelmer Vernooij1-4/+4
2009-02-28Fix async reading winbindd_responseVolker Lendecke1-1/+1
2009-02-26Remove a temporary debug message -- sorryVolker Lendecke1-1/+0
2009-02-26Convert open_socket_out to tevent_reqVolker Lendecke1-41/+41
2009-02-26s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam1-0/+18
2009-02-26Add db_tdb_parseVolker Lendecke1-0/+12
2009-02-26Add dbwrap->parse_recordVolker Lendecke1-0/+26
2009-02-26Speed up "net conf list"Volker Lendecke1-115/+41
2009-02-26Speed up "net conf list"Volker Lendecke1-0/+3
2009-02-25s3: Report the correct path when dumping core on FreeBSDTim Prouty1-1/+83
2009-02-25s3: Refactor and cleanup the error paths in dump_core_setupTim Prouty1-42/+49
2009-02-25s3:events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher1-1/+1
2009-02-24s3: Fix a bug that prevent core files from being createdTim Prouty1-1/+0
2009-02-24Use read_packet for wb_resp_readVolker Lendecke1-90/+29
2009-02-24Use read_packet for wb_req_readVolker Lendecke1-92/+36
2009-02-24Remove read_pktVolker Lendecke1-99/+0
2009-02-24Use async writev for wb_resp_writeVolker Lendecke1-53/+23
2009-02-24Use async writev in wb_req_writeVolker Lendecke1-52/+22
2009-02-24Convert async_connect to tevent_reqVolker Lendecke2-31/+60
2009-02-24s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.Günther Deschner1-0/+63
2009-02-23Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman1-29/+0
2009-02-23More warning fixes for Solaris.Jeremy Allison4-7/+7
2009-02-20s3: Refactor of madvise() usage in c441f58dSteven Danneman1-0/+7
2009-02-20Moved become_daemon() and close_low_fds() to shared util libSteven Danneman1-67/+0
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-6/+24
2009-02-19s3: Modify SMB_VFS_FILE_ID_CREATE to take a stat structTim Prouty1-16/+1
2009-02-19Fix an uninitialized variableVolker Lendecke1-0/+1
2009-02-18S3: Stop creating SMBD cores when failing to create a pipe.todd stecher1-1/+11
2009-02-17Fix warning about missmatch of uint32_t and size_t.Jeremy Allison1-1/+1
2009-02-17s3-netapi: fix Coverity #881 and #882.Günther Deschner1-7/+56
2009-02-13Replace get_myname() with the talloc version from v3-3-testVolker Lendecke1-30/+1
2009-02-12tidy up timestamp checksBjörn Jacke1-33/+33
2009-02-11s3: Implement wbcGetSidAliasesDan Sledz1-0/+84