Age | Commit message (Expand) | Author | Files | Lines |
2009-01-24 | s4-smbtorture: add ReportEventW test. | Günther Deschner | 1 | -0/+50 |
2009-01-24 | s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call. | Günther Deschner | 1 | -0/+5 |
2009-01-24 | s3: re-run make samba3-idl. | Günther Deschner | 7 | -14/+1352 |
2009-01-24 | eventlog: fill in IDL for eventlog_OpenBackupEventLogW. | Günther Deschner | 1 | -1/+7 |
2009-01-24 | eventlog: fill in IDL for eventlog_BackupEventLogW. | Günther Deschner | 1 | -2/+5 |
2009-01-24 | eventlog: fill in IDL for eventlog_DeregisterEventSource. | Günther Deschner | 1 | -1/+3 |
2009-01-24 | eventlog: fill in IDL for eventlog_RegisterEventSourceW. | Günther Deschner | 1 | -1/+8 |
2009-01-24 | eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW. | Günther Deschner | 1 | -1/+21 |
2009-01-24 | eventlog: fill in IDL for eventlog_GetLogIntormation. | Günther Deschner | 1 | -1/+12 |
2009-01-24 | eventlog: fill in IDL for eventlog_ReportEventW. | Günther Deschner | 1 | -1/+16 |
2009-01-24 | Revert "s3-eventlog: trying to avoid to pass around full ndr structures in rp... | Günther Deschner | 1 | -11/+6 |
2009-01-24 | s3-eventlog: fix various invalid memcpy in read_package_entry(). | Günther Deschner | 1 | -5/+5 |
2009-01-24 | s3-eventlog: fix buffer allocation in eventlog read call. | Günther Deschner | 1 | -3/+1 |
2009-01-23 | talloc: Change the two other definitions of TALLOC_FREE to match the primary ... | Tim Prouty | 2 | -2/+2 |
2009-01-23 | s3 ldb: Fix vasprintf segfault that has been the source of build machine fail... | Tim Prouty | 1 | -5/+8 |
2009-01-24 | talloc_free() copes with a NULL pointer just fine | Volker Lendecke | 1 | -1/+1 |
2009-01-23 | s3: OneFS unmappable sids support. | Dan Sledz | 3 | -67/+183 |
2009-01-23 | s4: add ../lib/async_req to the s4 build | Kai Blin | 2 | -0/+4 |
2009-01-23 | async_req: Move to top level dir | Kai Blin | 4 | -1/+2 |
2009-01-23 | docs: Fix formatting issue in man libsmbclient. | Karolin Seeger | 1 | -3/+4 |
2009-01-23 | s4: we're on the way to alhpa7 | Stefan Metzmacher | 1 | -1/+1 |
2009-01-22 | Apply same logic fix for #4308 Excel save operation corrupts file ACLs | Jeremy Allison | 1 | -47/+37 |
2009-01-22 | Fix logic error in try_chown - we shouldn't arbitrarily chown | Jeremy Allison | 2 | -8/+9 |
2009-01-22 | Second part of the attemt to fix #4308 - Excel save operation corrupts file A... | Jeremy Allison | 1 | -131/+144 |
2009-01-22 | Abstract away the transport in cli_pipe.c | Volker Lendecke | 2 | -316/+174 |
2009-01-22 | Add the socket rpc client transport | Volker Lendecke | 3 | -1/+123 |
2009-01-22 | Add the named pipe rpc client transport | Volker Lendecke | 3 | -2/+336 |
2009-01-22 | RPC_CLIENT_OBJ is the right variable for cli_pipe.o | Volker Lendecke | 1 | -2/+2 |
2009-01-22 | Add struct rpc_cli_transport | Volker Lendecke | 1 | -0/+50 |
2009-01-22 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Jelmer Vernooij | 27 | -342/+357 |
2009-01-22 | s3: Fix warning | Tim Prouty | 1 | -1/+1 |
2009-01-22 | Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs. | Jeremy Allison | 1 | -25/+4 |
2009-01-22 | Do not start a transaction this way. | Simo Sorce | 1 | -10/+0 |
2009-01-22 | Fix a segfault: rpccli_* expect the reply_pdu to always be initialized | Volker Lendecke | 1 | -0/+5 |
2009-01-22 | Remove obsolete samr Python module - use samba.dcerpc.samr instead. | Jelmer Vernooij | 1 | -759/+0 |
2009-01-22 | Implement as_sddl. | Jelmer Vernooij | 2 | -1/+29 |
2009-01-22 | Support parsing sddl for security descriptors. | Jelmer Vernooij | 2 | -2/+37 |
2009-01-22 | lib/replace: add defines to let the callers find out if pwrite and pread are ... | Stefan Metzmacher | 1 | -0/+6 |
2009-01-22 | s3:printing: make some functions static and use tevent functions | Stefan Metzmacher | 2 | -10/+12 |
2009-01-22 | s3:messages: finally make message_dispatch() static | Stefan Metzmacher | 2 | -2/+2 |
2009-01-22 | s3:printing: handle tevent_context events in the sys_select() call | Stefan Metzmacher | 1 | -16/+42 |
2009-01-22 | s3:winbindd: we don't need to call message_dispatch() anymore it's event trig... | Stefan Metzmacher | 2 | -10/+0 |
2009-01-22 | s3:nmbd: we don't need to call message_dispatch() anymore it's event triggere... | Stefan Metzmacher | 1 | -4/+0 |
2009-01-22 | s3:smbd: we don't need to call message_dispatch() anymore it's event triggere... | Stefan Metzmacher | 2 | -26/+2 |
2009-01-22 | s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() ins... | Stefan Metzmacher | 1 | -8/+19 |
2009-01-22 | s3:smbcontrol: don't call message_dispatch() anymore, it's triggered by teven... | Stefan Metzmacher | 1 | -13/+16 |
2009-01-22 | s3:messaging: start with to use signal events instead of the raw signal inter... | Stefan Metzmacher | 1 | -37/+65 |
2009-01-22 | s3:smbd: restructure kernel oplocks code | Stefan Metzmacher | 8 | -146/+134 |
2009-01-22 | s3: always call run_events() before and after sys_select() | Stefan Metzmacher | 5 | -28/+45 |
2009-01-22 | s3:events: always run_events() before sys_select() | Stefan Metzmacher | 1 | -5/+4 |