summaryrefslogtreecommitdiffstats
path: root/source4/include
Commit message (Collapse)AuthorAgeFilesLines
...
* a major revamp of the low level dcerpc code in samba4, We can now do aAndrew Tridgell2003-11-034-97/+4
| | | | | successful LSA OpenPolicy using smbtorture (This used to be commit e925c315f55905060fcca1b188ae1f7e40baf514)
* - a few portability fixes from Jim MyersAndrew Tridgell2003-10-303-3/+11
| | | | | | | | | | - 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)
* 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-281-1/+2
| | | | | the same for trans and trans2. (This used to be commit 7d21af3fdf6cf5144a41021425179ca2bba553b3)
* Remove obsolete fileJelmer Vernooij2003-09-292-240/+0
| | | | (This used to be commit ac05e976f20796202deb1731f9488d5a52e2b25f)
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-022-16/+12
| | | | | | | | | 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-312-4/+5
| | | | | | | first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
* fixed an enumerated type error found on irixAndrew Tridgell2003-08-151-1/+1
| | | | (This used to be commit 19acf60fceda04482047cfff24ee728bb66f3971)
* 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)
* rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis2003-08-151-5/+5
| | | | (This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
* client/client.c - cannot initialize struct with non-const valuesHerb Lewis2003-08-142-4/+1
| | | | | | | | include/byteorder.h - fix for IRIX compiler - cannot cast an LVALUE include/smb_interfaces.h - remove empty structure source/lib/debug.c - void functions cannot return value libcli/clifile.c - cannot assign *struct to struct (This used to be commit 9a724762012f55d21d44ea87add7daf21f7414d1)
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-141-2/+3
| | | | (This used to be commit 3eef35e581b5e1802711b9b5297f61800a7e242e)
* - added a raw smb scannerAndrew Tridgell2003-08-131-1/+1
| | | | | - its not a root_fid in ntrename (This used to be commit 74be55efdc77d4ba7e70d0554cbd72472522abff)
* process_model.h is not used at all - hangover from earlier designAndrew Tridgell2003-08-132-52/+0
| | | | (This used to be commit 6b49bc41d4e38bf9a5b02f6cb8d8af1db9ac020a)
* - added SMBntrename test suiteAndrew Tridgell2003-08-133-6/+37
| | | | | | | - allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
* add support for 32 bit pid using the PIDHIGH field. This allows theAndrew Tridgell2003-08-131-1/+1
| | | | | test suite to see if it is supported. w2k3 doesn't seem to support it. (This used to be commit c946be06a49e9a187045f2372ef7c1b987eaf6e5)
* first public release of samba4 codeAndrew Tridgell2003-08-1380-0/+23131
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)