summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Make smbtorture return status values for use in the build_farm tests.Andrew Bartlett2001-07-021-469/+733
| | | | | | | This should not have changed behaviour, and it has been tested. Andrew Bartlett (This used to be commit a73aefef09804bf95eec1449f75adc5ff5e032d0)
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-026-23/+43
| | | | | | lockingX calls - use that instead of smb_pid in the packet. Jeremy. (This used to be commit a3925cb9c6303ce24e5fecad6c8f3a0ba78b9ee0)
* Insure caught the fact that PTRDIFFs were being done between two unrelatedJeremy Allison2001-07-022-5/+17
| | | | | | pointers. Jeremy. (This used to be commit 15c64199cb29e2fca6ee7353673dbb3f962e0e24)
* "netbios aliases" and "interfaces" options change from P_STRING to P_LISTSimo Sorce2001-07-013-24/+26
| | | | (This used to be commit db36ed1d80fcbee16d0a0b5f226e56961f3bf1ec)
* Fix for building --with-profile for new vfscalls.Jeremy Allison2001-07-011-0/+4
| | | | | Jeremy. (This used to be commit 33dc250ebb389f331cecf47101cf13c630be3a11)
* cli_read() was reading too many bytes.Andrew Tridgell2001-07-011-2/+1
| | | | (This used to be commit ba79d2a030b9ae087f0cc4248baa6cf6bee112fb)
* - fix bug in reply_nt- fix bug in reply_nt1Simo Sorce2001-07-011-4/+4
| | | | (This used to be commit 200110a3b4caeb0d8be87f02476af29165e35ada)
* Make sure we compile with gcc by default.Richard Sharpe2001-06-301-0/+1
| | | | (This used to be commit 93c45024cdbbf51322106e2a5961db8c09618833)
* Add a static linking target to the examples Makefile so I can test out ↵Richard Sharpe2001-06-301-1/+5
| | | | | | static linking ... (This used to be commit 9627bace72eb3be322f8895b055a31768e551136)
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-303-3/+12
| | | | | Jeremy. (This used to be commit 015a077acc49e59179dc10256fd32166ee4623e2)
* Fix another small problem with Makefile.in ... not doing the correctRichard Sharpe2001-06-301-1/+1
| | | | | check for whether or not we should build a shared library. (This used to be commit 09837044a2aa47a61d635316afa38645855db512)
* This should return the build to normallity.Andrew Bartlett2001-06-301-2/+1
| | | | | | | | When you update an #ifdef'ed function, also update its matching null function or all hell breaks loose on the build farm! Andrew Bartlett (This used to be commit 58b981a56f99bce0e98c9e1752c99a69e3cb2a25)
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-304-17/+56
| | | | | | Clarion locktest. Jeremy. (This used to be commit 5c42845b5bb6fafd0ebf93fbdd23d9bf861da865)
* Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe2001-06-302-732/+742
| | | | | | makefile now. (This used to be commit 332f646fdc25ae4fe3797ad6c85d4637f0dba0e3)
* These changes cause the libsmbclient stuff to always build a non-shared ↵Richard Sharpe2001-06-292-9/+15
| | | | | | | library and to build a shared library only for the four OSes that we currently like. I will probably add HP/UX and AIX support based on the CUPS stuff soon ... (This used to be commit 9585529455ae4a3e9b4dafc5f16286fabb052809)
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-294-0/+160
| | | | | Jeremy. (This used to be commit 7079300da6dbd950e55dc5871851250d5a3717ff)
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-299-697/+750
| | | | | | | Added vfs calls to symlink() and readlink() with appropriate configure checks. Jeremy. (This used to be commit c24e6b41ea60ab4bac2fcd19da947851d6df3c7c)
* From JF....Jeremy Allison2001-06-293-54/+126
| | | | | | | | | | | | | | | | | | | | hi jeremy, can you commit the following patch against HEAD. I can't do it right now Thanks Tim for me. He changed the SAM_DISPINFO_1 array without checking if he didn't break the server code. And he did. So on my way I cleaned info_1, 2, .. 5 it may break winbind. I leave to tim the pleasure to fix it ;-) jf. I added some talloc changes and checks for alloc fails. Jeremy. (This used to be commit 001e9b7b540f04c80ba65c879aaa41acddc86f3e)
* Experimental support for joining a domain without creating an account inTim Potter2001-06-291-23/+344
| | | | | | | | | | | server manager first. Just use the -U parameter to smbpasswd when joining the domain: smbpasswd -r PDC -j DOMAIN -U administrator%password Should also work with domain users with the 'add workstation to domain' user right. (This used to be commit 937b96feaa276f8dd626f2d640f03dc4c55f48c6)
* Removed another silly static array.Tim Potter2001-06-292-7/+18
| | | | (This used to be commit 008628fb8ac9f92d984218f37fffdfa3cb9e3d62)
* Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter2001-06-291-2/+10
| | | | | | server, Win9x only sends \PIPE instead of \PIPE\. Looks suspiciously like an off-by one bug in the Win9x dce/rpc pipe code. (This used to be commit b4a9079833c261705e18fdcaab752cb5292a078f)
* Replaced memcpy() with memmove() to make safe_strcpy() safe for overlappingTim Potter2001-06-291-1/+1
| | | | | source and destination. (This used to be commit 30411d4004ce7062e73506d228ef402b99226eee)
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-292-126/+63
| | | | | Jeremy. (This used to be commit 2999eab5abe86bf08e693800c01ad544f04e4d6c)
* param/loadparm.c: Fix for bad volume label, found by TAKAHASHI MotonobuJeremy Allison2001-06-281-12/+6
| | | | | | Samba Users Group Japan. Ensure same as in 2.2.x codebase. Jeremy. (This used to be commit 5a5d33b9464fe6289e55dbfd229d2859914b9293)
* Added info to some of the debug messages to get a better handle on a problemChristopher R. Hertel2001-06-281-24/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people are reporting regarding multiple responses to queries on <1D> names. There should only ever be one LMB but some users are seeing multiple replies to queries for the LMB name. This is probably due to nodes on the LAN that have NetBIOS over NetBEUI and/or IPX enabled. Previously, the debug message did not include the IP address associated with the name. It *did* include the source address of the packet, but in the examples I've seen all of these were the same, eg: [2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93) query_name_response: Multiple (2) responses received for a query on subnet 129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP 129.130.10.24 [2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93) query_name_response: Multiple (3) responses received for a query on subnet 129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP 129.130.10.24 [2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93) query_name_response: Multiple (4) responses received for a query on subnet 129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP 129.130.10.24 [2000/06/22 11:58:25, 0] nmbd/nmbd_namequery.c:query_name_response(93) query_name_response: Multiple (5) responses received for a query on subnet 129.130.10.136 for name NT.CIS.KSU.EDU<1d>. This response was from IP 129.130.10.24 Note that all of the above are reported as having come from 129.130.10.24. This should never happen. If 129.130.10.24 is a WINS server it should send a Negative Name Query Response for a <1D> name query (wierd but true). So, are all of the above coming from different systems, all of which think are the LMB? Are they all coming from one system that is, for some strange reason, replying five times to the same query? Anyway, I needed more info so I've changed the debug messages. Chris -)----- (This used to be commit 8f2f09af0a0a80cacef933ed500884e2c0b3f2fb)
* Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison2001-06-281-4/+20
| | | | | | logs a debug. We need this to track fail cases. Jeremy (This used to be commit fe5cac150d7491a7dfdaf2a54998178bbfe5a303)
* 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)