| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|\ |
|
| |
| |
| |
| |
| | |
The '1' form gives GUIDs and SIDs in the ascii form as normally used
for display.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/ |
|
| |
|
|
|
|
|
|
| |
adapted -s smb.conf
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
| |
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
| |
with the same domain level
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
|
|
|
|
|
|
| |
Tridge found that the partitions.c module was being initialised twice,
and setting the partitions into the rootDSE twice.
Andrew Bartlett
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
| |
this makes the usage clearer
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
|
|
| |
create nTDSConnection objects to match the list of servers
Signed-off-by: Andrew Tridgell <tridge@samba.org>
|
|
|
|
|
| |
This comes from a tip from Howard Chu. Apparently some clients
will send a -ve page size value.
|
| |
|
|
|
|
| |
This is absolutely cosmetic and makes the code easier to comprehend.
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
| |
Suggested by Jelmer
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
First I wanted to add also other changes but then I didn't introduce them.
Therefore remove my copyright again.
|
|
|
|
| |
Jelmer pointed out that this is against the PEP8 norm
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
| |
Also here we waste memory - therefore free the pointless handle after the delete.
|
|
|
|
| |
Better use "talloc_unlink" here Since we could have more than one reference.
|
|
|
|
| |
Guenther
|
|
|
|
|
| |
After rework of the SDDL modules this is possible. In future: Never hardcode
them anymore! Always use the abbreviations.
|
|
|
|
|
| |
- Reoder them
- Add some new ones (needed for the security descriptor in the provision script)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
output of the command list better
|
| |
|
|
|
|
|
| |
The first fix attempt did break some configurations (incl. "make test").
This now is the right fix with the right comment.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Able to read basic settings "workgroup", "realm", "netbios name" and the
function mode from the s3 "smb.conf" and use them for the provision of s4.
|
|
|
|
| |
The quiet parameter was interpreted in the reverse manner.
|
|
|
|
| |
Disable it for now until the cause has been found
|
| |
|
|
|
|
| |
At the moment those three calls are broken
|