Age | Commit message (Collapse) | Author | Files | Lines |
|
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)
|
|
Guenther
(This used to be commit 8a5fadf6a183e4e4ccc77283b3ddba0748c6abfb)
|
|
Guenther
(This used to be commit 5e0ccaf0c02a2d2d87ed8a2999c09ae1ccfc48e8)
|
|
Guenther
(This used to be commit d38c5f4a69f67f29cc057e4aa0ad14f5112f6844)
|
|
Guenther
(This used to be commit 538eefe22ad69540b9f73ffaa613d6be045de199)
|
|
Guenther
(This used to be commit 4cee7b1bd5cd97c414b73d6f39238958480cdcf3)
|
|
Guenther
(This used to be commit 751f3064a508341c0ebae45e8de9f5311d915d70)
|
|
Guenther
(This used to be commit f9d68ca363f7e98bfb21a06283e4f02000d6d79c)
|
|
Guenther
(This used to be commit f0917e8990ee6ada993c2c9808179eb0f8cfd662)
|
|
Guenther
(This used to be commit 1724000a95f3814a5ce4eaf5807dbf20e7e2e4f0)
|
|
Guenther
(This used to be commit 675bf42cfff89b05f21d77ca74eba20c4a24d44c)
|
|
(This used to be commit a51cb3c1a9549d74c1e5cf05bc43b955af1a25b7)
|
|
(This used to be commit 831a09ae25e98eacc0b0be5390d3ac3aa671a8a5)
|
|
(This used to be commit 4244be792eeb69e883a1ece013b62fe6941086f2)
|
|
(This used to be commit b294b2055a422e1af59e3b6843b84750b6786d99)
|
|
There were a couple of places where we weren't checking for
authentication correctly. This chance fixes those places and properly
supports Kerberos where available.
(This used to be commit 8eff35bc4acc13807c895af43b52db79ee195cb5)
|
|
To summarize the changes, the patches remove the old (probably non-
working) Kerberos support code which is unnecessary with CUPS 1.3
and adds some checks on the NT status we get back to see whether
the connection error is related to authentication. If so, we send
the ATTR: message to tell CUPS we need a username and password and
return exit code 2 so cupsd will do the right thing.
AUTH_USERNAME, AUTH_PASSWORD, and KRB5CCNAME are set and supported
by CUPS 1.3. The new exit code is supported by CUPS 1.2.x and 1.3,
and it treated as a general failure in CUPS 1.1. The ATTR: message
is only supported by CUPS 1.3, while CUPS 1.2 will assume the
"username,password" value we are setting.
The current code only uses the AUTH_* env vars if they are set.
If not, we fall back to the previous behavior.
I really can't tell whether the Kerberos code that was in there
would work at all. It did not work for Mac OS X which is why
I dropped it.
(This used to be commit 8c12c5cea01d9b801fe80c2a87b8139c488a62a5)
|
|
Andrew Bartlett
(This used to be commit 87232351b5e66728f8d602259961909e8c1dfcb6)
|
|
Guenther
(This used to be commit 2d6a1c5da64195784b0b102edb268356a24d84b5)
|
|
Guenther
(This used to be commit f27a20f25c9b2038621a6394821bbedbf17daa73)
|
|
(This used to be commit 2c3ffc1c53550c8e6feeca8fc0270ef9ac1ec70a)
|
|
(This used to be commit 8246ffc66e6425809cfb8ca48bb31710dcddbd26)
|
|
Now all those redundant fd's have vanished from the VFS API.
Michael
(This used to be commit 14294535512a7f191c5008e622b6708e417854ae)
|
|
Wrap lines and remove trailing space.
Michael
(This used to be commit 74ed53a115b2063d4d5c8572af8f1302bc658882)
|
|
The errno is handed up through the VFS layer to the callers.
Michael
(This used to be commit d928e6648d61cf2d3c1b77db440efb835b729a84)
|
|
Now that it is inside the vfs layer, this function should
not alter the fsp (i.e. set fsp->fh->fd = -1) anymore.
That belongs above the vfs layer.
Michael
(This used to be commit df264bf3e00d7d77afcf55e54d2669b9ffa9af4a)
|
|
This hides the pending close fds from the outside. Call order
of SMB_VFS_CLOSE is reversed. Originally, it was:
fd_close -> fd_close_posix -> SMB_VFS_CLOSE -> close
And now it is:
fd_close -> SMB_VFS_CLOSE -> fd_close_posix -> close
This is in preparation of removing the fd parameter
from the SMB_VFS_CLOSE function. But it is also the right
place for the pending close calls anyways.
Michael
(This used to be commit 3cf56b124a2886c6260455bba4bf77d08e9a4f77)
|