Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-25 | s3: Remove a bogus comment | Volker Lendecke | 1 | -4/+0 | |
2011-08-25 | s3: Pass smbd_server_connection to (unused) server_encryption_shutdown | Volker Lendecke | 2 | -2/+2 | |
2011-08-25 | s3: Pass smbd_server_connection to srv_encrypt_buffer | Volker Lendecke | 3 | -3/+5 | |
2011-08-25 | s3: Pass smbd_server_connection to srv_decrypt_buffer | Volker Lendecke | 3 | -4/+3 | |
2011-08-25 | s3: Pass smbd_server_connection to srv_free_enc_buffer | Volker Lendecke | 3 | -4/+4 | |
2011-08-25 | s3: Pass smbd_server_connection to is_encrypted_packet | Volker Lendecke | 4 | -8/+11 | |
2011-08-25 | s3: Pass sconn to valid_smb_header | Volker Lendecke | 1 | -4/+5 | |
2011-08-25 | s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctx | Volker Lendecke | 1 | -3/+3 | |
2011-08-25 | s3: Fix some nonempty blank lines | Volker Lendecke | 2 | -6/+6 | |
2011-08-25 | s3: Fix bug 8385 | Volker Lendecke | 1 | -26/+14 | |
Poll and select behave differently regarding error handling. When doing the connect(2), we can not rely on poll telling us both readability and writability upon error. Just always try a second connect(2). At least on Linux it returns 0 when it succeeded. Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Aug 25 19:39:12 CEST 2011 on sn-devel-104 | |||||
2011-08-25 | s3-waf: fix some unresolved symbols in idmap ad modules. | Günther Deschner | 1 | -0/+2 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Aug 25 15:15:57 CEST 2011 on sn-devel-104 | |||||
2011-08-25 | s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-08-25 | s4-dsdb: fixed use of RMD flags in ldb search in dirsync module | Andrew Tridgell | 1 | -2/+2 | |
I'm pretty sure a SHOW_DELETED was wanted here Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Aug 25 01:10:13 CEST 2011 on sn-devel-104 | |||||
2011-08-25 | s4-dns: fixed dns_update_list for multi-domain forests | Andrew Tridgell | 1 | -13/+28 | |
this should now match the DNS entries of w2k8r2c Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-dns: cope with duplicate entries in dns_update_list | Andrew Tridgell | 1 | -1/+5 | |
this is needed for when DNSFOREST and DNSDOMAIN are the same Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-dsdb: fixed newlines in DEBUG() calls in cracknames | Andrew Tridgell | 1 | -14/+14 | |
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-join: fixed DNS hostname | Andrew Tridgell | 1 | -1/+1 | |
we need the local hostname, not the remote name | |||||
2011-08-25 | s4-drs: fixed msdcs DNS name in getncchanges | Andrew Tridgell | 1 | -3/+2 | |
2011-08-25 | s4-libnet: fixed forest DNS name | Andrew Tridgell | 2 | -2/+3 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-acl: use dnsforest not dnsdomain for GC names | Andrew Tridgell | 1 | -3/+3 | |
2011-08-25 | s4-join: setup DNS forest name on join context | Andrew Tridgell | 1 | -4/+4 | |
2011-08-25 | s4-dns/spn: fixed DNS and SPN scripts to setup forest DNS name | Andrew Tridgell | 2 | -5/+6 | |
2011-08-25 | s4-samdb: added host_dns_name(), domain_dns_name() and forest_dns_name() | Andrew Tridgell | 1 | -0/+15 | |
these will make it easier to get python code right for multi-domain support | |||||
2011-08-25 | s4-repl: fixed _msdcs DNS name | Andrew Tridgell | 3 | -14/+14 | |
another multi-domain fix | |||||
2011-08-25 | s4-kcc: fixed _msdcs DNS name | Andrew Tridgell | 1 | -3/+1 | |
we need to base this DNS name on the forest DNS name for multi-domain support Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-dsdb: added samdb_ntds_msdcs_dns_name() | Andrew Tridgell | 1 | -2/+37 | |
this gets the DNS name for a NTDS GUID, based on the forest DNS name Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-dns: fixed DNS and SPN update lists for multi-domain support | Andrew Tridgell | 2 | -3/+3 | |
fixed DNS to point at forest root Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-provision: pass the rootDN into guess_names() | Andrew Tridgell | 1 | -2/+2 | |
this gets the correct forest DN during provision Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: fixed calls to ldb_val_string_cmp() | Andrew Tridgell | 1 | -2/+2 | |
wrong order of arguments | |||||
2011-08-25 | s4-dsdb: added samdb_dn_to_dns_domain() | Andrew Tridgell | 1 | -0/+36 | |
this converts a DC into the equivalent DNS domain. It is used when forming t_msdcs NTDS DNS names Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com> | |||||
2011-08-25 | s4-dsdb: assert that base DNs are used correctly | Andrew Tridgell | 2 | -0/+8 | |
this will catch future programmer errors with incorrect base DNs Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: enforce NULL DN validity in partition module | Andrew Tridgell | 1 | -0/+3 | |
windows does not allow a search on the empty DN except for rootDSE searches or for phantom_root searches (ie. with --cross-ncs). By enforcing this in Samba we make it more likely that our tests and utilities will work against windows Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: fixed basedn in extended_dn_in module | Andrew Tridgell | 1 | -6/+10 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | samba-tool: fixed use of base DNs in ldapcmp | Andrew Tridgell | 1 | -17/+13 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-spnupdate: fixed searches on domain NC | Andrew Tridgell | 1 | -2/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dns: fixed base search on domain NC | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-samr: fixed subtree search | Andrew Tridgell | 1 | -1/+1 | |
this needs to be on the domain NC Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-kdc: fixed subtree search in KDC | Andrew Tridgell | 1 | -1/+3 | |
use ldb_get_default_basedn() with a subtree search Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: cleanup use of NULL vs base DN in samldb | Andrew Tridgell | 1 | -7/+18 | |
NULL should be used when doing all partition searches. The default basedn should be used when wanting just the domain NC Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: removed unused function in ACL module | Andrew Tridgell | 1 | -39/+0 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dsdb: fixed all partitions search in cracknames | Andrew Tridgell | 1 | -1/+1 | |
when searching all partitions we must use the NULL basedn, or we will miss partitions in multi-domain setups Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | s4-dns: when searching all partitions the NULL basedn is OK | Andrew Tridgell | 1 | -8/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | pdb-samba4: use ldb_get_default_basedn() instead of NULL | Andrew Tridgell | 1 | -3/+3 | |
this makes pdb-samba4 safe for multi-domain setups Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-25 | pyldb: fixed a warning | Andrew Tridgell | 1 | -2/+2 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-24 | s3:winbindd fix a return code check | Christian Ambach | 1 | -2/+2 | |
talloc_traverse_dict will return with -1 in case of an error and might return positive values that indicate the count of found entries Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Wed Aug 24 18:09:11 CEST 2011 on sn-devel-104 | |||||
2011-08-24 | s3: Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Aug 24 00:34:04 CEST 2011 on sn-devel-104 | |||||
2011-08-23 | s3: Fix the build on FreeBSD | Volker Lendecke | 1 | -0/+1 | |
lsasd.c uses basename(3), which according to susv3 requires libgen.h and without which the FreeBSD build breaks. | |||||
2011-08-23 | s/event_context/tevent_context/ in smbsock_any_connect | Volker Lendecke | 1 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Aug 23 18:21:58 CEST 2011 on sn-devel-104 | |||||
2011-08-23 | s/event_context/tevent_context/ in smbsock_connect | Volker Lendecke | 1 | -2/+2 | |
2011-08-23 | scannedonly module: improve sleep behavior when reading a directory with ↵ | Olivier Sessink | 1 | -14/+16 | |
multiple non-scanned files |