summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3-eventlogadm: use struct eventlog_Record_tdb for storing entries in tdbs.Günther Deschner2009-02-043-63/+55
| | | | Guenther
* s3-eventlog: add fixup_eventlog_record_tdb.Günther Deschner2009-02-042-0/+41
| | | | Guenther
* s3-eventlog: add evlog_push_record_tdb function.Günther Deschner2009-02-042-0/+78
| | | | | | | This is almost a copy of write_eventlog_tdb() and still needs to be modified to use tdb transactions. Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-02-043-0/+507
| | | | Guenther
* eventlog: calculate offsets in EVENTLOGRECORD struct.Günther Deschner2009-02-041-3/+3
| | | | | | We cannot use [relative] pointer properties here for various reasons. Guenther
* eventlog: add w32 on-disc EVENTLOG structures (*evt files).Günther Deschner2009-02-041-0/+70
| | | | Guenther
* librpc: add header file for drsblobs helper functions.Günther Deschner2009-02-043-0/+29
| | | | Guenther
* selftest/Samba3: use the same logic for make test and make selftestStefan Metzmacher2009-02-041-5/+0
| | | | | | See also commit 484c4a5955d0365beb9587bb15c73fe3ed3301ce metze
* Fix bug #6085 - In vfs_default.c change utime( ) call.Miguel Suarez2009-02-031-1/+1
|
* Probably fixes a crash during name resolution when log level >= 10Ted Percival2009-02-031-1/+1
| | | | | and libc segfaults if printf is passed NULL for a "%s" arg (eg. Solaris).
* s3:selftest: fix blackbox.net_s3 testsStefan Metzmacher2009-02-031-1/+1
| | | | metze
* Revert "s3:selftest: create BUILTIN\\Administrators at startup"Stefan Metzmacher2009-02-032-12/+10
| | | | | | | | | This reverts commit a849183f9492d09ccd7e273f955d4d8f2668fdf3. This is to racy for most of the build-farm machines, because winbindd doesn't start fast enough. metze
* Revert "s3:test: try to find why creating BUILTIN\Administrators doesn't ↵Stefan Metzmacher2009-02-031-5/+3
| | | | | | | | | | work in the build-farm" This reverts commit 20a1cb15699c781651593c68685ece91c03e6a18. I will also revert a849183f9492d09ccd7e273f955d4d8f2668fdf3 metze
* s4:selftest: avoid hardcoded pathes in blackbox testsStefan Metzmacher2009-02-0311-54/+63
| | | | metze
* s4:selftest: don't use hardcoded pathesStefan Metzmacher2009-02-031-18/+18
| | | | metze
* selftest: don't use hardcoded path to nmblookup in Samba4.pmStefan Metzmacher2009-02-031-12/+13
| | | | metze
* selftest: export BUILDDIR, BUILDDIR_ABS and EXEEXTStefan Metzmacher2009-02-031-0/+4
| | | | metze
* s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher2009-02-034-56/+56
| | | | metze
* merged-build: link in LIBREPLACE into samba4 code as in the native buildStefan Metzmacher2009-02-032-4/+22
| | | | metze
* merged-build: force non-shared build for samba4Stefan Metzmacher2009-02-031-0/+3
| | | | | | This should fix 'make test4'. metze
* s3-docs: add documentation for dump option of eventlogadm.Günther Deschner2009-02-031-0/+26
| | | | Guenther
* s3-eventlogadm: add command to dump stored tdb entries.Günther Deschner2009-02-032-1/+56
| | | | Guenther
* s3-eventlog: add evlog_pull_record_tdb function.Günther Deschner2009-02-032-0/+58
| | | | Guenther
* s3: re-run make samba3-idl.Günther Deschner2009-02-033-0/+206
| | | | Guenther
* eventlog: add eventlog_Record_tdb to support the traditional s3 on-disc format.Günther Deschner2009-02-031-0/+32
| | | | Guenther
* s3-eventlog: pass down talloc context to parse_logentry().Günther Deschner2009-02-033-10/+10
| | | | Guenther
* s3-eventlog: make logname in elog_open_tdb const.Günther Deschner2009-02-032-2/+2
| | | | Guenther
* s3-eventlog: allow to open eventlog tdbs readonly.Günther Deschner2009-02-034-7/+14
| | | | Guenther
* librpc: add ndr_size_string_array().Günther Deschner2009-02-033-0/+47
| | | | Guenther
* s3-net: fix warning message for keytab usage.Günther Deschner2009-02-031-2/+2
| | | | Guenther
* s3-kerberos: use KRB5_KT_KEY compat macro.Günther Deschner2009-02-031-7/+1
| | | | Guenther
* s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.Günther Deschner2009-02-031-3/+10
| | | | Guenther
* Revert "fix for commit d96248a9b46 which broke Heimdal builds"Günther Deschner2009-02-031-6/+0
| | | | | | This does not build. This reverts commit af736923a541df1a37afeb72b8a5652932c4c69c.
* s3:test: try to find why creating BUILTIN\Administrators doesn't work in the ↵Stefan Metzmacher2009-02-031-3/+5
| | | | | | build-farm metze
* s3: Fix 'net rpc join' for users with the SeMachineAccountPrivilege.Volker Lendecke2009-02-032-4/+10
|
* lib/tdb: don't generate a static library for the samba4 buildStefan Metzmacher2009-02-031-1/+1
| | | | | | We also don't do this for talloc and ldb. metze
* Fix Coverity ID 870Volker Lendecke2009-02-031-0/+4
|
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or ↵Jeremy Allison2009-02-024-20/+54
| | | | | | | | | delete file This fixes the generic rename/delete problem for 3.3.0 and above. Fixed slightly differently to discussions, user viewable modified ACLs are not a good idea :-). Jeremy.
* s3:selftest: run test_posix_s3.sh testsStefan Metzmacher2009-02-032-1/+42
| | | | metze
* s3:build: pass the path to smbtorture4 down to make with and without '-t' prefixStefan Metzmacher2009-02-033-3/+7
| | | | metze
* s3-wbclient: Use new tevent data typesKai Blin2009-02-023-16/+16
|
* Next step disentangling async_req from NTSTATUSVolker Lendecke2009-02-0210-93/+117
| | | | Now I need to document this :-)
* fix for commit d96248a9b46 which broke Heimdal buildsBjörn Jacke2009-02-021-0/+6
|
* Attempt to fix "make test" on host "tridge"Volker Lendecke2009-02-021-1/+1
|
* s3:selftest: pass correct arguments to $SCRIPTDIR/test_smbtorture_s3.shStefan Metzmacher2009-02-021-2/+2
| | | | metze
* s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵Stefan Metzmacher2009-02-021-4/+7
| | | | | | CFLAG_NO_UNUSED_MACROS metze
* s4:param: swig_ldb was renamed to pyldb in ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | d965ff05c9923c8a0e440e905d0d9fe662cc5db0 metze
* s4:scripting/python: we should not silence warnings on handwritten python ↵Stefan Metzmacher2009-02-021-1/+1
| | | | | | bindings metze
* s4:param: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
| | | | metze
* s4:libcli: remove unused line in config.mkStefan Metzmacher2009-02-021-2/+0
| | | | metze