summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* find_missing_manpages: convert to pythonJelmer Vernooij2012-09-261-30/+44
|
* find_missing_manpages: Ignore make variables.Jelmer Vernooij2012-09-261-0/+1
|
* netlogon: Per MS-NRPC, don't send unknown workstation flags back to theJelmer Vernooij2012-09-262-4/+27
| | | | client.
* s4: Fix a -Wunused-value warningVolker Lendecke2012-09-261-1/+1
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 21:52:00 CEST 2012 on sn-devel-104
* s3-spoolss: Fix builtin forms order to match Windows again.Andreas Schneider2012-09-261-120/+118
| | | | | | | Thanks to mamachine@gmail.com. Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 20:07:44 CEST 2012 on sn-devel-104
* s3: Slightly simplify open_file()Volker Lendecke2012-09-261-1/+2
| | | | | | | The "else" is not necessary. In the if-branch we just returned. Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 18:08:03 CEST 2012 on sn-devel-104
* Coding: Add comment disproving control-flow changing macrosVolker Lendecke2012-09-261-0/+10
|
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-9/+10
|
* s3: Slightly simplify calculate_open_access_flagsVolker Lendecke2012-09-261-13/+17
|
* s3-smbd: Don't segfault if user specified ports out for range.Andreas Schneider2012-09-261-7/+9
| | | | | Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Sep 26 16:28:44 CEST 2012 on sn-devel-104
* nsswitch: Add waf tests for solaris special casesAndrew Bartlett2012-09-261-0/+16
| | | | | | | | | | These are in configure.in for autoconf. Found in the config.h comparison on the smbtorture4 build. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 11:50:10 CEST 2012 on sn-devel-104
* build: Remove unused --with-sys-quotas optionAndrew Bartlett2012-09-261-1/+0
|
* build: Set HAVE_SYS_QUOTAS and WITH_QUOTAS if we have any supported sysquota ↵Andrew Bartlett2012-09-261-1/+3
| | | | backend
* build: Remove unused samba_cv_sysquotas_file variable from autoconf configureAndrew Bartlett2012-09-261-3/+0
|
* build: Add waf configure support for non-linux quotasAndrew Bartlett2012-09-261-1/+38
|
* smb.conf(5): Remove documentation for removed 'lock spin count'Jelmer Vernooij2012-09-261-12/+0
| | | | | | | parameter. Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Wed Sep 26 09:41:09 CEST 2012 on sn-devel-104
* smb.conf(5): Remove 'idmap config' documentation - the parameter hasJelmer Vernooij2012-09-261-124/+0
| | | | been removed.
* Remove unused neatquotes script.Jelmer Vernooij2012-09-261-12/+0
|
* smb.conf.5: Document 'cldap port'.Jelmer Vernooij2012-09-261-0/+13
|
* undocumented: Drop extension from helper scripts.Jelmer Vernooij2012-09-263-3/+3
|
* Remove obsolete land-remote.py and land.py scripts.Jelmer Vernooij2012-09-262-854/+0
|
* samba-tool: Hide 'samba-tool domain samba3upgrade'.Jelmer Vernooij2012-09-262-12/+25
| | | | | | | | This subcommand is provided for backwards compatibility only; new use of it should be discouraged. Its new name is 'samba-tool domain classicupgrade'. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9047
* selftest/knownfail: samba*.smb2.oplock.stream1 doesn't workStefan Metzmacher2012-09-261-0/+2
| | | | | | | metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Sep 26 07:57:12 CEST 2012 on sn-devel-104
* s4:torture/smb2: remove samba specific stuff from smb2.oplockStefan Metzmacher2012-09-261-10/+0
| | | | metze
* s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ↵Stefan Metzmacher2012-09-261-1/+4
| | | | | | | | | | | | | | | | | #9196) We always set state->te = NULL of TALLOC_FREE(state->te), before calling smbd_smb2_request_dispatch(), so open_was_deferred_smb2() always returned false, while dispatching it again. But it's remove_deferred_open_message_smb2_internal() which should reset this state. In developer mode validate_my_share_entries() did call smb_panic() before. metze
* samba_dnsupdate: Safely update/create names for Samba3 targets as wellAndrew Bartlett2012-09-262-8/+21
| | | | | | | | | | This avoids unlocked writes to the dns_hosts_file, and may fix some of our issues on the build farm where large numbers of tests fail due to failed name resolution. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 05:48:25 CEST 2012 on sn-devel-104
* samba_dnsupdate: Move to using tmpfile/rename to keep the dns_hosts_file ↵Andrew Bartlett2012-09-262-4/+11
| | | | | | | | consistent This may be the cause of some of the large failure modes on the build farm. Andrew Bartlett
* selftest: Remove invalid security=share and rename secshare to simpleserverAndrew Bartlett2012-09-262-10/+9
| | | | | | | This avoids the loadparm code failing due to the invalid smb.conf entry, and removes the very last hint of security=share! Andrew Bartlett
* Fix bug #9213 - Bad ASN.1 NegTokenInit packet can cause invalid free.Jeremy Allison2012-09-261-0/+4
| | | | | | | | Not the correct fix for the specific issue, but a general fix to make sure this can never happen again. Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 26 04:07:57 CEST 2012 on sn-devel-104
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-263-9/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
|
* wscript: Removed executable bit.Ricky Nance2012-09-262-0/+0
| | | | Removed the executable for both wscript and wscript_build.
* s3: Factor out calculate_open_access_flagsVolker Lendecke2012-09-261-15/+31
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Wed Sep 26 00:22:56 CEST 2012 on sn-devel-104
* s3: Slightly simplify smbd_smb2_request_process_negprotVolker Lendecke2012-09-251-5/+3
| | | | Remove a nested if-statement
* s3: Fix some blank line endingsVolker Lendecke2012-09-251-6/+6
|
* s3: Fix a typoVolker Lendecke2012-09-251-1/+1
|
* pysmbd: Fix cut&paste errorsVolker Lendecke2012-09-251-2/+3
|
* pyntdb: Fix init function for ntdb python module.Pierre Lejeune2012-09-251-2/+2
| | | | | | | Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Tue Sep 25 22:40:39 CEST 2012 on sn-devel-104
* s4-python: Override SIGINT handler in scripts only.Jelmer Vernooij2012-09-255-8/+26
| | | | | | | | | | | | Override the SIGINT handler in a few select cases only, rather than doing so in one of the samba Python modules. I've done this where it matters most; we can add this code to other scripts too if necessary. This means that importing the 'samba' module from a third party application does not have side-effects on the state of the signal handlers. Bug: https://bugzilla.samba.org/show_bug.cgi?id=9068
* s3: Slightly simplify is_stat_openVolker Lendecke2012-09-251-3/+2
| | | | | | | | The "access_bits" clause is redundant. is_stat_open says that exactly at least one of the stat_open_bits must be set and none else. Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 20:05:06 CEST 2012 on sn-devel-104
* s3: Make is_stat_open() a bit more readableVolker Lendecke2012-09-251-4/+7
|
* lib: Make async_sock includable on its ownVolker Lendecke2012-09-251-0/+1
| | | | | Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104
* s4-torture: Fix some nonemtpy blank linesVolker Lendecke2012-09-251-12/+12
|
* s3: Fix indentation of if-expressionsVolker Lendecke2012-09-251-2/+3
| | | | | | | To me this makes open_file_ntcreate a little easier to understand Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 10:08:15 CEST 2012 on sn-devel-104
* docs: Change TOSHARG-VFS to avoid suggesting VFS modules are Linux/IRIX onlyAndrew Bartlett2012-09-251-2/+1
| | | | | Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Sep 25 08:27:15 CEST 2012 on sn-devel-104
* docs: Remove mention of auth methods in TOSHARG-PassdbAndrew Bartlett2012-09-251-12/+0
| | | | | | | This is not connected to the passdb system, and we should not encourage setting of auth methods in any case. Andrew Bartlett
* docs: Fix typo in TOSHARG-PassdbAndrew Bartlett2012-09-251-1/+1
|
* docs: Remove Win9X/WinMe mentions from TOSHARG-PDCAndrew Bartlett2012-09-251-166/+0
|
* docs: Add mention of AD DC support in TOSHARG-PDCAndrew Bartlett2012-09-251-12/+10
|
* docs: Explain the no-domain-logons restriction applies to all HOME editionsAndrew Bartlett2012-09-251-8/+8
|