summaryrefslogtreecommitdiff
path: root/source4/smbd
AgeCommit message (Collapse)AuthorFilesLines
2003-10-30- a few portability fixes from Jim MyersAndrew Tridgell1-1/+1
- 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)
2003-09-02thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell1-30/+27
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)
2003-08-31I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell1-7/+22
first Also expanded the rename test a little (This used to be commit 723af7f097a8c7f23dac23039e479811559ac3cb)
2003-08-15ascii/unicode fixes in ascii mode found by smbtortureAndrew Tridgell1-6/+6
(This used to be commit cdf2626a6d3b6eec419b0694d63272304c5c0eeb)
2003-08-15- patch to fix a memory leak from metzeAndrew Tridgell3-6/+6
- fix a couple of unicode string errors for ascii clients found by RAW- tests (This used to be commit 81c941ba8ae33567d79b4bb0bb5928f5f6077b76)
2003-08-15more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell1-1/+1
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
2003-08-15rename mutex_t to smb_mutex_t to prevent name collisionHerb Lewis1-4/+4
(This used to be commit d32f14959277a5b7d1302638b65ff1fc568f08a9)
2003-08-15fixed some places where we don't brace (flags & STR_UNICODE)Andrew Tridgell1-1/+1
this fixes the samba4 server with ascii clients (This used to be commit c770603ac6c3331a4ac79a650cbbbeb21c778137)
2003-08-15a few build fixes to try to get irix buildingAndrew Tridgell1-0/+5
(This used to be commit 4059fbcf028e105c9377ec5a302623ae282e33f1)
2003-08-13- added SMBntrename test suiteAndrew Tridgell1-5/+6
- allow username of form DOMAIN\username or DOMAIN/username - added ntrename to gentest (This used to be commit 2b464472c17b791eb5b117f89d5aaea2bf60f6ad)
2003-08-13check for an invalid TID in reply_exit()Andrew Tridgell1-0/+5
(This used to be commit fca5a1e89db126c6f7d7ac3caa841918147ef614)
2003-08-13first public release of samba4 codeAndrew Tridgell20-0/+8712
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)