summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-08-19missing backticGerald Carter1-1/+1
(This used to be commit bf271aadcfa77f13754202b8ca04e473be819dde)
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett6-55/+138
- Make winbindd try to use kerberos for connections to DCs, so that it can access RA=2 servers, particularly for netlogon. - Make rpcclient follow the new flags for the NETLOGON pipe - Make all the code that uses schannel use the centralised functions for doing so. Andrew Bartlett (This used to be commit 96b4187963cedcfe158ff02868929b8cf81c6ebf)
2003-08-19Ignore modules/*.c in make protoAlexander Bokovoy1-1/+1
(This used to be commit eaf883abc0a35dc648fca497248281ac68246341)
2003-08-19removing using_samba docs from samba cvs module (not are in a separate cvs ↵Gerald Carter159-27609/+0
module) (This used to be commit f7249014f4cb81364ab4c828c019dff3f16310a1)
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett3-63/+42
- When connecting to the NETOGON pipe, we make a call to auth2, in order to verify our identity. This call was being made with negotiation flags of 0x1ff. This caused our account to be downgraded. If we instead make the call with flags > 1ff (such as 0x701ff), then this does not occour. - This is *not* related to the use of kerberos for the CIFS-level connection My theory is that Win2k has a test to see if we are sending *exactly* what NT4 sent - setting any other flags seems to cause us to remain intact. Also ensure that we only have 'setup schannel' code in a few places, not scattered around cmd_netlogon too. Andrew Bartlett (This used to be commit e10f0529fe9d8d245b3cd001cce6a9a86896679c)
2003-08-19updating README a little; (bug 214)Gerald Carter1-41/+48
(This used to be commit b9e9efbfa4eec41823446a03e313be453d1f7d3c)
2003-08-19Break up 'cli_full_connection' to allow for the session setups to be doneAndrew Bartlett1-35/+114
elsewhere in the code. This will allow us to try kerberos, then another user then guest in the winbindd code. Also, re-introduce the seperate, NT1 'guest' session setup code, as I found some problems with doing guest under NTLMSSP. Andrew Bartlett (This used to be commit 33109fefe7d306a97ac48a75e3e67c166daff4ea)
2003-08-19working on fix for BUG #294. Not done yet, but this at least clearsGerald Carter2-5/+17
up some of the false positives in "rpcclient -c getdriver". Also make sure that we ask for version2 and 3 drivers on x86. (This used to be commit 5be51515680da910b623f486108d91f9ea914bd2)
2003-08-19Add log2pcapJelmer Vernooij2-0/+9
(This used to be commit 04d7f0bba6ef110c1c7d2e98b816ab5b9f234d80)
2003-08-19- Update 'preload modules' documention (bug #304)Jelmer Vernooij3-6/+11
- Fix WINS Server List in SWAT (bug #197) - Don't segfault SWAT when adding shares (bug #254) (This used to be commit dd43a29504fe2b6f9d13cdb9431347927548fc10)
2003-08-19no maintainer for TurboLinux eitherGerald Carter13-1196/+0
(This used to be commit f98f937ec9395af576efa48d6a628eae23b18d79)
2003-08-19removing outdated READMEGerald Carter1-6/+0
(This used to be commit a3af090c3fc6143cd621dc6777275aebc7fac93d)
2003-08-19missed one caldera packaging fileGerald Carter1-6/+0
(This used to be commit 1fb59ec769eb58f8f56c4162c8de2d46dac27653)
2003-08-19no maintainer. Will be in the Attic if ever needed. No pointGerald Carter62-6441/+0
in claiming support for these packagaing files if we don't even know if they build. (This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)
2003-08-19Fix BUG #314: api_netUserGetGRoups() was failing prematurelyGerald Carter3-9/+70
(also fixed the call to return the real groups and not a mocked up list) Fixed simple compiler warning in srv_lsa_ds.c (This used to be commit 6b0e38e01a44d87b844d973318accc456abef857)
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison4-0/+24
clean proto all; after this commit. Jeremy. (This used to be commit 27af1f9feab12542dc538bfceac4593e644ba3b4)
2003-08-19Fix flush of 0xFFFF - found by Samba4 tester.Jeremy Allison1-2/+4
Jeremy. (This used to be commit 8a5c97fa07eacd4cecb5afd9c197352dfa613b9f)
2003-08-19Don't return DOS error on SMBsearch return if using NT error codes (NT1Jeremy Allison1-8/+10
protocol level). Fix for Samba4 tester. Jeremy. (This used to be commit 74486ab9efbb555f830b0e5d1c88f7bf065ae039)
2003-08-18Win2k never returns 'no such user' here, so when we do it, the clients freakAndrew Bartlett1-1/+1
out. Return the standard 'logon failure' instead. Andrew Bartlett (This used to be commit a83506802fd331af78d2fd6e6a5cd507b5a40ca3)
2003-08-18Added level 262. Found by Samba4 torture tester.Jeremy Allison1-0/+44
Jeremy. (This used to be commit 12d8863be3045efa33ece1aa17073b21aecb2e97)
2003-08-18Add level 261 to search. Found using Samba4 tester.Jeremy Allison2-0/+24
Jeremy. (This used to be commit 4ee99d1c412ecc77541c988f6795ae3cb89907b8)
2003-08-18Document -qJelmer Vernooij1-0/+7
(This used to be commit 8c0e29c4421a237fdb6a7433f4bf299cbacadf86)
2003-08-18Add log2pcap manpageJelmer Vernooij1-0/+113
(This used to be commit a5107b8088e306bfe89a141fd70a20faa54e9f6d)
2003-08-18- Small fix in smbsh.1.xmlJelmer Vernooij3-2/+133
- Add manpage for log2pcap (This used to be commit edd749fc89b882cf0953d85d49ec337bbd082f18)
2003-08-18Update SWAT documentationJelmer Vernooij2-80/+14
(This used to be commit 7156877ec88acea6726f2b48c5fb5eff9ef37fdc)
2003-08-18fixing typoGerald Carter1-1/+1
(This used to be commit 0d11024dd7cc02d8c26c7beea4534920d7642930)
2003-08-16Fixes to all mount.cifs to run more safely setuidSteve French1-3/+22
(This used to be commit bdb65b9a6e033ca25d98e924d44b1639dd0c0fb9)
2003-08-16Implemented the level 1010 NT rename level. Many fixes for Samba4 testJeremy Allison4-71/+256
correctness. Jeremy. (This used to be commit f57429befa43d63ed9a6e19b854e22fd4151db40)
2003-08-16stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter1-1/+1
(This used to be commit 584df6b8d691b30d6ead485cfc8dce7bb30cd8bb)
2003-08-15packagaing fixes from BuchanGerald Carter5-120/+302
(This used to be commit 18bbfe27f66d71172239299b917655fd00a2313f)
2003-08-15In case of 'net rpc trustdom add' without domain name we were silentlyRafal Szczesniak1-2/+7
asking for password without a piece of error message or explanation. rafal (This used to be commit d46793b33577f7e77b7632b016918e3ce175c238)
2003-08-15document 'kernel change notify', 'acl compatibility' and 'ldap idmap ↵Jelmer Vernooij4-1/+51
suffix'. All smb.conf options are documented now. (This used to be commit 7a805590cc11398135df48922d71f400a4fb6c24)
2003-08-15Document 'server schannel', 'client schannel', 'client signing', 'server ↵Jelmer Vernooij4-0/+69
signing', 'client plaintext auth' (This used to be commit 7f4e6de885728e53b7eed445bdb2106ba53d626b)
2003-08-15Don't print out error in ads_do_search_retry() when it suceeds.Tim Potter1-1/+4
(This used to be commit 617feab4223f5ba3cc5e090de5e63da72fce49df)
2003-08-15s/OM_uint32//uint32/gGerald Carter2-3/+3
(This used to be commit f8a092e7b42cd157cf86240984be40badd0afd87)
2003-08-15Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on ↵Alexander Bokovoy1-0/+3
the platform. This allows to compile and complain about it at runtime (This used to be commit b6fa581955de36e044a41c6ce857743c7e3c9b7f)
2003-08-15fix some typosHerb Lewis1-12/+10
(This used to be commit 800a4e519470f29969988cc1902d20dbb6108bea)
2003-08-15more change to release notesGerald Carter1-4/+13
(This used to be commit 7926e6f86356d01776c04f8c1b74b6049ee63eb0)
2003-08-15Do not cache iconv checks because we are looking for it now in different ↵Alexander Bokovoy1-2/+2
places and negative result does not mean we don't have iconv unless we checked everything (This used to be commit d46f8325f2edad28870d7a5c45674bdb52ac08e4)
2003-08-15working draft of release notesGerald Carter1-18/+120
(This used to be commit e5dffa90ba747c11bfa1cd89e4f7d4f7eae28a65)
2003-08-15possible fix for bug 288 to repcent using an uninitialized cli_state structGerald Carter1-0/+2
(This used to be commit d09dc91c024d718a8ddb6b7f08c7fe84716beda4)
2003-08-15Fix charset detection code in configure.Alexander Bokovoy3-27/+59
Now we are: 1. Try to find correct name for default character sets for the platform 2. Use DEFAULT_{DOS|DISPLAY|UNIX}_CHARSET defines set during configure phase as defaults This should fix CP850 problem on Solaris (at least) because it actually has IBM850 which is the same but under different name (This used to be commit 836b9fffa0eadc818019ba36ed764e97d4f9a801)
2003-08-15Give a temporary hint on how to delete trust account.Rafal Szczesniak1-0/+1
rafal (This used to be commit 836746beabda583f7d86bb7e6faa855f172a888d)
2003-08-15Latest heimdal snapshot has a krb5_set_real_time with a slightlyVolker Lendecke1-1/+1
different (but by implicit conversion hopefully compatible... ;-) prototype. Fix the build for that. (This used to be commit 497b190edc42cec40fc80e9d9eb6aa4e1a466ac5)
2003-08-15Regenerate docsJelmer Vernooij5-50/+146
(This used to be commit 0378999142bd565f6ed0952a238f823c31a15c37)
2003-08-15Regenerate docsJelmer Vernooij54-4441/+9249
(This used to be commit dc33e94161e4fc1ca6bf66a321c708c89bb276e3)
2003-08-15Document 'ldap group suffix', better documentation for 'ldap user suffix'Jelmer Vernooij2-1/+15
(This used to be commit ff7de3e19cf8707e8429c70b6ba303ff652fa4c8)
2003-08-15Fix doc buildJelmer Vernooij1-7/+8
(This used to be commit 25cec4d35664f5c093cd95d3255a8ed04f8f2528)
2003-08-15Fix syntax error!Tim Potter1-1/+1
(This used to be commit cd0b6f74baa01dbe43c29cdadf1505083cdc878f)
2003-08-15fix compile warnings on IRIXGerald Carter1-5/+29
(This used to be commit b9779ba590a62acac12fa268c0e9dbe054176ae4)