summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* added SinkData and SourceData tests for rpcechoAndrew Tridgell2003-11-035-2/+185
| | | | (This used to be commit 7c356350e6148078725de6b6829eb0855771ae17)
* added rpcecho EchoData testAndrew Tridgell2003-11-035-1/+133
| | | | (This used to be commit 9c7e4db4712d1b2b7d8125e3ae535efd50b80f58)
* actually use the passed parameters!Andrew Tridgell2003-11-031-3/+3
| | | | (This used to be commit 717803848afd7e1b443c3134183c171b54f192d7)
* added a helper function to make building rpc functions a bit easierAndrew Tridgell2003-11-034-44/+97
| | | | (This used to be commit a8feb80438680b9ec399c908987c58c4a6a998e6)
* started adding RPC-ECHO torture casesAndrew Tridgell2003-11-0311-19/+245
| | | | (This used to be commit 8cff335dab438aa2dbcca91a717e14ef5a8288dd)
* we only want the per-call stub dataAndrew Tridgell2003-11-032-9/+23
| | | | (This used to be commit 95fa15cdcf2df5e8436281cdf96c84228a56cc4c)
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-0320-825/+1403
| | | | | successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-3013-17/+704
| | | | | | | | | | - added SMBD_LISTEN_BACKLOG in local.h - added the beginnings of a ndr/rpc parsing framework for Samba4. It currently correctly parses security descriptors for the nttrans QUERY_SECDESC call, but I hope it will become a reasonable framework that an idl based generator can work to (This used to be commit 9bf904fc34f88e0581f93656e73d3c01ca96f761)
* much better synchronised startup in smbtorture - this allows us to runAndrew Tridgell2003-10-291-2/+8
| | | | | massive NBENCH runs without killing the client (This used to be commit 3f20041bb930ff1e4d9c0709008174faa5f690d5)
* Add RPC-OPEN test as an example for using the new dcerpc client code.Tim Potter2003-10-282-1/+81
| | | | | It's a bit icky so I suspect it won't last long. (-: (This used to be commit bc17a4a8ade1b003acb5681471568a94e81aad08)
* A fix for making transfer syntax a pointer instead of an array of pointersTim Potter2003-10-281-2/+2
| | | | | in struct p_ctx_list. (This used to be commit e99e28aa36f31e862e89cef246b50a34b5115af9)
* Add raw and cli dcerpc code to LIBRAW_OBJ and LIBSMB_OBJ, respectively.Tim Potter2003-10-281-2/+2
| | | | (This used to be commit d66f5afaaabdbaddb846fdff0421398f4cb19d89)
* Cli level code for initial dcerpc client support.Tim Potter2003-10-281-0/+254
| | | | (This used to be commit 94686a3f941086510415273f71503cd5f18179b8)
* Initial version of raw dcerpc client support.Tim Potter2003-10-281-0/+222
| | | | (This used to be commit 34a2cc10992953897268ca864f2851f4c2d99e1e)
* Add data structures for initial dcerpc support.Tim Potter2003-10-282-0/+94
| | | | (This used to be commit 35ee9fdeababea8fd00f69d7d8f9d55eef57994c)
* Implement raw SMBtrans by backending the SMBtrans2 send code. Receive isTim Potter2003-10-282-9/+55
| | | | | the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3)
* fixed snprintf.c for systems that have only some of the *printf() family of ↵Andrew Tridgell2003-10-104-13/+19
| | | | | | | | | | | functions cope with servers that return bogus (too large) values in max_xmit cope with a couple more error conditions in RAW-SFILEINFO better startup time heuristics in NBENCH (This used to be commit 89f7261ba589e5760b3cf9c3594eab9d7198dd7e)
* Update MySQL configuration scripts, add module macrosJelmer Vernooij2003-09-291-131/+46
| | | | (This used to be commit 42dbb8e2eb11f14b07f17337ed256f4a3a2caad6)
* Remove obsolete fileJelmer Vernooij2003-09-292-240/+0
| | | | (This used to be commit ac05e976f20796202deb1731f9488d5a52e2b25f)
* better child synchronisation at startup in NBENCHAndrew Tridgell2003-09-291-8/+18
| | | | (This used to be commit 4559208c80e0368ff677bfe0e6cde0abb8b9b2c0)
* - use deltree to setup base directoryAndrew Tridgell2003-09-291-3/+6
| | | | (This used to be commit 19eab118c1e73a0c5142ff10f7cf5ecae97349ac)
* Quieten a compiler warning.Tim Potter2003-09-181-0/+3
| | | | (This used to be commit 9edf634569d89b152fc73eae70245cbf338b498d)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-0215-140/+161
| | | | | | | | | fields in level 261 and level 262 of directory search are, plus the names of the levels the unknown fields are a 64bit unique file id, and match the 64 bit number from the internal_information qfileinfo level (This used to be commit b69f54eb028a24144a2e813f059b08644118ab09)
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-318-35/+125
| | | | | | | first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
* expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell2003-08-291-1/+7
| | | | | in SMBlockread, not just other peoples locks (error in spec) (This used to be commit a56f6896bfc00222b12be3d0bb06f99144f2d23d)
* fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell2003-08-231-1/+3
| | | | (This used to be commit 19abdace95ff8369922ed7ffb9f75fab6d2d0b7b)
* Remove some obsolete files (like in samba3)Jelmer Vernooij2003-08-1715-7458/+0
| | | | (This used to be commit b85539336e2b3db56a912921d45276f2a77c4c7a)
* Sync autogen.sh from samba3Jelmer Vernooij2003-08-171-16/+40
| | | | (This used to be commit 7bc56792dc0bc9fdecfe8e7a2db2d6c367cdef42)
* Add script that reports unused macros/definesJelmer Vernooij2003-08-161-0/+33
| | | | (This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
* Add script that detects useless AC_DEFINE()'s in configure.inJelmer Vernooij2003-08-161-0/+30
| | | | (This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
* don't leak memory if cli->tree is NULLHerb Lewis2003-08-151-3/+5
| | | | (This used to be commit b034c4b86e2faddf0928810a3e56c03d6aaef9f5)
* don't dereference null pointerHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit ba5d1cde98f9146ffc889ac89ec79331e2bfae18)
* ascii/unicode fixes in ascii mode found by smbtortureAndrew Tridgell2003-08-151-6/+6
| | | | (This used to be commit cdf2626a6d3b6eec419b0694d63272304c5c0eeb)
* - patch to fix a memory leak from metzeAndrew Tridgell2003-08-154-19/+9
| | | | | | - fix a couple of unicode string errors for ascii clients found by RAW- tests (This used to be commit 81c941ba8ae33567d79b4bb0bb5928f5f6077b76)
* fix handling of parametric smb.conf parms with embedded spacesAndrew Tridgell2003-08-151-1/+4
| | | | (This used to be commit dad7d285abe853653e72ba2e5ed03092061e9d65)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-1519-41/+27
| | | | (This used to be commit 02d068ba7d81d6db25122144981c63f74ad44025)
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-1541-47/+43
| | | | (This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
* wrong typecastHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit de7674ebefe3a8b0f953afe983ce058e11f827c2)
* fixed an enumerated type error found on irixAndrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 19acf60fceda04482047cfff24ee728bb66f3971)
* cast to get rid of warningsHerb Lewis2003-08-151-1/+1
| | | | (This used to be commit cb7a9aef0210b547a64a9411769c8b3cce57701e)
* IRIX already defines uint_tHerb Lewis2003-08-151-0/+2
| | | | (This used to be commit a019e54a46539a9f76fc782fd5eb826c32afb318)
* signed bitfields cannot be 1 bit longHerb Lewis2003-08-151-7/+7
| | | | (This used to be commit 5fce80e7575e6c4d5df46d02d9505f56a93511c4)
* fix IRIX buildHerb Lewis2003-08-151-0/+4
| | | | (This used to be commit 85c504a837960bf74dc05391a4d0bb924f2f9a3a)
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-153-14/+14
| | | | (This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
* fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell2003-08-154-4/+5
| | | | | this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
* a few build fixes to try to get irix buildingAndrew Tridgell2003-08-154-120/+8
| | | | (This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
* try to cope with servers that return a blank alt_name fieldAndrew Tridgell2003-08-151-1/+5
| | | | (This used to be commit 0a1cda392ad29c95c8886a26c34fcea0b19ecebf)
* some servers don't return a fs_type and dev_typeAndrew Tridgell2003-08-151-2/+6
| | | | (This used to be commit eaec1bdaadd744c63fb270b3807bc284dfadb37d)
* fixed a comment typoAndrew Tridgell2003-08-151-2/+2
| | | | (This used to be commit 4cc8fef8ca278b19eb4601e7660fc1976594412e)
* nicer formatting in getattreAndrew Tridgell2003-08-151-6/+6
| | | | (This used to be commit 52657c369b26710ed4d3a8cce81dd518547c583e)