summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Clarify gss spnego ntlmssp server a bitVolker Lendecke2003-08-121-36/+29
| | | | (This used to be commit 807b452a7fe7960acd0259a289f0c67011cb1aaf)
* Missed one file. Now it's added.John Terpstra2003-08-121-0/+14
| | | | (This used to be commit f2d212950d7e7b0b7c32166ab39b4389791602b6)
* Updating SuSE build files for Samba3John Terpstra2003-08-1210-503/+1200
| | | | (This used to be commit 934fefa688fe735e2287c701ed8f913fc6147447)
* Deleting obsoleted files in preparation for addition of new files.John Terpstra2003-08-126-372/+0
| | | | (This used to be commit ec43558343b036d96f2822490d55eb22edf6124d)
* Stylesheet for processing samba docsJelmer Vernooij2003-08-121-0/+299
| | | | (This used to be commit d02d4ae95685baf65877c4ab20ef22368f789e2d)
* Add DTD for the samba-specific docbook tagsJelmer Vernooij2003-08-121-0/+25
| | | | (This used to be commit f9b72a4565540caf06e9e402a73e023ed7c74c37)
* Fix client autonegotiate signing.Volker Lendecke2003-08-122-11/+17
| | | | | Jeremy. (This used to be commit a4d2dd1d40f6b1322e69d430023aa89dac86fda3)
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-124-12/+45
| | | | | | | and workstation to utf8 before sending the winbindd request. Also, don't continue when the call to pull_utf8() fails but rather return a winbind error. (This is what was causing the crash) (This used to be commit ca1c463360b75538a93b56a87cbb4a6ee7b6cec6)
* Fallback to not using NTLMv2 is extended security not supported.Jeremy Allison2003-08-111-1/+1
| | | | | Jeremy. (This used to be commit ba075ff03af06dfc2f4bcb952508bbc4a6967d85)
* I think this is the one to check...Volker Lendecke2003-08-111-0/+3
| | | | | Volker (This used to be commit f6d853d36a37dd854a410717af2f7eaf9457eeb5)
* Revert the latest fix. Need to investigate further.Volker Lendecke2003-08-111-4/+2
| | | | | Volker (This used to be commit 447f130619ad7aaab351c2b46d3e57eaf31a9454)
* Make client signing auto.Jeremy Allison2003-08-111-0/+4
| | | | | Jeremy. (This used to be commit e66bfe212db1cec751f4024f631600fa2a3eb07c)
* Fix a segfault in ntlm_auth when we can't find a domain or hostname.Volker Lendecke2003-08-111-2/+4
| | | | | Volker (This used to be commit 49c4f8a764a2b9e266c33f018515e6a742cfc8b0)
* Apply some constVolker Lendecke2003-08-111-2/+2
| | | | (This used to be commit 502b45b55d7ab1c32c9dbc3301f025b2eec620a4)
* Fix typos.Volker Lendecke2003-08-112-2/+2
| | | | | Volker (This used to be commit d07f173767678187237c9fc767c0a05f0b8c7d32)
* Mention security=ads in introductory paragraph tooAlexander Bokovoy2003-08-111-2/+2
| | | | (This used to be commit 33a53550df16bf89a8904ee9496896ff790ed32b)
* fix bug #281 by surrounding pdb_getgrgid() with become/unbecome_root()Gerald Carter2003-08-111-1/+8
| | | | (This used to be commit f6a01f51159ccd822c6e764b7243fff375f22747)
* adding '.' special name to --domain to mean our domainGerald Carter2003-08-111-5/+14
| | | | (This used to be commit f833d1f15691a418b99f82dbda75b673fb3428f6)
* adding missing options (mine) to wbinfoGerald Carter2003-08-111-96/+141
| | | | (This used to be commit ae6d704946867e92ad6263799f28712442d55617)
* Update upgrading docsJelmer Vernooij2003-08-111-35/+543
| | | | (This used to be commit cd81eaaf2d2bc407a4f9d037fedaa7eb82abcc65)
* Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij2003-08-112-132/+8
| | | | (This used to be commit 90cbc4361e86d591e38c80092612edaa3875ea67)
* not usedGerald Carter2003-08-101-22/+0
| | | | (This used to be commit b3074a893bc0bee11d628907bd83b53f596af0eb)
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-105-18/+71
| | | | | | | | | Add support for geting the sequence number, list of users, and list of groups for a specific domain (assuming on reported back by wbinfo -m) wbinfo -u --domain=DOA (This used to be commit 34fc6e1bf97d514d3b1763a808d08d730191e03b)
* We get the server and workgroup list only over port 139. Fall back to thatVolker Lendecke2003-08-101-0/+16
| | | | | | | | | and if NetBIOS over TCP/IP is disabled, give an error message. Fixes Bug #284 Volker (This used to be commit a2902a6cf8d05569d1c690436f69b4a4cedac400)
* Fix styleJelmer Vernooij2003-08-101-26/+22
| | | | (This used to be commit ba60a11b62a093565459efca1879f2b028724af1)
* Store the server domain from the ntlmssp challenge in the client structVolker Lendecke2003-08-103-0/+5
| | | | | | | | to be able to ask a LMB for the servers in its workgroup. Against W2k this only works on port 139.... Volker (This used to be commit 62b04d7776852098dd768268500f36c3a362f688)
* fix MS-DFS (my bug) stupid return code error that cose me more timeGerald Carter2003-08-101-0/+2
| | | | | that I would like to admit. (This used to be commit 082b1cf06fd3b144b9713045672028f16e20aff4)
* fix for BUG #267 (problem with supplementary groups).Gerald Carter2003-08-093-43/+151
| | | | | | | | | Use winbindd to get the group list if possible since we already know it from netsamlogon_cache.tdb. More effecient than letting libc call getgrent() to get seconary groups. Tested by Ken Cross. (This used to be commit 3c537c906f29a08e75895c8c8e3ed5c5abaaa940)
* updating smb.conf manpage to reflect changes in ./configure optionsGerald Carter2003-08-093-10/+4
| | | | (This used to be commit ca29fdb9c28b7a61ce35eaea8864a8cd647b45cc)
* fix 2 bugs:Gerald Carter2003-08-083-36/+49
| | | | | | | | | | 1) don't ask trusted DC's for a list of trusted domains. This causes us to treat non-transitive ones as if they were transitive. Not needed anyways 2) Fix dc lookup bug where we would always try to use DNS to resolve the DC's for a domain (even if it was a trusted NT4 domain). (This used to be commit 4d3acce5066d3adf53ee8fbaa627c42523b3cbc3)
* Format tidyup.Jeremy Allison2003-08-081-4/+4
| | | | | Jeremy. (This used to be commit 049e77d636c5abd0fdd8840c3c4c465708354ed7)
* Turn on client ntlmv2 by default.Jeremy Allison2003-08-081-1/+2
| | | | | Jeremy. (This used to be commit 729b468f7e0e5522dfdede481947826851842483)
* RPC fix from Ronan Waide <waider@waider.ie>. Tested with rpcecho.Jeremy Allison2003-08-083-4/+3
| | | | | Jeremy. (This used to be commit 68590b9e2266cf76b46a68cca0acaa47733811fe)
* need to be able to connect to a domain member as a local account; don't ↵Gerald Carter2003-08-081-3/+3
| | | | | | always map to the domain name (This used to be commit 20b6e64da2669e5dfc7265cae331ec9c89aa02dc)
* need to make sure that the connection struct mem_ctx is initialized and ↵Gerald Carter2003-08-081-25/+48
| | | | | | destroyed (This used to be commit e0c061b94d4cb181afcd70c5d6398e0c2f446449)
* Added by request of "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2003-08-081-0/+83
| | | | | Jeremy. (This used to be commit 80e14b176526a3038ea03214fc3dd0fd00fef922)
* Test modules for shadow copy by "Stefan (metze) Metzmacher" <metze@metzemix.de>.Jeremy Allison2003-08-072-2/+14
| | | | | Jeremy. (This used to be commit 3f8c77b116b96b01fd333c4b45d84666ef108fe9)
* Shadow copy API - Original work by "Ken Cross" <kcross@nssolutions.com>, adaptedJeremy Allison2003-08-077-55/+221
| | | | | | into a patch by "Stefan (metze) Metzmacher" <metze@metzemix.de>. Jeremy. (This used to be commit ce5c91d35dabc5ff6fb3df2b259ed186d6a7e0da)
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-073-5/+46
| | | | | | | updated by 2 if there is no open reply outstanding, else by one.... Yes - this makes no sense.... Jeremy. (This used to be commit b43ce1ff6109f6422a621329ceb713b42df40040)
* adding generic docs for defining VFS module optionsGerald Carter2003-08-071-1/+10
| | | | (This used to be commit 6168d3da670f7bb75e34b65a91c76728576f8607)
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-076-51/+41
| | | | | | | | | | | I was storing the mid of the oplock break - I should have been storing the mid from the open. There are thus 2 types of deferred packet sequence returns - ones that increment the sequence number (returns from oplock causing opens) and ones that don't (change notify returns etc). Running with signing forced on does lead to some interesting tests :-). Jeremy. (This used to be commit 85907f02cec566502d9e4adabbd414020a26064d)
* Cosmetic fix from waider@waider.ie.Jeremy Allison2003-08-071-0/+31
| | | | | Jeremy. (This used to be commit cb326c2dbff1fad87d5c72df4a004d5a42d17472)
* Patch from waider@waider.ie to print out Port Type.Jeremy Allison2003-08-072-1/+31
| | | | | Jeremy. (This used to be commit 8516baf58d333a54bcbe1c1a08eee499b3dd2636)
* Ensure smbclient obeys -s smb.conf option.Jeremy Allison2003-08-061-6/+16
| | | | | Jeremy. (This used to be commit 7950f7d6b2c5e8247bce1e96ddd1a9ec1045f7f9)
* Reversed replacement. Oops.Jeremy Allison2003-08-061-2/+2
| | | | | Jeremy. (This used to be commit 520bee397d946766cef8ab9f0d7d89064106f510)
* Anal formatting tidyup :-).Jeremy Allison2003-08-061-181/+198
| | | | | Jeremy. (This used to be commit 9c0197471366ad1acf922e02bb694769863054a6)
* Get rid of MAXPATHLEN, move to standard PATH_MAX.Jeremy Allison2003-08-064-9/+5
| | | | | Jeremy. (This used to be commit 455ed2d51d86f39ce0fa6e6abca31a5425d2ea17)
* fix bug #208; have to get the gid of the user's primary group for %GGerald Carter2003-08-062-1/+17
| | | | (This used to be commit 575483a1efe18a90055490117ba6894512ae568a)
* rework winbindd_accountdb_init() to reduce error messages in the logGerald Carter2003-08-062-24/+26
| | | | (This used to be commit d98a68e0ebaf2fbd360b826f5df472bc3f94285b)
* When doing 'net groupmap add', default to algorithmic mapping for the rid.Volker Lendecke2003-08-061-6/+11
| | | | | Volker (This used to be commit 7ce94d39add6e056e3b1deea21bf0438ba61e4cc)