| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
(This used to be commit 0e429dd1fb15137a2a7c25e051b9af8c4ed8c7f3)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added code to the python provisioning to create the named.conf file that was
previously generated by the EJS provisioning.
Updated the named.conf template to provide the additional details necessary
to get things working.
(This used to be commit 0b7a6bfcba1b906dc4d461882b4c3fe3c91c44e0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This change ensures the KVNO of the principal in secrets.ldb (which is also
exported to the dns.keytab) matches the KVNO associated with the "dns" user.
Without explicitly setting msDS-KeyVersionNumber, the KVNO exported into the
dns.keytab was 0.
KVNO needs to be > 0, as the client libs (at least MIT libs on Fedora)
consider KVNO == 0 as a sign to ignore that particular key.
(This used to be commit 572efc8e65457a982a8cbb04d3b10e3aae22d574)
|
| |
| |
| |
| |
| |
| |
| | |
The previous code sent uninitialised data, and was the wrong length.
Andrew Bartlett
(This used to be commit 8e070293cfd522b7464be5bc4d8045572d6d996c)
|
| |
| |
| |
| |
| |
| |
| | |
These flags are too useful just to hide away...
Andrew Bartlett
(This used to be commit 1e897b6148407e9921edd2c3db734930d79ccb42)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit f4154846401b31d99c40b2ea53992262095366b0)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
With the sid structure being both optional and aligned, it was too
hard to do this in just IDL.
This requried moving some things around, as otherwise we would have a
dependency loop.
Andrew Bartlett
(This used to be commit e28790ba4884277f310be1b8bd3fba4fd47dbbdb)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This now handles checking if the user exists, including validating the
ACB mask on the user.
This would be a nasty security hole, if Kerberos did not already
expose this information anonymously...
Andrew Bartlett
(This used to be commit 441b286c00f9a7743cdefeb243545bdbd2c94c5e)
|
|\ \
| | |
| | |
| | | |
(This used to be commit 7594f79db6a0e8a46e2863829e5e050b03dfaec1)
|
| | |
| | |
| | |
| | |
| | |
| | | |
used for tdb_traverse() to tdb_traverse_read().
Jeremy.
(This used to be commit e05ec3047c4fe0cc2e09a812830fc835dc35abea)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Calling tdb_traverse inside a transaction led to the transaction lock being
held indefinitely. This was caused by the tdb_transaction_lock/unlock inside
tdb_traverse: The transaction code holds the global lock at offset
TRANSACTION_LOCK. The call to tdb_transaction_lock does nothing because the
transaction_lock is already being held. tdb_transaction_unlock inside tdb_wrap
resets tdb->have_transaction_lock but does not release the kernel-level fcntl
lock. transaction_commit later on does not release that fcntl lock either,
because tdb->have_transaction_lock was already reset by tdb_transaction().
This patch does fix that problem for me. An alternative would be to make
tdb->have_transaction_lock a counter that can cope with proper nesting, maybe
in other places as well.
Volker
(This used to be commit 89543005fe2e4934b3c560c937d49304a32a7fc2)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add a simple test to benchmark the rate at which a server can accept
new tree connections. You can tune the length of time to run the
benchmark for and the number of parallel connections to make.
(This used to be commit ea3f4b93057e85c4ea516cc77dd0f293016d520c)
|
| | |
| | |
| | |
| | |
| | |
| | | |
Prove that a workstation password change does not affect existing schannel
connections
(This used to be commit f72dc52ccc426c8057b91b4699dfeda7d9e9b864)
|
| |\ \
| | | |
| | | |
| | | | |
(This used to be commit e360be0b99b638afdfa789e217bf08f99d09be7a)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We would return NT_STATUS_NO_LOGON_SERVERS in all cases, which was
less than helpful.
Andrew Bartlett
(This used to be commit 5dfa316b3636718ffc6fd26cf7a397a797bd2ac1)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit c05ed7bb9ae7211a7001fd0a3403744ba4f6dda0)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit d4f41db964ce82c8889017d0f932d60100b3cd32)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit aa9108374f0dda8510245a6e69a53189f55a81e3)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit e90c7587385598a1dd976c2420798f9bd682b43d)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit 634a4bbd98e1c281f8339073b90cb7696ac59baa)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit b2f1154bc338fb56fc998f40159156cb6859075b)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
file or a directory
(This used to be commit c05b58940f06b01b9770c218eb0708cb621215ef)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit 6a3b1cd6698faa460c6258bb41b4936e363f4387)
|
| | | |
| | | |
| | | |
| | | | |
(This used to be commit 7989ca861dcc700b52be3a47ea5ae8b03fbb9330)
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
(This used to be commit ffbd222d651dcddb19cacdc50cdbfeaefa816940)
|
| | | | |
| | | | |
| | | | |
| | | | | |
(This used to be commit 1e0c24b2760f2a632333b51710cd9581f0cee851)
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 733937e87a1adcc19492ea2bd138e705701901b6)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 1323aab11fbf346e19c4cef227d727ddfcaa7d60)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 67290e0ad69df2f2fe651249c6550b8e32dd641b)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit ac10e3ad15dd17b96424987d1a2b7a0e4dc67cd0)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 5b6f80aba30fc8ade26f73b0a1336c22e40b66a9)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- allow composite_error() to take NT_STATUS_OK
(This used to be commit 5240e1e25655af1f9b92da99e85d845bf30c4e9e)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(such as unlink)
(This used to be commit 433038f3fea60087bdca07dcc856d0be4a4753f3)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit a5459bd88092863668db199953458fe97162240c)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit d5165ed7a77120f42c25c4997be2630f0f1cb98c)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit edb4b38ed33b545d8024f45c602d3f5e4a74c511)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Directory listing in smbclient now works
(This used to be commit 8007342061d77eb711af0652ecd38aec0d3cc9d1)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 0e4b8602dec3ec87676c91a99371e5d77fe78196)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit b7560afd4bab984c0083e9687b69bc42970ad932)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(This used to be commit 1acc8077fb86c1e78724b010d149db166d98238d)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This new module is based on the vfs_cifs module. The idea is to create a backend
which maps SMB requests to a SMB2 server. This will allow existing
test suites for SMB to be run against our SMB2 client and server code.
It will also help validate our SMB2 client library, probably leading
to some API changes to make it flexible enough
(This used to be commit 6ea8295a64ff5425def11b0d1cd988ef000320be)
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This manual alignment is required, because the structure is marked as
unaligned.
Andrew Bartlett
(This used to be commit ef5d1c8d320d45b78a1e709964eaada4f5acda59)
|
| |_|_|/ /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
I can't tell the difference between the NTLOGON and NETLOGON behaviour
on these pipes, and this 'exception' turned out to be alignment
dependent, not pipe dependent.
Andrew Bartlett
(This used to be commit bf1b99aff2a8feaee5f57c7530bc81d447e5d765)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Andrew Bartlett
(This used to be commit 8753ced2f4ee25cd5eff011f66f8e37f9807bdaf)
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It turns out that the mailslot name (and a useful private prointer) is
provided in the struct dgram_mailslot_handler.
Andrew Bartlett
(This used to be commit e17804b8857fdb3c182c5e886323b9d6c194c2ff)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Andrew Bartlett
(This used to be commit b6f91ce75ae401bed515012fa3019a6241e7ff6d)
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
(This used to be commit 67b47606b9c5b794d8feea5ba200098e9b9e33e3)
|
| | | | |
| | | | |
| | | | |
| | | | | |
(This used to be commit eae17ae8ecdcb83fdb756189a9d5609a192371a4)
|
| | | | |
| | | | |
| | | | |
| | | | | |
(This used to be commit 7385d9641d49b94c83fd2c75e57c9623d21fcdb0)
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This uses some hand-adjusted PIDL output to cope with some 'oddities'
in the parsing of the _EX varient of the netlogon packet.
Andrew Bartlett
(This used to be commit 6e357d00474de65395ca51524d3b85d00691baf2)
|