Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-26 | s4:libnet/py_net.c - initialise optional keyword arguments | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:libcli/finddcs_cldap.c - let "finddcs_cldap" work either with the IP ↵ | Matthias Dieter Wallnöfer | 1 | -14/+27 | |
address or the domain name This will be useful for a new "samba-tool domain info" command. Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | smbtorture: avoid sigsev if the password is not correct | Matthieu Patou | 1 | -1/+1 | |
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-26 | s4:update_keytab LDB module - no need to filter for the DN | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
We launch a search request with base scope on exactly the same DN (see downwards). Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s4:libcli/smb2: use talloc_zero() in smb2_request_init() | Stefan Metzmacher | 1 | -16/+3 | |
metze | |||||
2011-11-24 | s4:libcli/smb2: fix compiler warning in smb2_push_o16s16_string() | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2011-11-24 | s4:libcli/smb2: implement on top of smbXcli_conn/req | Stefan Metzmacher | 15 | -882/+452 | |
metze | |||||
2011-11-24 | s4:torture/smb2: use tctx->ev as event context for polling | Stefan Metzmacher | 3 | -8/+7 | |
metze | |||||
2011-11-24 | s4 dns: Test QCLASS_NONE query | Kai Blin | 1 | -0/+14 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Nov 24 14:10:45 CET 2011 on sn-devel-104 | |||||
2011-11-24 | s4 dns: Test QTYPE_ALL query | Kai Blin | 1 | -0/+25 | |
2011-11-24 | s4 dns: Check more of the returned values for the A query | Kai Blin | 1 | -0/+3 | |
2011-11-24 | s4 dns: Move dns_transaction_udp to other helper functions | Kai Blin | 1 | -13/+14 | |
2011-11-22 | s4-dns: added --no-credentials option to samba_dnsupdate | Andrew Tridgell | 1 | -3/+10 | |
this is for a user who is doing DNS updates via key files rather than GSSAPI. This allows the update to go through without a kerberos error Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 22 06:34:59 CET 2011 on sn-devel-104 | |||||
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used ↵ | Jeremy Allison | 9 | -40/+28 | |
[-Wunused-but-set-variable]" warnings from the new gcc. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Nov 21 23:39:08 CET 2011 on sn-devel-104 | |||||
2011-11-20 | s4-smbtorture: add ndr test for nbt_netlogon_packet to avoid future regressions. | Günther Deschner | 1 | -0/+36 | |
Guys, we really should make sure to always add ndr tests like this whenever we change some sensitive libndr or handmarshalling bits. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Sun Nov 20 23:10:39 CET 2011 on sn-devel-104 | |||||
2011-11-19 | s4-dsdb: Modify the repl_meta_data behavior to allow Metadata change on ↵ | Matthieu Patou | 1 | -2/+8 | |
attribute interSiteTopologyGenerator even if the value didn't change Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sat Nov 19 16:47:53 CET 2011 on sn-devel-104 | |||||
2011-11-18 | s3-py-passdb: Fix handling of uninitialized gid values | Amitay Isaacs | 2 | -2/+2 | |
Uninitialized gid value is set to -1 and return as such from python passdb api. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Fri Nov 18 06:18:33 CET 2011 on sn-devel-104 | |||||
2011-11-18 | dsdb: Fix the password expiry calculation | Amitay Isaacs | 1 | -1/+1 | |
As per Section 3.1.1.4.5.26 [MS-ADTS.pdf], password is expired if pwdLastSet = null, or pwdLastSet = 0, or (maxPwdAge != 0x8000000000000000 and (ST - pwdLastSet) > maxPwdAge) | |||||
2011-11-18 | s3-passdb_test: Policy values are converted to signed integer | Amitay Isaacs | 1 | -1/+1 | |
No need to check value for 0xffffffff (4294967295). | |||||
2011-11-18 | s4-s3-upgrade: Add --verbose option to print extra details | Amitay Isaacs | 2 | -3/+6 | |
2011-11-18 | s4-auth log details about any token we fail to convert to a unix token | Andrew Bartlett | 1 | -0/+17 | |
Now that entries are being added into the idmap DB from Samba3, and may be UID or GID but not BOTH, failures are more likely. Andrew Bartlett | |||||
2011-11-18 | s4-s3-upgrade: Fix idmap types ID_TYPE_UID/ID_TYPE_GID instead of UID/GID | Amitay Isaacs | 1 | -3/+3 | |
2011-11-18 | samba-tool: Fix the domain account policy max_pwd_age calculation | Amitay Isaacs | 1 | -2/+8 | |
Windows sets maxPwdAge to -0x8000000000000000 when maximum password age is set to 0 days. | |||||
2011-11-18 | s4-s3-upgrade: Fix the minimum and maximum password age calculation | Amitay Isaacs | 1 | -4/+4 | |
Windows sets maxPwdAge to -0x8000000000000000 when maximum password age is set to 0 days. | |||||
2011-11-18 | s4-s3-upgrade now look for -1 as the special 'not set' value | Andrew Bartlett | 1 | -1/+1 | |
this is possible because we know the py_passdb will always set -1 here, not passing though 0xFFFFFFFF. Andrew Bartlett | |||||
2011-11-17 | s4 dns: Reduce test output noise by upping log level for dns_name_packet logging | Kai Blin | 1 | -3/+6 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Thu Nov 17 20:10:05 CET 2011 on sn-devel-104 | |||||
2011-11-17 | s4 dns: Add a first test case | Kai Blin | 2 | -0/+120 | |
2011-11-17 | samba.tests.dsdb: Import TestCase from samba.tests. | Jelmer Vernooij | 1 | -4/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Nov 17 08:36:17 CET 2011 on sn-devel-104 | |||||
2011-11-17 | samba.tests: Make sure testtools is available before importing it. | Jelmer Vernooij | 1 | -0/+2 | |
2011-11-17 | s4-dsdb: Remove unsed variable | Amitay Isaacs | 1 | -2/+0 | |
2011-11-17 | s4-s3-upgrade Test getdomainsid as well | Andrew Bartlett | 1 | -0/+2 | |
2011-11-17 | lib/param: Add tests for security= behaviour now it operates with server role | Andrew Bartlett | 1 | -0/+41 | |
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-17 | s4-provision permit server role to be the ROLE_ strings from s3 | Andrew Bartlett | 3 | -18/+20 | |
Also convert between the aliases in one single place. Andrew Bartlett Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-17 | param: Add tests for automatic server role guessing | Andrew Bartlett | 1 | -0/+81 | |
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-17 | py-param: Add python interface to get server_role | Amitay Isaacs | 1 | -0/+15 | |
2011-11-17 | s4-s3-upgrade Add test of net getlocalsid after the upgrade | Andrew Bartlett | 1 | -0/+4 | |
Pair-Programmed-With: Amitay Isaacs <amitay@samba.org> | |||||
2011-11-16 | provision: Set the security descriptor while creating partitions | Amitay Isaacs | 2 | -12/+4 | |
With Matthieu's patch, the setting of security descriptor on partition dn at create time works correctly. Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Nov 16 08:54:25 CET 2011 on sn-devel-104 | |||||
2011-11-16 | s4-dsdb: rework the NC detection for the descriptor calculation | Matthieu Patou | 1 | -12/+31 | |
This checks if instanceType attribute is available, and if INSTANCE_TYPE_IS_NC_HEAD bit is set. If the bit is set, then the DN is NC root and security descriptor is not inherited from parent SD. Signed-off-by: Amitay Isaacs <amitay@gmail.com> | |||||
2011-11-16 | s3-s4-upgrade: do not add description if it is empty string or none | Amitay Isaacs | 1 | -6/+12 | |
Autobuild-User: Amitay Isaacs <amitay@samba.org> Autobuild-Date: Wed Nov 16 05:53:41 CET 2011 on sn-devel-104 | |||||
2011-11-16 | HEIMDAL:lib/krb5: add utf8 support to build_logon_name() for the PAC | Stefan Metzmacher | 1 | -18/+49 | |
Pair-Programmed-With: Arvid Requate <requate@univention.de> metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 16 02:00:12 CET 2011 on sn-devel-104 | |||||
2011-11-16 | HEIMDAL:lib/wind: export wind_ucs2write() | Stefan Metzmacher | 1 | -0/+1 | |
Pair-Programmed-With: Arvid Requate <requate@univention.de> metze | |||||
2011-11-16 | HEIMDAL:lib/winbd: fix wind_ucs2write with WIND_RW_LE | Stefan Metzmacher | 1 | -4/+4 | |
Pair-Programmed-With: Arvid Requate <requate@univention.de> metze | |||||
2011-11-16 | HEIMDAL:lib/wind: fix wind_ucs4utf8() and wind_ucs2utf8() | Stefan Metzmacher | 1 | -5/+5 | |
Pair-Programmed-With: Arvid Requate <requate@univention.de> metze | |||||
2011-11-15 | s4:partition LDB module - fix handling regarding special DNs on searches | Matthias Dieter Wallnöfer | 1 | -0/+5 | |
Normally they should always be passed to the main backend unless something different has been specified. Reviewed-by: abartlet Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Nov 15 22:43:06 CET 2011 on sn-devel-104 | |||||
2011-11-15 | s4:torture/rpc/samr.c - use "NULL" instead of "0" when initialising pointers | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-11-15 | s4:join.py - fix typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2011-11-15 | s4:dsdb/schema_data: reject schema update unless they're allowed | Stefan Metzmacher | 1 | -0/+12 | |
"dsdb:schema update allowed = yes" is now needed in smb.conf to enable schema updates, as schema updates are a currenty a good way to prevent samba from startup again, because of errors in the schema definition. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Nov 15 13:00:07 CET 2011 on sn-devel-104 | |||||
2011-11-15 | s4:dsdb/schema: add "dsdb:schema update allowed" option to enable schema updates | Stefan Metzmacher | 3 | -2/+17 | |
By default schema updates are not allowed anymore, as we don't have complete validation code to prevent database corruption. metze | |||||
2011-11-15 | s4:dsdb/schema_data: reject changes to schemaInfo, msDs-Schema-Extensions, ↵ | Stefan Metzmacher | 1 | -0/+28 | |
msDS-IntId As windows we return CONSTRAINT_VIOLATION now. metze | |||||
2011-11-15 | s4:dsdb/schema_data: make sure we reject schema changes if we're not the ↵ | Stefan Metzmacher | 1 | -0/+101 | |
schema master metze |