| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
*SMBSERVER and *SMBSERV -- fixes issue with connecting to printers via \ip.ad.dr.ess\printer UNC path
(This used to be commit 8ee268f0ed0c2f75ded9c2ddd66e0953f443c79e)
|
|
|
|
|
| |
Jeremy.
(This used to be commit ea41d694270264557f740cd40ccc69b4acaa57e9)
|
|
|
|
| |
(This used to be commit 1f4db0b847de582387c0244397d1769b35bbcdbb)
|
|
|
|
|
| |
already included in PROTO_OBJ by LIBMSRPC_OBJ
(This used to be commit a9113df6e9d357d334cd9a8dd937df6b3eec322e)
|
|
|
|
|
|
| |
share. Store external paths prefixed with smbln:.
Jeremy.
(This used to be commit 14a9997b2eb394174ccb36d2a10a755279740cba)
|
|
|
|
|
| |
definitions to be consistent.
(This used to be commit 86e78bf745b4bb10fe60a77c069a9a062aa26637)
|
|
|
|
| |
(This used to be commit 23cfc056e341c38b3311ffbd95529abb237b3cd6)
|
|
|
|
|
| |
that the errno is not trashed by a DEBUG statement, but screwed up.
(This used to be commit e642f3e7b7a5fdbb5d12136c909e9c57e7cf1985)
|
|
|
|
|
| |
Make sure we return an error code when things go wrong.
(This used to be commit 21cdb45b54662c7835aea1d16fdd5902cf7a7496)
|
|
|
|
|
| |
clean up the format of the file a bit.
(This used to be commit 63c846fa1da7be563a3df8fff001324268887c1d)
|
|
|
|
|
| |
I think that the ECONNREFUSED should probably be ENOENT.
(This used to be commit faa8cc18df51c4406815b68caba5ed5b8d43ba18)
|
|
|
|
| |
(This used to be commit 55bf9b2bbf7c31cf7c21bb3a49ee927cabda8b4e)
|
|
|
|
|
|
|
|
|
| |
to connection struct entries (as they should have been from
the start). Jerry, once you've cut over to 3.0.4 release
branch I'll add this to 3.0 also.
- Jerry cut over :-).
Jeremy.
(This used to be commit 578a508509d21226ad3332fc54c3ab54cd8ae452)
|
|
|
|
| |
(This used to be commit f3efc098d1836225ab01a082c56914c76017c48a)
|
|
|
|
|
| |
Jeremy.
(This used to be commit c23a73324b335e42877551283b274f6d12f2c1a7)
|
|
|
|
|
| |
Jeremy.
(This used to be commit ac501348f473045a7846ffd9bc6b9eb4682b8987)
|
|
|
|
|
| |
Store the print job using a little-endian key.
(This used to be commit e0491dae989ea289438de3bdf29d8810d409a01b)
|
|
|
|
| |
(This used to be commit d80e90d7c19fbcd2f7e998918b4fc6d9310081a3)
|
|
|
|
|
|
| |
dereferencing it
(This used to be commit c385fb467fc2a669d54b9a2faddbf66f9e4699c6)
|
|
|
|
|
| |
debugging of 1279
(This used to be commit 7c1cfb16c0b2f0128afca0b01036567253a3f92a)
|
|
|
|
| |
(This used to be commit f9a371f33b89852e42004469cb60efec973067bd)
|
|
|
|
|
|
|
| |
mapping
table
(This used to be commit 31c21d520d030e27e4adc6075a50026724b87173)
|
|
|
|
|
|
|
|
|
|
|
| |
write of a
0 in base64_encode_data_blob. I don't know what the base64 encoding of a NULL
string is, so fix the problematic caller I found. The real fix should go into
base64_encode_data_blob.
Volker
(This used to be commit 55fd1e490efbe91c391c27101166284034cd32ef)
|
|
|
|
|
|
| |
failure check is valid
(This used to be commit b7005e6989946bbd0e42d84d2688f3a96a649791)
|
|
|
|
|
|
| |
heimdal; also initialize some pointers
(This used to be commit be74e88d9a4b74fcaf25b0816e3fa8a487c91ab5)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 8fe47b0bf27a8ae690ab0fcff377c8fc12919f43)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 4cbcd164147d25286fe8dd460c6123e961c4f657)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 2d52562691d59b44546225454f6fff5b64552de8)
|
|
|
|
|
|
| |
valgrind winbindd with these in....
Jeremy.
(This used to be commit fa4774b73d338a0c0df09f23cd738279bf4e71a2)
|
|
|
|
|
| |
Jeremy.
(This used to be commit b2ba4d5c1be6089e3818a20c68e3894432b53d87)
|
|
|
|
|
|
| |
paths.
Jeremy.
(This used to be commit 88a97beac4f445f2a472167b3e5c0e8e1d019d17)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 6d0bdccaa67a2965fde5f9dff6cdc4059b8fbc90)
|
|
|
|
| |
(This used to be commit b27192d8e7a4a1fd0cd737b4fd9190bcecfbb507)
|
|
|
|
| |
(This used to be commit 72d30ea06612461bdf19916fa40ca459f0c37acc)
|
|
|
|
|
|
|
|
|
|
| |
there is SYS_utimes syscall defined at compile time in glibc-kernheaders but
it is available on 2.6 kernels only. Therefore, we can't rely on syscall at
compile time but have to check that behaviour during program execution. An easy
workaround is to have replacement for utimes() implemented within our wrapper and
do not rely on syscall at all. Thus, if REPLACE_UTIME is defined already (by packager),
skip these syscall shortcuts.
(This used to be commit e278e2e6e095b1c01eab307d55edf2cde48dcba2)
|
|
|
|
|
|
| |
use it.
(This used to be commit 5d7ee320cca80558a4b71295ef8b7de02f21554a)
|
|
|
|
| |
(This used to be commit b1825184d313b97c7fa232990f60962aa86e7e17)
|
|
|
|
|
|
| |
and howto (all in multi page format)
(This used to be commit 984d9fe271a86da696cedb81aa9de46c5716bba3)
|
|
|
|
|
|
| |
strlen which caused Konqueror to crash
(This used to be commit 5150b62420f6634391196501d0279ef039a7bcc8)
|
|
|
|
|
|
| |
password hash creation in SWAT
(This used to be commit 08fc16d7e694213fa1abf81f1e10989888508697)
|
|
|
|
|
|
| |
ml -- now to watch the build farm some more
(This used to be commit 79fed5f5a73cfe4811f626acbcf85860e23e7826)
|
|
|
|
| |
(This used to be commit 0e1a6b34f2690da32bf568330575651988d0c965)
|
|
|
|
| |
(This used to be commit 2cbcc07b7b1b78b1bed95bfd8b8fc34016553201)
|
|
|
|
|
|
| |
check_path_syntax.
Jeremy.
(This used to be commit 50ce579322ae394cb7c7a27e06f4ff08499b77b3)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 8a58bd39da596cac68abc0143cdb17981642daf6)
|
|
|
|
|
| |
Jeremy.
(This used to be commit b9e79004a4c1e4a472f0627d2c33c966af22ccd2)
|
|
|
|
|
| |
Jeremy.
(This used to be commit a9d1738ebab42ab9bab73f18341d79e086e290b3)
|
|
|
|
|
|
| |
with the actual data to return.
Jeremy.
(This used to be commit 7f837db6e47af39b4a33e10e745823b19edb3715)
|
|
|
|
|
| |
Jeremy.
(This used to be commit 038cae8a377b75d70a099f03cb1b8ae9b50e7613)
|
|
|
|
|
|
| |
gids using the wrong array size
(This used to be commit 3003769164ed1265f57504f240e56f4a4ba34550)
|