summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use samba3's own iconv implementation for now, until all changes areJelmer Vernooij2009-03-021-2/+2
* s3: Fix incompatible type warningsTim Prouty2009-03-011-1/+1
* Merge branch 'master' of git://git.samba.org/samba into convenienceJelmer Vernooij2009-03-013-411/+16
|\
| * Move secacl to top-level.Jelmer Vernooij2009-03-011-118/+0
| * Move secace.c to top-level.Jelmer Vernooij2009-03-012-293/+16
* | Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-012-3/+3
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-nextJelmer Vernooij2009-03-011-4/+4
|\
| * Eliminate two duplicate SEC_ACE_TYPE constants already provided byJelmer Vernooij2009-03-011-4/+4
* | Move next_token_talloc() to top-level.Jelmer Vernooij2009-03-011-112/+0
|/
* Fix async reading winbindd_responseVolker Lendecke2009-02-281-1/+1
* Remove a temporary debug message -- sorryVolker Lendecke2009-02-261-1/+0
* Convert open_socket_out to tevent_reqVolker Lendecke2009-02-261-41/+41
* s3:libsmbconf: add transactions to the libsmbconf apiMichael Adam2009-02-261-0/+18
* Add db_tdb_parseVolker Lendecke2009-02-261-0/+12
* Add dbwrap->parse_recordVolker Lendecke2009-02-261-0/+26
* Speed up "net conf list"Volker Lendecke2009-02-261-115/+41
* Speed up "net conf list"Volker Lendecke2009-02-261-0/+3
* s3: Report the correct path when dumping core on FreeBSDTim Prouty2009-02-251-1/+83
* s3: Refactor and cleanup the error paths in dump_core_setupTim Prouty2009-02-251-42/+49
* s3:events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher2009-02-251-1/+1
* s3: Fix a bug that prevent core files from being createdTim Prouty2009-02-241-1/+0
* Use read_packet for wb_resp_readVolker Lendecke2009-02-241-90/+29
* Use read_packet for wb_req_readVolker Lendecke2009-02-241-92/+36
* Remove read_pktVolker Lendecke2009-02-241-99/+0
* Use async writev for wb_resp_writeVolker Lendecke2009-02-241-53/+23
* Use async writev in wb_req_writeVolker Lendecke2009-02-241-52/+22
* Convert async_connect to tevent_reqVolker Lendecke2009-02-242-31/+60
* s3-lib: add marshall_sec_desc_buf and unmarshall_sec_desc_buf helpers.Günther Deschner2009-02-241-0/+63
* Refactored sys_fork() and sys_pid() into shared util librarySteven Danneman2009-02-231-29/+0
* More warning fixes for Solaris.Jeremy Allison2009-02-234-7/+7
* s3: Refactor of madvise() usage in c441f58dSteven Danneman2009-02-201-0/+7
* 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