Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix syntax error in "ea support" parameter
(This used to be commit afa157521599450ee44ad228677813ab9cd3e2e1)
|
|
(This used to be commit 899ad47b18e9614bd1678bed02070e841c4be7ca)
|
|
- Fix note about spaces in smb.conf
(This used to be commit 0dbd2fd59ac646060ac590ea924a3fc41b029192)
|
|
(This used to be commit 0fe4774a4ffa0ddccb68b2e28a834d00dcbe3c84)
|
|
(This used to be commit 3db167192c1eebac8b76dc4bf5a522a20cf6d4b8)
|
|
(This used to be commit b41c38e8df138eca806e4c04a6d48059d9b03ca7)
|
|
(This used to be commit 60aac4237b390eb5d5388cec419a7ccbcc3178ec)
|
|
(This used to be commit a2a6e692eae34a431946376aca4b4dd79b34d5dc)
|
|
Andrew Bartlett
(This used to be commit d2d20279be30389d64c0016535d28b1662d160cc)
|
|
Jeremy.
(This used to be commit a1c65952afa716a8b314b5e60d2d038e435c9d51)
|
|
(This used to be commit 3c105fdb21197614b3790b7d6275566118729050)
|
|
(This used to be commit 80aa81950e7cf341b87b0f7b77850d080a67f9a6)
|
|
(This used to be commit 83e7f9692302a7c459dda7ef35e26b836c85c23f)
|
|
(This used to be commit ca67dad01bc200d1b94f37e8fa140f999288eb14)
|
|
(This used to be commit 3f683a67c5a2a1797bc26c5f3efc01831a4e4969)
|
|
Now we are able to build everything in samba-docs properly.
(This used to be commit bb09f771958150e9465a5dc9d8e62aa8477c17a4)
|
|
Add missing build files
(This used to be commit 5f3b2ba2255a557d3af6624779c34e0b59e0352a)
|
|
- Add the build system
(This used to be commit 450386e3edfc59e0ad67c12998eddfc46b381250)
|
|
add the 5 missing chapters from the HOWTO
and add jht's Samba by Example book.
(This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100)
|
|
This reduces indentation by combining common code paths,
and wraps long lines.
Holger: sorry, I could not resist. I think it is much easier to
understand what is going on when we only have one check and
determine the max allowed key length in advance.
Michael
(This used to be commit e489f3d988feafe35b486b31a9e60c2399e6a6e7)
|
|
UA keys consist of a potientally large number of concatenated SID strings which
can grow much larger than 1024 bytes in complex environments. We catch those keys
and allow them exclusivly to be larger.
(This used to be commit fcd35232e111f9b046ae35d939d08c29d0d43438)
|
|
(This used to be commit c4f7bee9238db536a7d5215cebb0bf37f757dfad)
|
|
This is a pretty normal situation if you have "include=registry" set but no
configuration options have been set there yet.
(This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)
|
|
talloc_stackframe() panics on NOMEM.
Michael
(This used to be commit dee57ad025e7ad9971e44ea30b6aab3806c06fc6)
|
|
talloc_stackframe panics on NOMEM.
Michael
(This used to be commit 03fd30eef803ff2718e7af618d38944d56ccd329)
|
|
talloc_stackframe() panics on NOMEM.
Michael
(This used to be commit be4f8447ccd044563f6b12793ea64d9f38741861)
|
|
instead of lists of strings and counters directly...
Michael
(This used to be commit 17415e2dc457ce41793a7e28e71f72c538c19c61)
|
|
Michael
(This used to be commit 8118a8348f36b28fa4d46b42a104097cefa33a4d)
|
|
Michael
(This used to be commit c55094555aa2ece1a64b44cc4470da96393acbf3)
|
|
Guenther
(This used to be commit 7d8461d080c92a83bd7a8d168fdf1fe98e8bec9a)
|
|
Guenther
(This used to be commit c92b585cc42ba9f42727512c08c896ee40e5e319)
|
|
Guenther
(This used to be commit cb0b0fd2684b63257421aba599f9d2111c0438bf)
|
|
(This used to be commit 20ddbcaa0c113646cea774c36209f382cada50b0)
|
|
Michael
(This used to be commit e185fd493558a40a4ad5261525b3f9515803bf59)
|
|
Michael
(This used to be commit d9b48d728d130f17a8270821d66092d6098449f3)
|
|
Michael
(This used to be commit b44f45f4f4ca2171dd6f8a72c91cd3574acda5c5)
|
|
Michael
(This used to be commit 1036f5a2e7de0254288cf5068ec1eab50ef19939)
|
|
Michael
(This used to be commit 54c0461679642b38653f803e7b21d865472f3f91)
|
|
Michael
(This used to be commit 640b8ae7ad7aa53e05c7124fed072f2312aa91aa)
|
|
...for consistency.
Michael
(This used to be commit 3d1da73f66b8452693262e2d03f986eec438451d)
|
|
Michael
(This used to be commit dd9fe5aec43e60d554f2580a0699fe6e4cfb5d3c)
|
|
In getgrsid_lookupsid_recv() we use parse_domain_user which itself looks at
lp_winbind_separator(). Thus when building up that group name we should better
use it as well.
(This used to be commit 5df75578ef1da41164936cd11b14114889201d47)
|
|
Karolin
(This used to be commit d2cb298a469b00cb5f8e15a3185a4a5d51e1b9ec)
|
|
(This used to be commit f4053cf5097aac32bb522f0c4d7d073ae823b409)
|
|
Michael
(This used to be commit af2a1f15e6d45139ba62e334a3529d407430e6bd)
|
|
This finally enables joining AD using workgroup or realm name.
Guenther
(This used to be commit 0cf16e6b47f5978bdcb84ac8a29ef13ff2b5cca8)
|
|
Guenther
(This used to be commit 09a0001063d5bdd9bdc7abfbf1467beb062de049)
|
|
Guenther
(This used to be commit ec86deb349850c634b49cd5a536e9281a4a6e7d8)
|
|
Guenther
(This used to be commit bb72d0b71e2a85d50e7bd893670c3eec69717580)
|
|
The only user of this was decrypt_trustdom_secret, and this only needs the NT
hash anyway.
(This used to be commit 3d8c2a47e677a4c4aacf4abf148b1bd8163c3351)
|