summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3 make test: Fix a bug in the previous commitTim Prouty2009-01-261-7/+8
| | | | Luckily the build farm caught this
* s3 make test: Add the ability to specify a custom smb.conf for make testTim Prouty2009-01-263-13/+79
| | | | | | | | | | - Adds new -c <custom conf> option to selftest.sh that when specified adds a line to make test's server.conf: "include <custom conf>" - Adds getopts processing to selftest.sh - Changes selftest.sh shrdir arg to use -s <shrdir> - Changes selftest.sh smbtorture4_path arg to use -t <smbtortur4 path> - Adds configure option --with-selftest-custom-conf=<custom conf> - Updates Makefile.in to take advantage of the new/changed parameters
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-2612-42/+251
|\
| * Document default of the printing config variable.Andreas Schneider2009-01-261-0/+2
| | | | | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de>
| * docs: Add manpage for vfs_shadow_copy2.Karolin Seeger2009-01-261-0/+174
| | | | | | | | Karolin
| * Decouple clistr_pull from struct cli_state->inbufVolker Lendecke2009-01-269-40/+57
| |
| * Fix an error path memleakVolker Lendecke2009-01-251-0/+1
| |
| * Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke2009-01-251-1/+6
| |
| * Fix chain_reply for pipe readsVolker Lendecke2009-01-251-1/+11
| | | | | | | | | | | | | | | | The caller might have over-allocated reply->outbuf. Deal with that. Sorry, Günther, for giving you so much pain ... Volker
* | pyrpc: Raise proper NDR error codes with matching strings rather than mappingJelmer Vernooij2009-01-261-1/+1
| | | | | | | | to NTSTATUS first.
* | Add function for mapping NDR error codes to strings.Jelmer Vernooij2009-01-262-0/+36
|/
* Merge branch 'master' of ssh://git.samba.org/data/git/sambaJelmer Vernooij2009-01-2554-771/+3273
|\
| * Fix a segfault in parse_logentryVolker Lendecke2009-01-241-1/+1
| | | | | | | | | | entry->data_record.strings is type smb_ucs2, so the pointer arithmetic increments by two :-)
| * Modify OneFS module to support new NTIMES interfacestodd stecher2009-01-233-42/+124
| |
| * Extend NTIMES to allow setting create_timetodd stecher2009-01-2316-100/+145
| | | | | | | | | | | | | | | | | | 1) Add in smb_file_time struct to clarify code and make room for createtime. 2) Get and set create time from SMB messages. 3) Fixup existing VFS modules + examples Some OS'es allow for the setting of the birthtime through kernel interfaces. This value is generically used for Windows createtime, but is not settable in the code today.
| * This change allows for the autoconfigre detection of sub-second time ↵todd stecher2009-01-232-1/+51
| | | | | | | | resolution in the FreeBSD stat structure
| * s4-smbtorture: add my copyright.Günther Deschner2009-01-241-0/+1
| | | | | | | | Guenther
| * s4-smbtorture: add BackupLog handling in eventlog test.Günther Deschner2009-01-241-0/+69
| | | | | | | | Guenther
| * s3-rpcclient: add eventlog_loginfo command.Günther Deschner2009-01-241-0/+56
| | | | | | | | Guenther
| * s3-rpcclient: add eventlog_backuplog command.Günther Deschner2009-01-241-0/+39
| | | | | | | | Guenther
| * s3-rpcclient: add eventlog_registerevsource command.Günther Deschner2009-01-241-0/+39
| | | | | | | | Guenther
| * s3-rpcclient: add eventlog_reporteventsource command.Günther Deschner2009-01-241-0/+65
| | | | | | | | Guenther
| * s4-smbtorture: add test_GetLogIntormation test.Günther Deschner2009-01-241-0/+48
| | | | | | | | Guenther
| * s3-rpcclient: add eventlog_reportevent command.Günther Deschner2009-01-241-0/+65
| | | | | | | | Guenther
| * s4-smbtorture: add ReportEventW test.Günther Deschner2009-01-241-0/+50
| | | | | | | | Guenther
| * s3-eventlog: add missing _eventlog_ReportEventAndSourceW stub call.Günther Deschner2009-01-241-0/+5
| | | | | | | | Guenther
| * s3: re-run make samba3-idl.Günther Deschner2009-01-247-14/+1352
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_OpenBackupEventLogW.Günther Deschner2009-01-241-1/+7
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_BackupEventLogW.Günther Deschner2009-01-241-2/+5
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_DeregisterEventSource.Günther Deschner2009-01-241-1/+3
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_RegisterEventSourceW.Günther Deschner2009-01-241-1/+8
| | | | | | | | Guenther
| * eventlog: add missing IDL (opnum 24) for eventlog_ReportEventAndSourceW.Günther Deschner2009-01-241-1/+21
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_GetLogIntormation.Günther Deschner2009-01-241-1/+12
| | | | | | | | Guenther
| * eventlog: fill in IDL for eventlog_ReportEventW.Günther Deschner2009-01-241-1/+16
| | | | | | | | Guenther
| * Revert "s3-eventlog: trying to avoid to pass around full ndr structures in ↵Günther Deschner2009-01-241-11/+6
| | | | | | | | | | | | rpc_server." This reverts commit c0f1309010b79be67557af5ffbd1c429a3f3d99a.
| * s3-eventlog: fix various invalid memcpy in read_package_entry().Günther Deschner2009-01-241-5/+5
| | | | | | | | Guenther
| * s3-eventlog: fix buffer allocation in eventlog read call.Günther Deschner2009-01-241-3/+1
| | | | | | | | | | | | This broke with f6fa3080fee1b20df9f1968500840a88cf0ee592 back in April 2007... Guenther
| * talloc: Change the two other definitions of TALLOC_FREE to match the primary ↵Tim Prouty2009-01-232-2/+2
| | | | | | | | | | | | | | | | version Eventually these two other definitions should be removed and all of the TALLOC macros should live in the same header. Until then, this patch eliminates some build warnings.
| * s3 ldb: Fix vasprintf segfault that has been the source of build machine ↵Tim Prouty2009-01-231-5/+8
| | | | | | | | | | | | | | | | | | failures this week The bug was introduced when converting samba3's ldb_search interface to match samba4: 47951fc5d0085e124666b7667715bba98076820e f3ecb701335b1129947127d4c45eef970b66875c
| * talloc_free() copes with a NULL pointer just fineVolker Lendecke2009-01-241-1/+1
| | | | | | | | Saved around 10kb of code on my box :-)
| * s3: OneFS unmappable sids support.Dan Sledz2009-01-233-67/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the onefs vfs module to add configurable behavior to deal with sids that are unknown to us. The best examples are aces that come from robocopy/xcopy. Adds the following share level options (which are specific to the vfs_onefs module): onefs: ignore unmappable sids (Default = false) If this option is set to true, sids which could not be resolved to a uid/gid are ignored. If an unmappable sid is encountered as the owner or group, the owner/group is converted to BUILTIN\Administrators. onefs: unmappable sids ignore list (Default = empty) Only the sids in the list are ignored. onefs: ignore sacls (Default = false) SACLs are ignored onefs: unmappable sids deny everyone (Default = false) If an unmappable sid is found in a deny ACE, the ACE's identity is changed to Everyone.
| * s4: add ../lib/async_req to the s4 buildKai Blin2009-01-232-0/+4
| |
| * async_req: Move to top level dirKai Blin2009-01-234-1/+2
| |
| * docs: Fix formatting issue in man libsmbclient.Karolin Seeger2009-01-231-3/+4
| | | | | | | | Karolin
| * s4: we're on the way to alhpa7Stefan Metzmacher2009-01-231-1/+1
| | | | | | | | metze
| * Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-221-47/+37
| | | | | | | | | | to NFSv4 ACL code as this uses the same flawed logic as posix_acls.c. Jeremy.
| * Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-222-8/+9
| | | | | | | | | | to ourselves unless that was passed in. Jeremy.
| * Second part of the attemt to fix #4308 - Excel save operation corrupts file ↵Jeremy Allison2009-01-221-131/+144
| | | | | | | | | | | | | | | | ACLs. If the chown succeeds then the ACL set should also. Ensure this is the case (refactor some of this code to make it simpler to read also). Jeremy.
| * Abstract away the transport in cli_pipe.cVolker Lendecke2009-01-222-316/+174
| | | | | | | | | | Sorry for the monster checkin, I could not really find a way to do this in steps.
| * Add the socket rpc client transportVolker Lendecke2009-01-223-1/+123
| |