Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tdb: raise version to 1.2.1tdb-1.2.1 | Simo Sorce | 2010-02-06 | 1 | -1/+1 |
| | | | | | after recent fixes we need to raise the version to 1.2.1 so that we can require also the right patched version. | ||||
* | s4-ldb: fixed api.py selftest | Andrew Tridgell | 2010-02-06 | 1 | -1/+1 |
| | | | | | subunitrun seemed to be calling a test from its own source, instead of the samba test. Fix this by calling the test directly. | ||||
* | s4:UID wrapper - Fix includes | Matthias Dieter Wallnöfer | 2010-02-05 | 4 | -18/+18 |
| | | | | | | | The includes of the UID wrapper headers werent't really efficient according to metze's post on the technical mailing list (http://lists.samba.org/archive/samba-technical/2010-February/069165.html). To achieve this move the "uid_wrapper.h" includes into "lib/util/unix_privs.c", "lib/util/util.c", "ntvfs/posix/pvfs_acl.c" and "ntvfs/unixuid/vfs_unixuid.c". | ||||
* | s4:Heimdal build - never require the NSS wrapper for Heimdal Kerberos | Matthias Dieter Wallnöfer | 2010-02-05 | 1 | -5/+5 |
| | | | | | | | Disable the use of it in the heimdal code. Notice: This doesn't need to be ported upstream since it only affects the build in conjunction with s4. | ||||
* | s4/drs: propagate DRS_ extension flags in code base | Kamen Mazdrashki | 2010-02-05 | 3 | -3/+3 |
| | |||||
* | s4-torture: handle NT_STATUS_CONNECTION_RESET | Andrew Tridgell | 2010-02-04 | 3 | -6/+12 |
| | | | | a CONNECTION_RESET is now the normal "client disconnect" status code | ||||
* | s4:mark the SYSTEM control always as non-critical | Matthias Dieter Wallnöfer | 2010-02-04 | 1 | -0/+29 |
| | | | | | It is needed to not break the various LDAP backends. For reference look at bug #7040. | ||||
* | net: Fix python 2.4 compatibility. | Jelmer Vernooij | 2010-02-03 | 1 | -0/+5 |
| | |||||
* | Change uint_t to unsigned int in source4 | Matt Kraai | 2010-02-02 | 61 | -290/+290 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4:NBT-WINSREPLICATION: don't mark a local variable as static | Stefan Metzmacher | 2010-02-02 | 1 | -1/+1 |
| | | | | | | This was somehow introduced in commit 8773e743c518578584d07d35ffdafdd598af88b0. metze | ||||
* | s4:NBT-WINS: test large scopes | Stefan Metzmacher | 2010-02-01 | 1 | -0/+37 |
| | | | | metze | ||||
* | s4:NBT-WINS: pass the expected rcode of the name registration to the test code | Stefan Metzmacher | 2010-02-01 | 1 | -18/+39 |
| | | | | metze | ||||
* | s4:NBT-WINSREPLICATION: test replication with names including scopes | Stefan Metzmacher | 2010-02-01 | 1 | -1/+51 |
| | | | | metze | ||||
* | s4:NBT-WINSREPLICATION: fix compiler warnings | Stefan Metzmacher | 2010-02-01 | 1 | -8/+16 |
| | | | | metze | ||||
* | s4:NBT-WINSREPLICATION: use an array of nbt_names to loop over different names | Stefan Metzmacher | 2010-02-01 | 1 | -10/+7 |
| | | | | metze | ||||
* | s4:winsserver: reject name registrations with a scope length > 237 | Stefan Metzmacher | 2010-02-01 | 1 | -0/+9 |
| | | | | | | This matches Windows 2008 behavior. Name releases are just ignored. metze | ||||
* | s4:wrepl_server: truncate the scope of a netbios name to 237 bytes as ↵ | Stefan Metzmacher | 2010-02-01 | 1 | -0/+14 |
| | | | | | | Windows 2008 does metze | ||||
* | s4/ldif: Handle Schema:prefixMap blobs in W2K3 and W2K8 | Kamen Mazdrashki | 2010-02-01 | 1 | -6/+16 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4/ldif: Better control on ldif_write_NDR() errors processing | Kamen Mazdrashki | 2010-02-01 | 1 | -6/+21 |
| | | | | | | | Current implementation mask NDR_ errors implicitly. Thus the caller has no opportunity handle such an error. Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4-smbtorture: check for RouterReplyPrinterEx packets inside backchannel in ↵ | Günther Deschner | 2010-01-31 | 1 | -6/+147 |
| | | | | | | RPC-SPOOLSS-NOTIFY. Guenther | ||||
* | s4-smbtorture: also test RouterRefreshPrinterChangeNotify call in ↵ | Günther Deschner | 2010-01-31 | 1 | -0/+25 |
| | | | | | | RPC-SPOOLSS-NOTIFY. Guenther | ||||
* | s4-smbtorture: rework spoolss_NotifyOption handling in RPC-SPOOLSS-NOTIFY. | Günther Deschner | 2010-01-31 | 1 | -19/+31 |
| | | | | Guenther | ||||
* | s4:kdc streamline context initialization | Simo Sorce | 2010-01-31 | 2 | -37/+58 |
| | | | | | Allow other plugins to init the context without having it try to grab sockets or set samba specific logging. | ||||
* | s4:kdc Streamline client access verification call | Simo Sorce | 2010-01-31 | 3 | -70/+129 |
| | | | | Move the core to pac-glue so that other plugins can use it. | ||||
* | s4:kdc Fix netbios name retrieval | Simo Sorce | 2010-01-31 | 1 | -2/+2 |
| | | | | The code was looping but always checking only the first address. | ||||
* | s4:ldb quiet down rootdse control registration | Simo Sorce | 2010-01-31 | 1 | -1/+1 |
| | |||||
* | s4:ldb Fix check made conditional by mistake | Simo Sorce | 2010-01-30 | 1 | -7/+11 |
| | |||||
* | s4:ldb add support for permissive modify control | Simo Sorce | 2010-01-30 | 1 | -24/+96 |
| | |||||
* | Revert "s4:include/includes.h - Need to include "system/network.h"" | Matthias Dieter Wallnöfer | 2010-01-29 | 1 | -1/+0 |
| | | | | | | This reverts commit 97fd03a15a694450e80310fc776a58c6fde58a52. This obviously broke the build. Revert it for now. | ||||
* | s4:include/includes.h - Need to include "system/network.h" | Matthias Dieter Wallnöfer | 2010-01-29 | 1 | -0/+1 |
| | | | | Otherwise I don't get the definition of "struct in_addr" for "lib/util/util.h" on CentOS 4. | ||||
* | Fixed a bug caused by a typo. Infrastructure role didn't work. | Nadezhda Ivanova | 2010-01-29 | 1 | -1/+1 |
| | |||||
* | s4/ldap: Test to expoit ldb_ildap bug in case of nested search requests | Kamen Mazdrashki | 2010-01-29 | 3 | -1/+205 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4/ldap: Fix nested searches SEGFAULT bug | Kamen Mazdrashki | 2010-01-29 | 2 | -0/+15 |
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> | ||||
* | s4:auth_sam: avoid usage of data_blob_talloc_reference() and copy the ↵ | Stefan Metzmacher | 2010-01-29 | 1 | -4/+14 |
| | | | | | | session keys metze | ||||
* | s4:libcli: remove unneeded talloc_reference() usage | Stefan Metzmacher | 2010-01-29 | 1 | -4/+1 |
| | | | | metze | ||||
* | s4:kdc remove dead code and comments | Simo Sorce | 2010-01-28 | 1 | -5/+0 |
| | |||||
* | s4:kdc Fill in more data fields | Simo Sorce | 2010-01-28 | 1 | -4/+8 |
| | |||||
* | s4:kdc move db functions in their own file | Simo Sorce | 2010-01-28 | 8 | -1468/+1621 |
| | | | | | | | | | | Keep all heimdal related plugin code within hdb_samba4.c Move interfaces needed by multiple plugins in db-glue.c Move sequence context in main db context so that we do not depend on db->hdb_dbc in the common code. Remove unnecessary paremeters from function prototypes | ||||
* | s4:kdc Use a clearer name for the samba kdc entry | Simo Sorce | 2010-01-28 | 4 | -32/+30 |
| | | | | | | Renames hdb_samba4_private to samba_kdc_entry Streamlines members of the entry and the kdc db contextto avoid unnecessary duplication. | ||||
* | s4:kdc Use better db context structure | Simo Sorce | 2010-01-28 | 6 | -93/+114 |
| | | | | | | | | This allows to use a common structure not tied to hdb_samba4 Also allows to avoid many casts within hdb_samba4 functions This is the first step to abstract samba kdc databse functions so they can be used by the MIT forthcoming plugin. | ||||
* | s4-ldbtest: fixed python import | Andrew Tridgell | 2010-01-28 | 1 | -2/+2 |
| | |||||
* | s4-drs: implementation of some delete test cases | Eduardo Lima | 2010-01-28 | 2 | -0/+201 |
| | | | | Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | cleanup: remove trailing spaces and tabs | Simo Sorce | 2010-01-28 | 1 | -37/+37 |
| | |||||
* | s4-drs: Reads uSNUrgent and sets Urgent Replication Bit for DS_ReplicaSync ↵ | Fernando J V da Silva | 2010-01-28 | 2 | -7/+24 |
| | | | | | | | | | | | when necessary If an urgent replication is necessary, so the uSNUrgent stored is equal to the uSNHighest stored, then when sending the DS_ReplicaSync message it sets the DRSUAPI_DRS_SYNC_URGENT bit on DRS_OPTIONS. Signed-off-by: Fernando J V da Silva <fernandojvsilva@yahoo.com.br> Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4:windc move windc plugin in its own file | Simo Sorce | 2010-01-27 | 5 | -191/+228 |
| | | | | | Keep all heimdal related plugin code within wdc-samba4.c Leave only interfaces common to multiple plugins in pac-glue.c | ||||
* | s4:PAC make common functions public | Simo Sorce | 2010-01-27 | 2 | -25/+70 |
| | |||||
* | s4:PAC Streamline pac-glue step 2 | Simo Sorce | 2010-01-27 | 1 | -55/+113 |
| | | | | | Split functions so that no assumption is made about which plugin is using them | ||||
* | s4:PAC Streamline pac-glue | Simo Sorce | 2010-01-27 | 1 | -19/+40 |
| | | | | First step, preparing to share the code between multiple plugins. | ||||
* | Implemented net fsmo command for transferring fsmo roles | Nadezhda Ivanova | 2010-01-27 | 2 | -0/+204 |
| | | | | | | | | | | | | | The command allows the user to transfer a fsmo role to the server to which the connection is established. Roles can be transferred or seized. By default a transfer is attempted even if seize option is chosen, as it is dangerous to seize a role if the current owner is still running. example use: net fsmo show --host=hostnameoraddress --username=username --password=password net fsmo transfer --role=role --host=hostnameoraddress --username=username --password=password net fsmo seize --role=role --host=hostnameoraddress --username=username --password=password [--force] Tested against Win2008. Does not work for samba 4 yet as we are missing the GetNCChanges extensions. | ||||
* | s4-smbtorture: pick correct last packet while checking backchannel replies ↵ | Günther Deschner | 2010-01-27 | 1 | -2/+10 |
| | | | | | | in RPC-SPOOLSS-NOTIFY. Guenther |