Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-21 | s4-dns: return the local hostname as the SOA authority | Andrew Tridgell | 1 | -2/+19 | |
this is done by all DCs in the domain to ensure that updates go to the right place | |||||
2010-12-21 | s4-provision: removed an incorrect debug message | Andrew Tridgell | 1 | -2/+0 | |
this is now used as part of the main join | |||||
2010-12-21 | s4-dns: disable segfault handling in dlz_bind9 | Andrew Tridgell | 3 | -2/+15 | |
we don't want bind9 calling the Samba segv handler | |||||
2010-12-21 | s4:auth/session.h - use a forward declaration for type "struct ldb_context" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
And remove the now obsolete one for "struct tevent_context" Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Dec 21 11:17:34 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-auth Ensure that we always copy across domain groups | Andrew Bartlett | 1 | -13/+13 | |
Even if we can't calculate the local groups (because we don't have a local SAM to do it with) we still need to include the domain groups in the session_info token. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Dec 21 05:56:22 CET 2010 on sn-devel-104 | |||||
2010-12-21 | s4-auth Remove duplicate copies of session_info creation code | Andrew Bartlett | 4 | -158/+46 | |
We now just do or do not call into LDB based on some flags. This means there may be some more link time dependencies, but we seem to deal with those better now. Andrew Bartlett | |||||
2010-12-21 | s4-auth rework session_info handling not to require an auth context | Andrew Bartlett | 6 | -24/+28 | |
This reverts a previous move to have this based around the auth subsystem, which just spread auth deps all over unrelated code. Andrew Bartlett | |||||
2010-12-21 | s4-auth Remove event context from privilage database handling | Andrew Bartlett | 6 | -12/+7 | |
These local TDB operations can quite safely be handled in a new/nested event context, rather than using the main event context. Andrew Bartlett | |||||
2010-12-21 | s4-auth Remove obsolete comment | Andrew Bartlett | 1 | -7/+0 | |
The code that this referred to went away in September with 7dbfeb0dc040889244a1110940af2d070f823374 Andrew Bartlett | |||||
2010-12-21 | s4:dsdb/schema/schema_* - adaptions needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 3 | -3/+9 | |
2010-12-21 | s4:lib/ldb-samba/ldif_handlers.c - adaption needed for removed "const" on OIDs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-21 | s3/s4:auth SPNEGO - adaptions for the removed "const" from OIDs | Matthias Dieter Wallnöfer | 2 | -5/+7 | |
This is needed in order to suppress warnings. | |||||
2010-12-21 | librpc/ndr/ndr_*.c - remove "const" from OIDs | Matthias Dieter Wallnöfer | 2 | -2/+2 | |
2010-12-21 | lib/util/asn1.c - remove the "const" specifier from OID | Matthias Dieter Wallnöfer | 3 | -13/+14 | |
There is no reason to have it "const" since it's an allocated thing. | |||||
2010-12-21 | s4:dsdb/common/util.c - remove unused variable "ndr_err" | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-12-21 | s4:auth/gensec/spnego.c - remove unused variable "principal" | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
2010-12-21 | Keep track of the sparse status of an open file handle. Allows bypass of | Jeremy Allison | 5 | -2/+15 | |
strict allocation on sparse files. Files opened as POSIX opens are always sparse. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Dec 21 04:12:22 CET 2010 on sn-devel-104 | |||||
2010-12-21 | dns: fixed the padding for dnsp_name fields in LDAP | Andrew Tridgell | 1 | -4/+18 | |
all names are NUL terminated, but may have additional padding as well Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Dec 21 03:26:26 CET 2010 on sn-devel-104 | |||||
2010-12-21 | dns: auto-calculate the wDataLength field in DNS records | Andrew Tridgell | 1 | -2/+2 | |
we need this for creating new records | |||||
2010-12-21 | s4-dns: fixed a crash bug in dlz_bind9 code | Andrew Tridgell | 1 | -2/+0 | |
we need to keep el_ctx for the next part of the loop | |||||
2010-12-21 | dnsp: fixed parsing of dns_name structures | Andrew Tridgell | 1 | -3/+4 | |
its not a pad byte, its a trailing zero | |||||
2010-12-21 | Added call out to a Linux-compatible fallocate() when we need to extend a file | Jeremy Allison | 5 | -3/+86 | |
allocation extent without changing end-of-file size. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Dec 21 02:41:24 CET 2010 on sn-devel-104 | |||||
2010-12-20 | CREATE in a compound CREATE/NOTIFY sequence was being passed through ↵ | Ken Harris | 1 | -17/+17 | |
set_operation_credits() twice (ultimately perhaps because of bug 7331 involving this compound sequence and the need to be ready for any incoming CANCEL of the NOTIFY). This had the server thinking it had granted more credit than it actually had, which lead to zero-credits being granted in interim NOTIFY responses. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 20 20:59:55 CET 2010 on sn-devel-104 | |||||
2010-12-20 | From metze's work on sparse attributes. FILE_ATTRIBUTE_SPARSE is valid on ↵ | Jeremy Allison | 2 | -3/+3 | |
get but not on set. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Dec 20 20:11:22 CET 2010 on sn-devel-104 | |||||
2010-12-20 | s3-printing: fix printer_list_traverse() | David Disseldorp | 1 | -1/+1 | |
The tdb traverse function returns the number of elements traversed, or less than zero on error, printer_list_traverse() is incorrectly checking for non-zero return. Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Mon Dec 20 18:44:41 CET 2010 on sn-devel-104 | |||||
2010-12-20 | s3: Remove unused "retry" from cli_start_connection | Volker Lendecke | 4 | -15/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 20 17:58:33 CET 2010 on sn-devel-104 | |||||
2010-12-20 | s3: Remove unused "retry" from cli_full_connection | Volker Lendecke | 17 | -32/+25 | |
2010-12-20 | s3: Always retry the DC connection in auth_domain | Volker Lendecke | 1 | -8/+4 | |
The only condition that cli_full_connection marks as non-retryable is the basic name lookup and TCP connect. To me this is pretty fishy. For example if the negprot fails, this is supposed to be more retryable than a NetBIOS name lookup failure? I'd rather think the opposite is true. Jeremy, this is code from 2002, 389a16d9d533. If you have any comments from back then, let me know :-) Volker | |||||
2010-12-20 | s3: Remove some unused variables | Volker Lendecke | 2 | -6/+3 | |
2010-12-20 | s4-smbtorture: run the winreg tests also against an added driver. | Günther Deschner | 1 | -0/+19 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Dec 20 14:31:43 CET 2010 on sn-devel-104 | |||||
2010-12-20 | s4-pydsdb: Use local memory context in py_dsdb_get_oid_from_attid() | Kamen Mazdrashki | 1 | -4/+16 | |
This version reverts changes from commit b974966cc2b4d0b5b0d83206070b5f7c5c6495d1 and is what Matthieu Patou had commited in d784ecec555a3d9737e6f4b3894f27904d2b833c with added reference to the schema cache. I think referencing schema here is the right thing to be done as thus we garantee that schema cache will stay in memory for the time our function is executed Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Mon Dec 20 12:01:53 CET 2010 on sn-devel-104 | |||||
2010-12-20 | dnspython: Merge in new upstream. | Jelmer Vernooij | 6 | -3/+27 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104 | |||||
2010-12-20 | testtools: Merge in new upstream. | Jelmer Vernooij | 14 | -48/+156 | |
2010-12-20 | lib: Protect against tevent nterror mismatches | Volker Lendecke | 1 | -3/+23 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Dec 20 00:12:02 CET 2010 on sn-devel-104 | |||||
2010-12-19 | s3: "make etags" should not grow TAGS infinitely... | Volker Lendecke | 1 | -0/+1 | |
2010-12-19 | s3: Fix bug 7066 -- wbcAuthenticateEx gives unix times | Volker Lendecke | 1 | -3/+5 | |
We might eventually want to change this, but right now we get unix times out of the winbind pipe struct | |||||
2010-12-19 | s3: Use the right uid winbindd_raw_kerberos_login() | Volker Lendecke | 1 | -1/+1 | |
2010-12-19 | wb_reqtrans is not used in libwbclient | Volker Lendecke | 7 | -8/+8 | |
2010-12-19 | Move wbc_async.[ch] to its only user: smbtorture3 | Volker Lendecke | 5 | -4/+4 | |
2010-12-19 | libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h | Volker Lendecke | 5 | -33/+65 | |
2010-12-19 | s3: wcache_invalidate_samlogon only needs the SID | Volker Lendecke | 3 | -12/+15 | |
2010-12-19 | s3: netsamlogon_clear_cached_user only needs the SID | Volker Lendecke | 3 | -10/+4 | |
2010-12-19 | s3: Remove two pointless slprintf calls | Volker Lendecke | 1 | -4/+4 | |
2010-12-19 | s3: FreeBSD has getpeereid(), use it | Volker Lendecke | 2 | -0/+16 | |
2010-12-19 | s3: Reply correctly to FSCTL_IS_VOLUME_DIRTY | Volker Lendecke | 2 | -0/+10 | |
2010-12-19 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -22/+22 | |
2010-12-19 | s3: Did I say this module is from hell? | Volker Lendecke | 1 | -1/+1 | |
2010-12-19 | s3: re-add some debugs to check_reduced_name | Volker Lendecke | 1 | -0/+2 | |
2010-12-19 | s3: Fix some typos | Volker Lendecke | 5 | -7/+7 | |
2010-12-19 | s3: Document wbinfo -P/--ping-dc | Volker Lendecke | 1 | -0/+10 | |