Age | Commit message (Expand) | Author | Files | Lines |
2009-03-16 | Add some appropriate const. | Jeremy Allison | 1 | -8/+8 |
2009-03-16 | Remove unused async_req references from wb_reqtrans.c | Volker Lendecke | 1 | -37/+0 |
2009-03-16 | Convert wb_trans to tevent_req | Volker Lendecke | 1 | -63/+49 |
2009-03-16 | Remove an unnecessary variable | Volker Lendecke | 1 | -5/+4 |
2009-03-16 | Make struct wb_context private to wbclient.c | Volker Lendecke | 1 | -0/+6 |
2009-03-16 | Use tevent_wakeup_send in wb_trans | Volker Lendecke | 1 | -15/+13 |
2009-03-16 | Convert open_socket_out_defer to tevent_req | Volker Lendecke | 1 | -29/+29 |
2009-03-16 | Use tevent_wakeup_send in open_socket_out_defer | Volker Lendecke | 1 | -22/+15 |
2009-03-15 | Add queue argument to wb_resp_write | Volker Lendecke | 1 | -2/+3 |
2009-03-12 | Remove the static "struct client_connection" mess which is part of | Jeremy Allison | 1 | -12/+16 |
2009-03-12 | s3:events: pass __location__ to event_loop_*() | Stefan Metzmacher | 1 | -3/+3 |
2009-03-10 | fixed a bug in message handling for code the change notify code | Andrew Tridgell | 1 | -2/+16 |
2009-03-09 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 5 | -308/+227 |
2009-03-09 | s3:lib: interfaces.c isn't used in the configure tests anymore | Stefan Metzmacher | 1 | -73/+1 |
2009-03-09 | fix "dubious escape" warning of Studio compiler | Björn Jacke | 1 | -1/+1 |
2009-03-08 | Don't copy the winbindd_request in wb_trans | Volker Lendecke | 1 | -30/+2 |
2009-03-08 | Convert wb_open_pipe to tevent_req | Volker Lendecke | 1 | -51/+47 |
2009-03-08 | Convert wb_connect to tevent_req | Volker Lendecke | 1 | -38/+30 |
2009-03-08 | Convert wb_int_trans to tevent_req | Volker Lendecke | 1 | -69/+63 |
2009-03-08 | Add parameter "queue" to wb_int_trans_send | Volker Lendecke | 1 | -6/+7 |
2009-03-08 | Move "struct req_read_state" where it belongs | Volker Lendecke | 1 | -5/+5 |
2009-03-08 | Convert wb_resp_write to tevent_req | Volker Lendecke | 1 | -13/+12 |
2009-03-08 | Convert wb_resp_read to tevent_req | Volker Lendecke | 2 | -25/+22 |
2009-03-08 | Convert wb_req_read to tevent_req | Volker Lendecke | 1 | -17/+16 |
2009-03-08 | Convert wb_req_write to tevent_req | Volker Lendecke | 2 | -27/+28 |
2009-03-08 | Add tevent_req wbc helpers | Volker Lendecke | 1 | -0/+37 |
2009-03-08 | Add "queue" to writev_send | Volker Lendecke | 1 | -2/+2 |
2009-03-08 | Revert accidental reintroduction of void ** bug. | Jelmer Vernooij | 1 | -1/+1 |
2009-03-06 | s3:errormap: add ECANCELED, ERRDOS/ERRbadfid, NT_STATUS_CANCELLED mapping | Stefan Metzmacher | 1 | -0/+3 |
2009-03-04 | s3:dbwrap_ctdb_marshall_add: don't leak the ctdb_rec_data to the outside | Michael Adam | 1 | -6/+6 |
2009-03-04 | s3:smbconf: move smbconf_share_exists checks into backend | Michael Adam | 1 | -4/+9 |
2009-03-04 | s3: Remove madvise support | Steven Danneman | 1 | -7/+0 |
2009-03-04 | s3: Fix a memleak in dbwrap_rbt. | Michael Adam | 1 | -4/+4 |
2009-03-03 | Fix "ignore return" warning. | Jeremy Allison | 1 | -2/+3 |
2009-03-02 | Fix wbclient.c wrt tevent_req changes too. | Simo Sorce | 1 | -4/+3 |
2009-03-02 | Attempt to fix the build | Volker Lendecke | 1 | -2/+2 |
2009-03-02 | Make struct tevent_req opaque | Simo Sorce | 2 | -30/+23 |
2009-03-02 | Use samba3's own iconv implementation for now, until all changes are | Jelmer Vernooij | 1 | -2/+2 |
2009-03-01 | s3: Fix incompatible type warnings | Tim Prouty | 1 | -1/+1 |
2009-03-01 | Merge branch 'master' of git://git.samba.org/samba into convenience | Jelmer Vernooij | 3 | -411/+16 |
2009-03-01 | Use common header file for character set handling in Samba 3 and Samba 4. | Jelmer Vernooij | 2 | -3/+3 |
2009-03-01 | Move secacl to top-level. | Jelmer Vernooij | 1 | -118/+0 |
2009-03-01 | Move secace.c to top-level. | Jelmer Vernooij | 2 | -293/+16 |
2009-03-01 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into talloc-next | Jelmer Vernooij | 1 | -4/+4 |
2009-03-01 | Move next_token_talloc() to top-level. | Jelmer Vernooij | 1 | -112/+0 |
2009-03-01 | Eliminate two duplicate SEC_ACE_TYPE constants already provided by | Jelmer Vernooij | 1 | -4/+4 |
2009-02-28 | Fix async reading winbindd_response | Volker Lendecke | 1 | -1/+1 |
2009-02-26 | Remove a temporary debug message -- sorry | Volker Lendecke | 1 | -1/+0 |
2009-02-26 | Convert open_socket_out to tevent_req | Volker Lendecke | 1 | -41/+41 |
2009-02-26 | s3:libsmbconf: add transactions to the libsmbconf api | Michael Adam | 1 | -0/+18 |