Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-01 | s4:torture/raw/lock - Fix "discard const" warnings by introducing ↵ | Matthias Dieter Wallnöfer | 1 | -3/+6 | |
"discard_const_p"s | |||||
2009-12-01 | s4:torture/nbt/wins - Add more casts | Matthias Dieter Wallnöfer | 1 | -6/+12 | |
2009-12-01 | s4:torture/nbench/nbench - Add a cast before "str_list_make_shell" | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
2009-12-01 | s4:torture/ldap/ldap_sort - Add some casts to suppress warnings | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
2009-12-01 | s4:schema - Make some more (result) variables const and fix up warnings with ↵ | Matthias Dieter Wallnöfer | 2 | -53/+72 | |
"discard_const_p" | |||||
2009-12-01 | s4:kdc - Merged kdc_tcp_accept() and kpasswdd_tcp_accept(). | Endi S. Dewata | 1 | -26/+6 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4:kdc - Merged kdc_add_kdc_socket() and kdc_add_kpasswd_socket(). | Endi S. Dewata | 1 | -75/+27 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4 - Create default modules directory. | Endi S. Dewata | 1 | -0/+1 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4:kdc - Disable KDC port when it's set to 0. | Endi S. Dewata | 1 | -42/+63 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | Merge commit 'origin/master' into abartlet-devel | Andrew Bartlett | 1 | -1/+1 | |
2009-12-01 | On our way to Samba4 alpha10! | Andrew Bartlett | 1 | -2/+2 | |
2009-12-01 | Fix build of Samba4 from tarball generated by mkrelease.sh | Andrew Bartlett | 1 | -3/+0 | |
Revert "Remove RFC's from the release tarballs to make the lives of the Debian" This reverts commit eda7f35bc891ca4a7505ec054a2b4591c6edfb38. These files are essential to the Samba4 build. Andrew Bartlett | |||||
2009-12-01 | s4-ldb: the '1' form of extended_dn search is easier to read | Andrew Tridgell | 1 | -1/+1 | |
The '1' form gives GUIDs and SIDs in the ascii form as normally used for display. | |||||
2009-12-01 | This is alpha9 | Andrew Bartlett | 1 | -1/+1 | |
2009-12-01 | s4:setup Adjust upgradeprovision blackbox test now we don't have --targetdir | Andrew Bartlett | 1 | -2/+2 | |
2009-12-01 | s4: Remove targetdir as it can cause some trouble and can be replaced by an ↵ | Matthieu Patou | 1 | -3/+1 | |
adapted -s smb.conf Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: Handle the case in secrets.ldb without name attribute | Matthieu Patou | 1 | -5/+25 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: don't forget to update defaultSecurityDescriptor | Matthieu Patou | 1 | -2/+3 | |
Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4: load the domain level of the current provision and create a provision ↵ | Matthieu Patou | 2 | -3/+9 | |
with the same domain level Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2009-12-01 | s4:ldap.py Add test of namingContext behaviour after tridge found a bug | Andrew Bartlett | 1 | -0/+15 | |
Tridge found that the partitions.c module was being initialised twice, and setting the partitions into the rootDSE twice. Andrew Bartlett | |||||
2009-11-30 | Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgets | Volker Lendecke | 1 | -1/+3 | |
2009-11-30 | s4-drs: Test situations for runtime constructed parentGUID | Fernando J V da Silva | 1 | -1/+24 | |
Includes the following verifications for the constructed parentGUID: - Checks if it returns nothing when there is no parent object - Ensures that attributes mentioned after the parentGUID are returned correctly (this avoid a bug pointed out by Tridge during sync constructed parentGUID development) Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-drs: Using dsdb_msg_add_guid() utility function | Fernando J V da Silva | 4 | -54/+6 | |
Uses the dsdb_msg_add_guid() to add any kind of GUID attribute to a ldb_message in several places of samba4 code. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-drs: add deletion of old connections | Crístian Deives | 3 | -37/+190 | |
the nTDSConnection objects that are not needed anymore will be deleted. the function kccsrv_delete_connection wasn't tested yet. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn() | Crístian Deives | 4 | -11/+15 | |
this makes the usage clearer Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-drs: Create connection obejct (nTDSConnection) | Crístian Deives | 3 | -0/+130 | |
create nTDSConnection objects to match the list of servers Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-30 | s4-ldb: check for -ve value for page size | Andrew Tridgell | 1 | -0/+5 | |
This comes from a tip from Howard Chu. Apparently some clients will send a -ve page size value. | |||||
2009-11-30 | s4-dsdb: don't call ldb_next_init() twice in objectclass module | Andrew Tridgell | 1 | -1/+1 | |
2009-11-29 | lib/registry/util.c - Reorder the registry datatypes of the conversion functions | Matthias Dieter Wallnöfer | 1 | -9/+12 | |
This is absolutely cosmetic and makes the code easier to comprehend. | |||||
2009-11-29 | Revert "s4:registry/util - Don't include the trailing '\0' in the internal ↵ | Matthias Dieter Wallnöfer | 1 | -6/+2 | |
data format but add it on the back-conversion to a string" This reverts commit 7d400715e9af2056690c03a1a2f45c7f343fa313. "convert_string_talloc_convenience" does always add the NULL termination. Didn't know that. Thanks Jelmer for pointing out! | |||||
2009-11-28 | s4:upgrade_from_s3 - Move it back to "setup" | Matthias Dieter Wallnöfer | 2 | -1/+1 | |
Suggested by Jelmer | |||||
2009-11-28 | s4:setup/provision - Rework | Matthias Dieter Wallnöfer | 1 | -5/+24 | |
- Revert change in "ask" - was previously correct - Readd accidentally removed checks for non-null realm and domainname - On interactive mode perform only one "ask" call per question - Inform the user about the unset administrator password | |||||
2009-11-28 | s4:upgrade.py - remove my copyright | Matthias Dieter Wallnöfer | 1 | -1/+0 | |
First I wanted to add also other changes but then I didn't introduce them. Therefore remove my copyright again. | |||||
2009-11-28 | s4:upgrade.py - readd accidentally removed empty lines | Matthias Dieter Wallnöfer | 1 | -0/+4 | |
Jelmer pointed out that this is against the PEP8 norm | |||||
2009-11-28 | s4:samba3.py/upgrade.py: Revert | Matthias Dieter Wallnöfer | 3 | -10/+9 | |
This reverts commit 2175c0ed0649d545ea833d50e8d33fbee9051c35. This reverts commit 6c3e2417a0639cd7c367de93615c422cf5217456. This reverts commit dbb8989e05ac3189a5eca11fa40d572388ea02fc. This reverts commit 82adfa39b75aa628c88f828278c6ac09335d1a49. This reverts commit f299efa8f05c6a5b739222bdf75690a4591d3650. After a small discussion with Jelmer we agreed that this isn't the right way to fix the problem. We should wait for a real patch rather to rely on temporal hacks. | |||||
2009-11-28 | s4-ldb: make it much easier to use common ldb controls | Andrew Tridgell | 2 | -15/+64 | |
2009-11-28 | s4-drs: cope with bogus empty attributes from w2k8-r2 | Andrew Tridgell | 1 | -0/+17 | |
w2k8-r2 sometimes sends empty attributes with completely bogus attrid values in a DRS replication response. This allows us to continue with the vampire operation despite these broken elements. | |||||
2009-11-28 | s4: fix SD update and password change in upgrade script | Matthieu Patou | 8 | -93/+161 | |
- reserve a new Samba OID for recalculate SD control - fix the update SD function - fix handling of kvno in the update_machine_account_password function - fix handling of handles in RPC winreg server Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2009-11-27 | s4:WINREG RPC server - add another "talloc_unlink" in "DeleteKey" | Matthias Dieter Wallnöfer | 1 | -1/+5 | |
Also here we waste memory - therefore free the pointless handle after the delete. | |||||
2009-11-27 | s4:WINREG RPC server - Reintroduce the free operation on "CloseKey" | Matthias Dieter Wallnöfer | 1 | -0/+2 | |
Better use "talloc_unlink" here Since we could have more than one reference. | |||||
2009-11-27 | s4-smbtorture: more and stricter tests for printer and data keys in RPC-SPOOLSS. | Günther Deschner | 1 | -4/+8 | |
Guenther | |||||
2009-11-27 | s4:provision.py - remove hardcoded SIDs and RIDs | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
After rework of the SDDL modules this is possible. In future: Never hardcode them anymore! Always use the abbreviations. | |||||
2009-11-27 | s4:security/sddl - rework of the security descriptor abbreviations | Matthias Dieter Wallnöfer | 1 | -28/+33 | |
- Reoder them - Add some new ones (needed for the security descriptor in the provision script) | |||||
2009-11-27 | s4:registry/util - Don't include the trailing '\0' in the internal data ↵ | Matthias Dieter Wallnöfer | 1 | -14/+27 | |
format but add it on the back-conversion to a string As far as I know the registry library saves all data (including) strings without the null termination. So do it also here in a similar way. | |||||
2009-11-27 | s4:net utility - add a notice for the "help" operation and format it's ↵ | Matthias Dieter Wallnöfer | 1 | -1/+6 | |
output of the command list better | |||||
2009-11-27 | s4:samba3.py - deactivate also the assertion on line 599 | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2009-11-27 | s4:winbind - Fix it another time up | Matthias Dieter Wallnöfer | 1 | -2/+14 | |
The first fix attempt did break some configurations (incl. "make test"). This now is the right fix with the right comment. | |||||
2009-11-27 | s4:provision.py - cosmetic | Matthias Dieter Wallnöfer | 1 | -8/+7 | |
2009-11-27 | s4:samba3.py (and test) - deactivate the tests until those parameters are fixed | Matthias Dieter Wallnöfer | 2 | -4/+4 | |
2009-11-27 | s4:upgrade.py - Umlaut problem | Matthias Dieter Wallnöfer | 1 | -1/+1 | |