Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-17 | s3: Fix a missing return value | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 20:40:18 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printers | Günther Deschner | 1 | -1/+3 | |
with admin privileges. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 17 15:05:02 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-11-17 | s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2010-11-17 | s4-repl: removed the syncall_workaround code | Andrew Tridgell | 2 | -6/+0 | |
this isn't needed any more Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 17 13:41:51 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-repl: save the result of the last replication in repsFrom/repsTo | Andrew Tridgell | 3 | -58/+75 | |
when a replication fails, we should add the failure to repsFrom when a notify fails, we need to save it to repsTo this ensures showrepl always shows the latest status | |||||
2010-11-17 | s4-repl: ensure we don't starve pending replication ops | Andrew Tridgell | 4 | -6/+24 | |
when there was a continuous sequence of notify ops, we could leave the replication ops starving. This ensures we run whichever was queued first | |||||
2010-11-17 | s4-kcc: fixed result_last_attempt in showrepl | Andrew Tridgell | 1 | -0/+1 | |
2010-11-17 | s4-doserr: telling our users to "see Windows help" doesn't seem right | Andrew Tridgell | 1 | -4/+4 | |
2010-11-17 | s4-provision: don't test for xattrs if posix:eadb is set | Andrew Tridgell | 2 | -1/+2 | |
when it is set in smb.conf or on the command line, obey the setting and don't try to test for system xattr support | |||||
2010-11-17 | s4-provision: setup posix:eadb using lp.set() | Andrew Tridgell | 4 | -8/+2 | |
this allows it to override a setting made during the automatic testing of xattr support | |||||
2010-11-17 | developer: only do the C++ reserved name checking on Linux | Andrew Tridgell | 3 | -28/+2 | |
this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code | |||||
2010-11-17 | s4-provision: don't try to autodetect xattr is posix:eadb is set | Andrew Tridgell | 1 | -1/+1 | |
when posix:eadb is set then we know we should be using an eadb | |||||
2010-11-17 | s4-heimdal: ask for non-atomic heimdal | Andrew Tridgell | 1 | -0/+3 | |
this allows us to build with compilers other than gcc | |||||
2010-11-17 | heimdal: added HEIM_BASE_NON_ATOMIC option | Andrew Tridgell | 1 | -1/+8 | |
This allows heimdal to build without gcc, by not using atomic operations. We don't need heimdal to be atomic in Samba. | |||||
2010-11-17 | s4-test: updates to test-howto.py | Andrew Tridgell | 2 | -59/+122 | |
- handle clock skew using "net time" on windows after we open the telnet connection - allow checking for result lists in order - replicate all partitions after vampiring so we don't need to wait for periodic replication - use a krb5 ccache in the prefix for kinit based tests The complete test suite now passes on my system, taking just over 13 minutes to complete | |||||
2010-11-17 | s4-heimdal: implement KERB_AP_ERR_TYPE_SKEW_RECOVERY | Andrew Tridgell | 1 | -1/+5 | |
this e_data field in a kerberos error packet tells windows to do clock skew recovery. See [MS-KILE] 2.2.1 KERB-ERROR-DATA Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-17 | s4-gensec: zero the gssapi_state | Andrew Tridgell | 1 | -1/+1 | |
this fixes a use of the target_principal before initialisation Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-11-17 | s4-provision: use the command line lp in provision | Andrew Tridgell | 1 | -1/+1 | |
this ensures that provision options are stored in the generated smb.conf | |||||
2010-11-17 | s4-provision: add log messages about IP lookup | Andrew Tridgell | 1 | -0/+2 | |
the IPv6 lookup can be very slow if a DNS server in the search list is unavailable. It's good to let the user know what its doing. | |||||
2010-11-17 | s4-dns: catch more expections in samba_dnsupdate | Andrew Tridgell | 1 | -1/+5 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -13/+14 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 12:02:34 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txt | Volker Lendecke | 1 | -28/+29 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_afs_token | Volker Lendecke | 1 | -8/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndr | Volker Lendecke | 1 | -4/+5 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_unix_username | Volker Lendecke | 1 | -6/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -11/+11 | |
2010-11-17 | "bool ? true : false" is a bit pointless | Volker Lendecke | 1 | -2/+1 | |
2010-11-17 | s3: Move parse_sidlist to the only calling file | Volker Lendecke | 3 | -44/+42 | |
2010-11-17 | s3: Remove some unused code | Volker Lendecke | 2 | -23/+0 | |
2010-11-17 | ldb:ldb_dn.c - ldb_dn_explode - free also the extended components on error cases | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Nov 17 08:45:53 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data | Kai Blin | 1 | -2/+0 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-test: added testing of w2k3 DC join to test-howto.py | Andrew Tridgell | 2 | -19/+105 | |
Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 17 01:16:19 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s4-join: fixed join to w2k3 | Andrew Tridgell | 1 | -1/+1 | |
w2k3 does need msDS-Behavior-Version | |||||
2010-11-17 | s4-join: show a reasonable error on DsAddEntry() failing | Andrew Tridgell | 1 | -1/+6 | |
DsAddEntry() gives errors in a reply container | |||||
2010-11-17 | s4-join: enable NDR printing at debug levels >= 5 | Andrew Tridgell | 1 | -2/+9 | |
this is handy for debugging joins | |||||
2010-11-17 | s4-loadparm: set debuglevel and logfile in tables | Andrew Tridgell | 1 | -0/+5 | |
this allows the debug level and logfile to be queried from python using lp.get(). Otheriwse they are set only in the globals, and not in the tables. | |||||
2010-11-17 | s4-loadparm: fixed a memory leak in handle_realm() | Andrew Tridgell | 1 | -0/+3 | |
we need to free the lowercase and uppercase varients | |||||
2010-11-16 | s4-kdc Rework supported encryption type logic to match Microsoft | Andrew Bartlett | 1 | -37/+16 | |
Thanks to Hongwei Sun for the clear description of the algorithim involved. Importantly, it isn't possible to remove encryption types from the list, only to add them over the defaults (DES and arcfour-hmac-md5, and additional AES for DCs and RODCs). This changes the behaviour for entries with msDS-supportedEncryptionTypes: 0, which Angelos Oikonomopoulos reported finding set by ADUC when attempting to store cleartext passwords. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Nov 16 21:24:43 UTC 2010 on sn-devel-104 | |||||
2010-11-16 | s4:acl LDB module - use also here "dsdb_find_nc_root" to implement the ↵ | Matthias Dieter Wallnöfer | 1 | -28/+57 | |
NC-specific checks Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 16 15:12:13 UTC 2010 on sn-devel-104 | |||||
2010-11-16 | s4:descriptor LDB module - also "get_default_ag" should make use of ↵ | Matthias Dieter Wallnöfer | 1 | -12/+12 | |
"dsdb_find_nc_root" | |||||
2010-11-16 | s4:descriptor LDB module - handle the NCs in a more generic way by using ↵ | Matthias Dieter Wallnöfer | 1 | -10/+22 | |
"dsdb_find_nc_root" | |||||
2010-11-16 | s4:"dsdb_find_nc_root" - let it work also when the "namingContexts" ↵ | Matthias Dieter Wallnöfer | 1 | -8/+34 | |
attribute isn't available yet This is needed on provisioning when the modules aren't set up yet. | |||||
2010-11-16 | s4:descriptor LDB module - make more clear that special control entries ↵ | Matthias Dieter Wallnöfer | 1 | -0/+7 | |
never should be handled by modules | |||||
2010-11-16 | s4:objectclass LDB module - the "olddn" is the special DN for rename requests | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-11-16 | s4-schema_load: Don't clean in_transaction flag until transaction is really ↵ | Kamen Mazdrashki | 1 | -7/+6 | |
finished Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Tue Nov 16 11:00:35 UTC 2010 on sn-devel-104 | |||||
2010-11-16 | s4:subtree_rename LDB module - make use of "dsdb_find_nc_root" | Matthias Dieter Wallnöfer | 1 | -22/+27 | |
This is exactly what's needed there. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 16 08:42:07 UTC 2010 on sn-devel-104 | |||||
2010-11-16 | s4:objectclass LDB module - free "nc_root" after name context comparisons | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
2010-11-16 | s4-test: fixes for test-howto.py | Andrew Tridgell | 2 | -25/+36 | |
this fixes some timing issues, plus ensures we test both with and without kerberos Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 16 07:58:55 UTC 2010 on sn-devel-104 | |||||
2010-11-16 | s4-spoolss: fixed warning in call to torture_warning() | Andrew Tridgell | 1 | -2/+2 | |