summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't use pstrcpy on non-pstrings.Tim Potter2003-07-171-1/+1
| | | | (This used to be commit 3498624d941fe200b06f114ece3373d4c4cfb2d1)
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-172-10/+0
| | | | | | | so the shared sequence number will not be strictly odd/even. Andrew Bartlett (This used to be commit 77c3e69aef545d3f9b7cec9efdc366cbeb0c745e)
* Correctly toggle the signing state to what it was previosly when sendingJeremy Allison2003-07-172-15/+13
| | | | | | an oplock break. Jeremy. (This used to be commit 9515de83a864250c417cf490b7be714c8e1e127e)
* Don't allow read/write raw when signing is active.Jeremy Allison2003-07-171-0/+8
| | | | | Jeremy. (This used to be commit 8d2a848052df03dad7bfeb5e7be96f8e9a509bbf)
* Putting the framework for server signing in place. Ensure we don't useJeremy Allison2003-07-173-6/+89
| | | | | | sendfile when signing (I need to add this for readbraw/writebraw too...). Jeremy. (This used to be commit f2e84f1ba67b13ff29e24a38099b559d9033a680)
* Refactor signing code to remove most dependencies on 'struct cli'.Jeremy Allison2003-07-165-110/+143
| | | | | | | | Ensure a server can't do a downgrade attack if client signing is mandatory. Add a lp_server_signing() function and a 'server signing' parameter that will act as the client one does. Jeremy (This used to be commit 203e4bf0bfb66fd9239e9a0656438a71280113cb)
* Further Debian fixes.Eloy Paris2003-07-163-26/+29
| | | | (This used to be commit 8f86cb196f9f2eaa4d6406f1082397dcf01897bf)
* Add API framework for server SMB signing.Jeremy Allison2003-07-165-86/+128
| | | | | Jeremy. (This used to be commit 61fc9a7b2eafdf8cbed1f8d9aae016b828c91a08)
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-163-5/+33
| | | | | Jeremy. (This used to be commit dd46f8b22d6e8411081a1279e1cd32929e40370b)
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
| | | | | Jeremy. (This used to be commit 3c11d9362379f16bb0d14449f64e731efad97ffe)
* adding command for moving a record from one tdb to anotherGerald Carter2003-07-161-0/+55
| | | | (This used to be commit d0d85dd49c41c55e086714a45990d5cd6c36fa10)
* make tdbtool deal with NULL and non-NULL terminated keysGerald Carter2003-07-161-4/+14
| | | | (This used to be commit 5df7b9a3efaf5b7828d0405bc14504d14d9e833a)
* sync with release treeGerald Carter2003-07-161-1/+1
| | | | (This used to be commit dd10e7c9bbef0d28f3c5330605ff3b18c278eeef)
* Fix memleakVolker Lendecke2003-07-161-1/+4
| | | | (This used to be commit 42a59d691019ee328920be25a1c505037f74151f)
* typoVolker Lendecke2003-07-161-1/+1
| | | | (This used to be commit 09e00970d4b3ec80467a4a292c39650d6c945847)
* Spelling.Tim Potter2003-07-165-12/+12
| | | | (This used to be commit 2750418752e491c5e87f0f2adf253291e31ee4c2)
* Documentation Update for Beta3.John Terpstra2003-07-1670-17354/+18554
| | | | (This used to be commit a88dc502cb3b6b2d905106675f50680bf22e2cfa)
* removing outdated scriptsGerald Carter2003-07-162-91/+0
| | | | (This used to be commit b47b6f5825753b4ad130cdd372dbd023f78d3fd9)
* remove outdated docGerald Carter2003-07-161-150/+0
| | | | (This used to be commit ee44d72a1bf24ecf99d485f4d9ff8359d54e19c3)
* adding another missing docGerald Carter2003-07-161-0/+16
| | | | (This used to be commit ec92d856734e6d32189c3e90411fd02a20b8fe83)
* updating WHATSNEWGerald Carter2003-07-162-83/+146
| | | | | removing old readme (not part of WHATSNEW) (This used to be commit c9c5f68eeab5a36b279673c728411672b4b4449b)
* Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett2003-07-161-64/+41
| | | | | | | | | in both SCHANNEL and NTLMSSP. (Try not to deal with a general case as individual special cases...) Andrew Bartlett (This used to be commit 6ca77bd28f16f9f65ff40bf8996e39356de5b4f8)
* fix typo in debug logGerald Carter2003-07-161-1/+1
| | | | (This used to be commit 074da426708555de082d0c2e5ae3a5cddaadcdf4)
* fixes for 'net rpc vampire'. I can now take a blank Samba hostGerald Carter2003-07-165-66/+47
| | | | | | | | | | | | and migrate an NT4 domain and still logon from domain members (tested logon scripts, system policies, profiles, & home directories) (passdb backend = tdbsam) removed call to idmap_init_wellknown_sids() from winbindd.c since the local domain should be handled by the guest passdb backend (and you don't really always want the Administrator account to be root) ...and we didn't pay attention to this anyways now. (This used to be commit 837d7c54d3ca780160aa0d6a2f0a109bb691948e)
* Volker's patch for open_socket_out() to speed up connectionsGerald Carter2003-07-161-3/+8
| | | | (This used to be commit 7d63b690004a59316a70059db0d9ad0ea9001288)
* Fix from Dragan Krnic for handling files in tar archives > 8GB.Tim Potter2003-07-161-0/+10
| | | | | Fixes bug 102. (This used to be commit b54183a7b23d1046faad0890de3fdda3df0fec88)
* Added the "required" keyword to the "client signing" parameter to force itJeremy Allison2003-07-157-20/+58
| | | | | | | on. Fail if missmatch. Small format tidyups in smbd/sesssetup.c. Preparing to add signing on server side. Jeremy. (This used to be commit c390b3e4cd68cfc233ddf14d139e25d40f050f27)
* Add a cli_ prefix to a few functions to ensure everything that takes a ↵Jeremy Allison2003-07-151-10/+10
| | | | | | | | struct cli_state is so marked. Jeremy (This used to be commit 0b8724ed65799f94f2af5d1dbb9ba20f1bac53a7)
* fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter2003-07-151-1/+1
| | | | (This used to be commit ff0c71148e405eeb49efbc51461325c7f2207433)
* Fix memleakVolker Lendecke2003-07-151-0/+2
| | | | (This used to be commit 517bb4d0df4cd120ef0ffc3cd879897971f0982e)
* We should report if a group mapping fails. This should fix bug#225.Volker Lendecke2003-07-151-3/+1
| | | | | | | | | | Jerry, this is assigned to you. Do you want to answer it? However, we have to decide what to do if a mapping is to be done for a unix group not in LDAP.... Volker (This used to be commit bf449d467cfe4987df17010490a16ab0472c0803)
* Debian updates. Brings files in packaging/Debian on par with theEloy Paris2003-07-1522-276/+967
| | | | | | latest Debian official packages for Debian unstable. Also fixes patches that got out of date in the beta2->beta3 development process. (This used to be commit 03871fd574bf9c0f6d88c96423f77e9ada7b16f7)
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, ↵Alexander Bokovoy2003-07-154-9/+66
| | | | | | nmbd, winbindd). Reviewed by jerry and tridge. (This used to be commit 02c5e2fc6f0721ebd82a9e6a2b34190607de55fe)
* Fix memleaksVolker Lendecke2003-07-151-1/+6
| | | | (This used to be commit 26134ac302f3296df6a65182f2585201a3ad833a)
* Fix memleakVolker Lendecke2003-07-151-1/+3
| | | | (This used to be commit 6770d69942a8841fb25448a8a238af7987ec860c)
* Jim, could you please look at this? smbpasswd -a <username> was brokenVolker Lendecke2003-07-151-2/+2
| | | | | | | | | | for me without this patch. I'm not sure if I interpreted your patch to this code right. Thanks, Volker (This used to be commit 46ec022f873416d2258fc8d84430b17319dce70f)
* Mandrake packaging updates from BuchanGerald Carter2003-07-158-97/+203
| | | | (This used to be commit 3fec31d0fd91de6196d56fc7eae145f10c12483c)
* Accept --with-expsam=no as valid option (do nothing on it). Simplifies ↵Alexander Bokovoy2003-07-151-0/+2
| | | | | | automatic option generation for spec files (This used to be commit 4042d965f26d8cc056792df50d0a2a6f3f640e50)
* Fix cut&paste bug in strdup() usage example. Found by MetzeAlexander Bokovoy2003-07-151-1/+1
| | | | (This used to be commit 38f85593c41b5d9ea1c67beb626724b9e14a5dab)
* Add mandir to installdir target. Otherwise installman fails for clean DESTDIRAlexander Bokovoy2003-07-151-1/+1
| | | | (This used to be commit bb31276c3dfd10bfbc41b7e77e1e1aca1f051453)
* odding some more docsGerald Carter2003-07-151-0/+17
| | | | (This used to be commit 6fdf9f8cd53833294d34aa6dc8d660957c530ae5)
* adding docs on hew parameters I added.Gerald Carter2003-07-152-0/+30
| | | | (This used to be commit 7c91c4360ffd5683f063ac2ce8ebadb4b4db9342)
* update docs to reflect the change in default behavior for winbinddGerald Carter2003-07-151-7/+6
| | | | (This used to be commit 140e2fd5d710f5c800399e20a64c8ac4349a7003)
* remove -B and default to dual-daemon mode (-Y to run as a single process)Gerald Carter2003-07-151-2/+2
| | | | (This used to be commit 369a914ebefd5625af19b76d71b502e5e13a7147)
* make sure to fallback to rid algoruthm for users not in smbpasswd (e.g. ↵Gerald Carter2003-07-151-7/+17
| | | | | | force user = foo) (This used to be commit 399799c68cbc91cb3908b0d83ee4f51fa3bf3023)
* SPNEGO SMB signing is now fixed for NTLMSSP, with kerberos to follow shortly.Andrew Bartlett2003-07-151-3/+0
| | | | | Andrew Bartlett (This used to be commit 2b493813fc09ed9bf21f90bce708e6145cf1b4de)
* fix cache coherency bug in print handle print_info_2 cache.Gerald Carter2003-07-143-19/+48
| | | | | | | | | Needs to be rewritten to use a reference counter, but this will work for now. also the memory allocation in the printing code needs to be cleaned up to use talloc exclusively. (This used to be commit 3d293027563b36411b7f84ed9d8f47f926271c6f)
* Small documentation fixes from MetzeAlexander Bokovoy2003-07-141-2/+2
| | | | (This used to be commit 3f63bcb47182f69a7524bf9fcd0198aa116a9c45)
* Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett2003-07-141-14/+4
| | | | | | | of an inline replacement... Andrew Bartlett (This used to be commit d941255a97fc6d0d62eae1602075b1aa0481cde5)
* Fix SMB signing when using NTLMSSP...Andrew Bartlett2003-07-142-93/+8
| | | | | | | | | | | | It's so simple now I know how it works - and it has nothing to do with NTLMSSP (it's just a slightly different use of the old algorithm). :-). Note: This is actually less secure then the non-NTLMSSP code, as there is no per-session random data included for NTLM logins. (NTLMv2 is better, fortunetly). Andrew Bartlett (This used to be commit 95ec8317d4c6817d192bcd52eec44a22286e10ee)