summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke9-40/+57
2009-01-25Fix an error path memleakVolker Lendecke1-0/+1
2009-01-25Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke1-1/+6
2009-01-25Fix chain_reply for pipe readsVolker Lendecke1-1/+11
2009-01-25Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij54-771/+3273
2009-01-25Add prototypes required by samba-gtk.Jelmer Vernooij2-0/+11
2009-01-24Fix a segfault in parse_logentryVolker Lendecke1-1/+1
2009-01-23Modify OneFS module to support new NTIMES interfacestodd stecher3-42/+124
2009-01-23Extend NTIMES to allow setting create_timetodd stecher16-100/+145
2009-01-23This change allows for the autoconfigre detection of sub-second time resoluti...todd stecher2-1/+51
2009-01-24s4-smbtorture: add my copyright.Günther Deschner1-0/+1
2009-01-24s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner1-0/+69
2009-01-24s3-rpcclient: add eventlog_loginfo command.Günther Deschner1-0/+56
2009-01-24s3-rpcclient: add eventlog_backuplog command.Günther Deschner1-0/+39
2009-01-24s3-rpcclient: add eventlog_registerevsource command.Günther Deschner1-0/+39
2009-01-24s3-rpcclient: add eventlog_reporteventsource command.Günther Deschner1-0/+65
2009-01-24s4-smbtorture: add test_GetLogIntormation test.Günther Deschner1-0/+48
2009-01-24s3-rpcclient: add eventlog_reportevent command.Günther Deschner1-0/+65
2009-01-24s4-smbtorture: add ReportEventW test.Günther Deschner1-0/+50
2009-01-24s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.Günther Deschner1-0/+5
2009-01-24s3: re-run make samba3-idl.Günther Deschner7-14/+1352
2009-01-24eventlog: fill in IDL for eventlog_OpenBackupEventLogW.Günther Deschner1-1/+7
2009-01-24eventlog: fill in IDL for eventlog_BackupEventLogW.Günther Deschner1-2/+5
2009-01-24eventlog: fill in IDL for eventlog_DeregisterEventSource.Günther Deschner1-1/+3
2009-01-24eventlog: fill in IDL for eventlog_RegisterEventSourceW.Günther Deschner1-1/+8
2009-01-24eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.Günther Deschner1-1/+21
2009-01-24eventlog: fill in IDL for eventlog_GetLogIntormation.Günther Deschner1-1/+12
2009-01-24eventlog: fill in IDL for eventlog_ReportEventW.Günther Deschner1-1/+16
2009-01-24Revert "s3-eventlog: trying to avoid to pass around full ndr structures in rp...Günther Deschner1-11/+6
2009-01-24s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner1-5/+5
2009-01-24s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner1-3/+1
2009-01-23talloc: Change the two other definitions of TALLOC_FREE to match the primary ...Tim Prouty2-2/+2
2009-01-23s3 ldb: Fix vasprintf segfault that has been the source of build machine fail...Tim Prouty1-5/+8
2009-01-24talloc_free() copes with a NULL pointer just fineVolker Lendecke1-1/+1
2009-01-23s3: OneFS unmappable sids support.Dan Sledz3-67/+183
2009-01-23s4: add ../lib/async_req to the s4 buildKai Blin2-0/+4
2009-01-23async_req: Move to top level dirKai Blin4-1/+2
2009-01-23docs: Fix formatting issue in man libsmbclient.Karolin Seeger1-3/+4
2009-01-23s4: we're on the way to alhpa7Stefan Metzmacher1-1/+1
2009-01-22Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison1-47/+37
2009-01-22Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2-8/+9
2009-01-22Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison1-131/+144
2009-01-22Abstract away the transport in cli_pipe.cVolker Lendecke2-316/+174
2009-01-22Add the socket rpc client transportVolker Lendecke3-1/+123
2009-01-22Add the named pipe rpc client transportVolker Lendecke3-2/+336
2009-01-22RPC_CLIENT_OBJ is the right variable for cli_pipe.oVolker Lendecke1-2/+2
2009-01-22Add struct rpc_cli_transportVolker Lendecke1-0/+50
2009-01-22Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij27-342/+357
2009-01-22s3: Fix warningTim Prouty1-1/+1
2009-01-22Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison1-25/+4