summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* Add some appropriate const.Jeremy Allison2009-03-161-8/+8
* Remove unused async_req references from wb_reqtrans.cVolker Lendecke2009-03-161-37/+0
* Convert wb_trans to tevent_reqVolker Lendecke2009-03-161-63/+49
* Remove an unnecessary variableVolker Lendecke2009-03-161-5/+4
* Make struct wb_context private to wbclient.cVolker Lendecke2009-03-161-0/+6
* Use tevent_wakeup_send in wb_transVolker Lendecke2009-03-161-15/+13
* Convert open_socket_out_defer to tevent_reqVolker Lendecke2009-03-161-29/+29
* Use tevent_wakeup_send in open_socket_out_deferVolker Lendecke2009-03-161-22/+15
* Add queue argument to wb_resp_writeVolker Lendecke2009-03-151-2/+3
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-12/+16
* s3:events: pass __location__ to event_loop_*()Stefan Metzmacher2009-03-121-3/+3
* fixed a bug in message handling for code the change notify codeAndrew Tridgell2009-03-101-2/+16
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-03-095-308/+227
|\
| * s3:lib: interfaces.c isn't used in the configure tests anymoreStefan Metzmacher2009-03-091-73/+1
| * fix "dubious escape" warning of Studio compilerBjörn Jacke2009-03-091-1/+1
| * Don't copy the winbindd_request in wb_transVolker Lendecke2009-03-081-30/+2
| * Convert wb_open_pipe to tevent_reqVolker Lendecke2009-03-081-51/+47
| * Convert wb_connect to tevent_reqVolker Lendecke2009-03-081-38/+30
| * Convert wb_int_trans to tevent_reqVolker Lendecke2009-03-081-69/+63
| * Add parameter "queue" to wb_int_trans_sendVolker Lendecke2009-03-081-6/+7
| * Move "struct req_read_state" where it belongsVolker Lendecke2009-03-081-5/+5
| * Convert wb_resp_write to tevent_reqVolker Lendecke2009-03-081-13/+12
| * Convert wb_resp_read to tevent_reqVolker Lendecke2009-03-082-25/+22
| * Convert wb_req_read to tevent_reqVolker Lendecke2009-03-081-17/+16
| * Convert wb_req_write to tevent_reqVolker Lendecke2009-03-082-27/+28
| * Add tevent_req wbc helpersVolker Lendecke2009-03-081-0/+37
| * Add "queue" to writev_sendVolker Lendecke2009-03-081-2/+2
| * s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mappingStefan Metzmacher2009-03-061-0/+3
* | Revert accidental reintroduction of void ** bug.Jelmer Vernooij2009-03-081-1/+1
|/
* s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outsideMichael Adam2009-03-041-6/+6
* s3:smbconf: move smbconf_share_exists checks into backendMichael Adam2009-03-041-4/+9
* s3: Remove madvise supportSteven Danneman2009-03-041-7/+0
* s3: Fix a memleak in dbwrap_rbt.Michael Adam2009-03-041-4/+4
* Fix "ignore return" warning.Jeremy Allison2009-03-031-2/+3
* Fix wbclient.c wrt tevent_req changes too.Simo Sorce2009-03-021-4/+3
* Attempt to fix the buildVolker Lendecke2009-03-021-2/+2
* Make struct tevent_req opaqueSimo Sorce2009-03-022-30/+23
* 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