| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the loaded list on error). Also change some of the error returns, becouse
NT_STATUS_UNSUCCESSFUL gives a most useless error message on the client.
As for which error, my logic is that a share without a valid VFS module is
not a valid share, and therefore should return the same error as a non-existant
share.
Andrew Bartlett
(This used to be commit 41178afdbd2b3de94cf272ce32764a1947e73ea8)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
routines). In particular, we now better support the NT# in LM feild, and the
LMv2 password scheme. (LMv2 is basicly NTLMv2 capped at 24 bytes, slightly
more secure, and in the LM feild for compatiblity).
Thanks to the Samba-TNG team and Luke Leighton for various descriptions of this
algorithm, and to MS for a solution that seems to actually make sense for once
:-).
Andrew Bartlett
(This used to be commit 5c2e34b5b6a2241b8d2fd68458eb73bb65ade6fd)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the silly stuff.
(fixes password changes from RAP based clients like smbpasswd)
Andrew Bartlett
(This used to be commit 066e4f9a4bdd432b3b2b7830c0ac1421f6086df4)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 6e0cfec16594ade6e6c499f521781348fee25040)
|
| |
| |
| |
| | |
(This used to be commit 4c48c475a28450ad4fd8dcc8263e841c0c39a80e)
|
| |
| |
| |
| | |
(This used to be commit 63d057fc7880d2522202451288087306e8fa3806)
|
| |
| |
| |
| |
| | |
DEBUG() message printing the wrong value.
(This used to be commit 42a4e5b851aa7c9fd9dca5a6f8f42e5d91246c76)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 585a73b810389129f380cfab1b1b52700b350055)
|
| |
| |
| |
| | |
(This used to be commit 5023aec5ada4a0d84878440ed67411b6a6b97ca2)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
don't need a second just for pdb.
Also, remove magic 'is lp_guest_account' test - the magic RID should be
up to the passdb backend to set.
Andrew Bartlett
(This used to be commit f71c8338d35a2e8c73c3d8006ea6858cb522c715)
|
| |
| |
| |
| |
| |
| |
| |
| | |
So a < 0 check is pointless, instead check against -1, which will be cast to
unsigned.
Andrew Bartlett
(This used to be commit c7e5797a95804d5779cdfc93795adcdf2fe82a59)
|
| |
| |
| |
| |
| |
| |
| | |
objects.
Andrew Bartlett
(This used to be commit 23abf75adef2f400414dfafa1248f5f886ae27c0)
|
| |
| |
| |
| |
| | |
compiler-based argument checking.
(This used to be commit 16fe928e68623a878b125910ff83df500a29d0ce)
|
| |
| |
| |
| |
| |
| |
| | |
to a closed file. Swap the assign and the close around.
Andrew Bartlett
(This used to be commit ceb2a7984910533187d3345440c24b605306e3cb)
|
| |
| |
| |
| | |
(This used to be commit 6d201c9616c5c30234c0d0d6cd9e2ca60bf736c5)
|
| |
| |
| |
| |
| | |
Volker
(This used to be commit f5494f5ef6a14020bd31541b1f87d48111f60ad8)
|
| |
| |
| |
| | |
(This used to be commit 04adfa001b616f0e4b765e29cb8be9e8531eeb7c)
|
| |
| |
| |
| | |
(This used to be commit c8266011b7afc2d6bcb8638c2a5ed3f9116cd88a)
|
| |
| |
| |
| | |
(This used to be commit 5d821c0e23f96f4da6a29a6bebf800532fcf1aa6)
|
| |
| |
| |
| |
| |
| |
| | |
and probably SWAT too..
Andrew Bartlett
(This used to be commit 1df808ac8931979000d681bd086399ef306873b6)
|
| |
| |
| |
| |
| |
| | |
Keep all the const warnings in one place, by adding a utility function to
make the TDB_DATA.
(This used to be commit 7d52f011e7191f54004341a646b049d373504c02)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- fstring/pstring mixups
- the detection code that found them (disabled)
- a bit of whitespace
- a static
Andrew Bartlett
(This used to be commit 9b70fa868e7d9481f584c83fc4046174e1dedfd9)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- remove useless #else
- signed/unsigned fixes
- use an fstring for LM hash buffer.
Andrew Bartlett
(This used to be commit c0fb53c31fd7341745d14640e761affc5dae5230)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit 6dd474d8451d39e580834089d7c3614059558354)
|
| |
| |
| |
| |
| | |
Andrew Bartlett
(This used to be commit 2a1adb8f81d8966e8919fffb9b4c69f3e6acd44f)
|
| |
| |
| |
| | |
(This used to be commit 20ebdee36d5351731698bdef6602fc73a45b1651)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 3aea32c8e6d204e41776b4bce79234d2159867b3)
|
| |
| |
| |
| |
| | |
Jeremy
(This used to be commit 67a0b30f50aa323185cbcf3a9d39804239222480)
|
| |
| |
| |
| | |
(This used to be commit f2529a35a7b60c16e229cc3bf22afc726035f15d)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. reboot in parse_reg and cli_reg was shadowing a definition on FreeBSD
4.3 from system includes.
2. Added a bit of const to places.
3. Made sure internal functions were declared where needed.
(This used to be commit fd847aa93690eb72f0437a8d22c03b222eb2a016)
|
| |
| |
| |
| |
| |
| | |
send notify events; CR 1491
(This used to be commit f8a915b14d63e4fdb99235053eeb896ef9492068)
|
| |
| |
| |
| | |
(This used to be commit d1c97738ba29abe092839e81b5cca937fda53d84)
|
| |
| |
| |
| |
| |
| | |
contention on the messaging tdb.
Jeremy.
(This used to be commit ee0ceeff99f32146bebd4b49d346abdaa20aa10c)
|
| |
| |
| |
| |
| |
| | |
code. Also added torture tests for it.
Jeremy.
(This used to be commit 724cefabb03a3db8b5d3691974241d3109593c27)
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the amount of time we hold tdb locks). Gulp down all messages at once rather
than reading/re-writing one at a time. NOTE: All dispatch routines *must*
be able to cope with incoming message on *odd* byte boundaries (all current
handlers do).
Jeremy.
(This used to be commit b752c0340f96669b2b2573cf7d3d10f99580b070)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 6cb9f6ccb1fab3ff597f52c931561d52de09e84a)
|
| |
| |
| |
| | |
(This used to be commit 47c1709425e0c8c1e57d95dd4441b1424a5b914c)
|
| |
| |
| |
| |
| | |
so that bin/vfstest can link. merge from head
(This used to be commit 9151cd7d64a1ee1277cbcfb3e7ed61c32c1037cf)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 2a974bc284b9d193c24972d073b966eb9b3b3ad0)
|
| |
| |
| |
| |
| |
| | |
fails.
Jeremy.
(This used to be commit e0482594724ebba801bbc39a90a73fafa54f8b9e)
|
| |
| |
| |
| |
| |
| | |
memory is being returned).
Jeremy.
(This used to be commit 48774e77ac8e43682f216dea970f8860cecb3818)
|
| |
| |
| |
| | |
(This used to be commit 01757e8b510e5475c76423ffe5e3c16b2aca134e)
|
| |
| |
| |
| |
| |
| | |
on work by <steve@griffin.sio2.nl>.
Jeremy.
(This used to be commit 1cff725e37d04e25d2cd5523683b35c82d5040fa)
|
| |
| |
| |
| |
| | |
Volker
(This used to be commit 434e496289ac21e516b22d91c4f52c0a6674214f)
|
| |
| |
| |
| |
| | |
Volker
(This used to be commit 7977a025ae698fb91694e3809985b14e35693e92)
|
| |
| |
| |
| |
| |
| | |
port 139 for that option. The NetBIOS Messenger Service doesn't run on
a non-NBT port.
(This used to be commit a10195b7112b0a7cca3ddb5be2566364c59fefb7)
|
| |
| |
| |
| |
| | |
Jeremy.
(This used to be commit 44ab8dc55e3c37a0fc01529084bcacfc84c1dcee)
|
| |
| |
| |
| |
| |
| |
| | |
on nis.schema.
add $(LDFLAGS) to libsmbclient build
(This used to be commit cd16064784a5e5fd9d2a67d4dfba605f7d8046ac)
|
| |
| |
| |
| |
| |
| |
| | |
avoid sending NT_STATUS_UNSUCCESSFUL.
Andrew Bartlett
(This used to be commit 7b95151ddcb1e4abd592e72d509ec24c5d160511)
|
| |
| |
| |
| |
| |
| | |
groups.
Jeremy.
(This used to be commit c3a779fc0d9be38f6aa2569c36916a76e1a04359)
|