summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed guest account for build farm boxesAndrew Tridgell2001-06-282-2/+6
| | | | (This used to be commit 0d112d7960353b33e9c5015c39a107a47e6f690d)
* temporarily made smbclient a non-error target so that builds will succeed ↵Andrew Tridgell2001-06-281-10/+6
| | | | | | when it fails. This will give richard a chance to fix problems without breaking the tree (This used to be commit 83d0dc4b53231b05588b7341540c0e4ba1f430b1)
* Syncup between 2.2 and HEAD.Jeremy Allison2001-06-271-17/+16
| | | | | Jeremy. (This used to be commit 39d4131a4571c9c7a96bdc2f6cd6be80a6c330af)
* Jigger around with the tests a bit moreAndrew Bartlett2001-06-2714-51/+120
| | | | | | | | | | | | We now test security=share, security=user, security=server for both the positive and negitive case (good/bad pw) and check that guest shares work for share level security. The server level security stuff seems to test positive without actualy contating a server (another LIBSMB_PROG based smbd) - I will need to look into that... Andrew Bartlett (This used to be commit 19fdc553d6ab06e53c21425468f86da56f4d9153)
* on sco2 socketpair_tcp needs a bindAndrew Tridgell2001-06-271-0/+9
| | | | (This used to be commit d8e5409ebb883844d9a1abc9840af1809957a444)
* handle EISCONN in socketpair_tcpAndrew Tridgell2001-06-271-1/+2
| | | | | this should get the auto-tests working on IRIX (This used to be commit 87f90d48d857828a6ed12bdc58d0d881be45dfce)
* Add the generic funcions file for the basicsmb testsAndrew Bartlett2001-06-271-0/+21
| | | | | Andrew Bartlett (This used to be commit b28baf71a7d947cfe8bda546f4e70194da0781da)
* Added some missing entries to usage().Tim Potter2001-06-271-1/+7
| | | | | Added -d option to set debug level. (This used to be commit 9874df0c2242ee46182744eabae14829c3b5f21e)
* Added back the automatic build of libsmbclient.so in head.Richard Sharpe2001-06-271-1/+1
| | | | | This is so I can find out what platforms it fails on. I will pull it again tomorrow if there are too many problems, like > 2 platforms that it fails to build on, but will pop it back in again as I resolve platforms. (This used to be commit cc72c44e53a36f3da135f4dc10a9391f65c8b6c7)
* Added doco for the -d parameter.Tim Potter2001-06-271-0/+10
| | | | (This used to be commit d8598efb5712c35cc0b59b4e232e3869077d11eb)
* Fix a stupid typo ...Richard Sharpe2001-06-271-2/+2
| | | | (This used to be commit 8a873b5dfb52393541c36fea0a5082771a6c8d63)
* Changed some of the tests around, made failures for parts actualy countAndrew Bartlett2001-06-276-58/+65
| | | | | Andrew Bartlett (This used to be commit 56a881b2b4957912055fdf053ef37ca2ea3606b8)
* SGI compiler fixes.Herb Lewis2001-06-264-15/+9
| | | | | Jeremy (This used to be commit 45bf995bf62aa6cc176d57e2f954cc2d379717ef)
* Add check for working AF_LOCAL sockets, which are borkenMartin Pool2001-06-265-601/+743
| | | | | | on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. (This used to be commit 8b0a5bc436fb44f5123d037b102f2d2c4d3287e8)
* Added the basic tests of smb functionality for HEADAndrew Bartlett2001-06-263-0/+82
| | | | | | | This works with the new build farm system Andrew Bartlett (This used to be commit 542977bc4323e041512e91d7a38422e7abc4e5ae)
* Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
| | | | | | ace entries. Jeremy. (This used to be commit 274c0f5028d41175222dfaaf446e3ed8f5687a5f)
* Put an 0x in front of a hex number.Tim Potter2001-06-261-1/+1
| | | | (This used to be commit a48d480ce986ff1c00f2c17f30f23723ce0bb044)
* Fixed bug introduced by changeover of security descriptor code fromTim Potter2001-06-261-1/+8
| | | | | | | | | | | | malloc() to talloc(). Previously, creating an ACL containing zero ACEs would return a non-NULL pointer to zero bytes of memory. The talloc() code would return a NULL pointer making the ACL a NULL ACL instead of an empty one. The difference is a NULL ACL allows all access and an empty ACL denies all access. We solve this by calling talloc(ctx, sizeof(SEC_ACE) * num_aces + 1). Heh. (This used to be commit 89eaaafe7d266788609fab6951fd912c441b3a26)
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
| | | | | Jeremy. (This used to be commit 52143c08536a5f5d888b78b4769c06f7a0a2992b)
* fixed buildAndrew Tridgell2001-06-261-0/+1
| | | | | don't rush commits :) (This used to be commit 442bf5cc9e6de7888f9a8cc06050f73ef880c4d9)
* fall back to "unsigned" for uint32 on systems that don't have oneAndrew Tridgell2001-06-261-1/+3
| | | | (This used to be commit 4d0c3167099f461b46fafaa3a35b14babbadcb93)
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
| | | | | Andrew Bartlett (This used to be commit b33000cdc0cafd4888c3f07c56050626743abd14)
* Ensure numeric group or user names don't get misinterpreted.Jeremy Allison2001-06-251-4/+8
| | | | | Jeremy. (This used to be commit e88da9dcc79801028127bcbe328af001b58e653a)
* Added Andrew's pam password change stuff. Needs some testing but looks good !Jeremy Allison2001-06-252-88/+280
| | | | | Jeremy. (This used to be commit e94957d548745649ce04423dc6f16bbe3dd4f869)
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
| | | | | Jeremy. (This used to be commit fa721b4adfbcac4827251b02f6af7f0b5211c104)
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-253-1/+122
| | | | | | | | | | | for NET_SRV_SET_INFO rpc call which is made when double-clicking on a computer in the server manager and changing the description. We always return NT_STATUS_NOPROBLEMO as NT doesn't seem to decode any error messages passed back. Maybe the changed comment string could be stored in a tdb and regurgitated instead of the "server string" smb.conf parameter? (This used to be commit d936ffedd90fe442f990c9ac2e172877f28d7230)
* got rid of the date headers off all text docsAndrew Tridgell2001-06-2532-98/+0
| | | | (This used to be commit 9d02041f0095d77753bd96bf070459547ec1339d)
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵Andrew Tridgell2001-06-2515-621/+682
| | | | | | instead of a define (This used to be commit e2ecff419fdc0a0dc7551b33b377dc11061ef2a3)
* make sure we have BOOL in autoconf usage of util_sec.cAndrew Tridgell2001-06-251-0/+1
| | | | (This used to be commit 72f63f5144ececdef31c659ab645eb71a88943b5)
* added a -L option to smbpasswd to force it to run locally so we can test ↵Andrew Tridgell2001-06-251-3/+17
| | | | | | smbpasswd as non-root (This used to be commit ab635202655712a05b812ff40550d00d00552853)
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-255-46/+59
| | | | | | allow us to have test targets without special configure options - fixed make proto so that it actually does something (This used to be commit 55109a752578e9389d853cb27ec17c2114ecff77)
* fixed errorSimo Sorce2001-06-241-5/+5
| | | | | using wrong pointer to test and free s/str/s/ (This used to be commit 7e5a9860fad92fee79bcc20f2ea2a3728080dba2)
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
| | | | | | changed. Jeremy. (This used to be commit f8c121c69c9561f011a0e08a9d0beaf1cefd1667)
* uhm some pointer went wrongSimo Sorce2001-06-231-4/+4
| | | | (This used to be commit d0acacfc9df86abab24420f1807b4d5253e8c285)
* handle P_LIST parametersSimo Sorce2001-06-231-0/+25
| | | | (This used to be commit 26ab608c91c7357df3a79bc34111194f115de005)
* fix compiler warningsSimo Sorce2001-06-231-0/+2
| | | | (This used to be commit 1959864490e79756257ba10431b188de78b8c8a7)
* fix compiler warningsSimo Sorce2001-06-232-4/+0
| | | | (This used to be commit 7420e2f7898f1d141ba2af3eda07a67862fee842)
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-235-10/+20
| | | | | | fix for the problem. Jeremy. (This used to be commit e059fffd03a1382fb2b7059b6de369d9fc765a17)
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
| | | | | Jeremy. (This used to be commit 17c3faa367328d186d10f59f08549de0c608b16a)
* Fix for multibyte default service parameter from TAKAHASHI Motonobu, Samba ↵Jeremy Allison2001-06-221-2/+2
| | | | | | | Users Group Japan Jeremy (This used to be commit a2da1f91c1b08414592d5f014c8539575d0e9637)
* Fixed logic bug in timeout processing spotted by Ying Chen ↵Jeremy Allison2001-06-221-1/+1
| | | | | | | <ying@almaden.ibm.com>. Jeremy. (This used to be commit 08c168242364bf4d415f49d134e507a7e234611b)
* Fix for race condition found by Herb where we can end up with a NULL dbf.Jeremy Allison2001-06-221-8/+0
| | | | | Jeremy. (This used to be commit 5cbb2106735ad0533198a83d62541cabd7beed20)
* Fix from "Jim McDonough" <jmcd@us.ibm.com>" - when we use open_file_shared(),Jeremy Allison2001-06-222-9/+9
| | | | | | we need to close with close_file(). Jeremy. (This used to be commit 5b2ffd160f3b4b9607bb6fd6db1644af9254ad9e)
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-224-3/+96
| | | | | | | | | | | | | | | | | | | | | | | | that libsmb/ creates a local tcp socket then launches smbd as a subprocess attached to that socket. smbd thinks it is being launched from inetd. to use it do the following: - compile with -DSMB_REGRESSION_TEST - run like this (also works with smbtorture etc) export SMBD_TEST=1 export LIBSMB_PROG=bin/smbd smbclient //server/share -Uuser%pass obviously you need to setup a smb.conf etc. Using --prefix to configure is useful. The aim of all this stuff is to add a decent set of regression tests to the build farm, so we know if smbd actually runs correctly on all the platforms, not just builds. We can run smbtorture, masktest, locktest etc, plus a bunch of smbclient scripts and any new tests we write. This doesn't help much with nmbd (at least not yet) but its a good start. (This used to be commit 7e8e6ae9a88c4d2587eb4e7f0501cd71bd36ebb2)
* sync this function with 2.2 (single check for NULL parameter)Gerald Carter2001-06-221-0/+3
| | | | (This used to be commit 3ab50e648d682080308d2db6bdb71eef0e303988)
* Removed unused (and potentially crash-causing) free function.Jeremy Allison2001-06-221-14/+0
| | | | | Jeremy. (This used to be commit 54ea00fa870f258b885b18e8684caa8488948607)
* add an ignore on proto.hAndrew Tridgell2001-06-221-0/+1
| | | | (This used to be commit 0dc9227156823f6a44e6a0260e091b972057baa3)
* auto-build proto.h if its not there, but don't make it dependAndrew Tridgell2001-06-222-4704/+4
| | | | | on anything. Delete proto.h from CVS (This used to be commit 8a37df73ec4d8d1a7db60a49cd5d7d22c4704a88)
* Cleanup of cli_lsa_enum_trust_dom(). talloc() doesn't like attempts toTim Potter2001-06-221-20/+34
| | | | | allocate 0 bytes. (This used to be commit 465994cfbca72649474345bc057d436961cccf97)
* Spelling fix.Tim Potter2001-06-221-1/+1
| | | | (This used to be commit 5f4889beb9311fd3912c3dfccf18fc9ab22b964c)