summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2000-05-27optional (0of or 1of) with "[+]" semantics.Luke Leighton2-1/+6
2000-05-27SMBntcreateXLuke Leighton1-5/+23
2000-05-27SMBnttrans. modified io_uint8s to return address of actual data insteadLuke Leighton5-50/+132
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell6-421/+518
2000-05-27prs_give_memory in wrong place, also poss. was losing mem.Luke Leighton3-9/+36
2000-05-27SMBtrans response.Luke Leighton1-1/+27
2000-05-27SMBtrans and SMBtrans2, some of it.Luke Leighton1-21/+100
2000-05-27fixed return from nt_printing_init()Andrew Tridgell1-1/+4
2000-05-27SMBlockingXLuke Leighton1-1/+68
2000-05-27hack to get setprinter working, level2, null sec desc.Luke Leighton2-6/+28
2000-05-27fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell1-4/+4
2000-05-27uninitialised variable "list"Luke Leighton1-1/+1
2000-05-27TIMESTAMPS ARE IRRITATING AS HELL WHEN DEBUGGING! NGGGH!!Luke Leighton1-1/+1
2000-05-27dummy trash in secdesc.Luke Leighton1-3/+7
2000-05-27bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton1-1/+12
2000-05-27unistr_to_dos not unistr_to_asciiLuke Leighton3-4/+26
2000-05-27fixed nttrans.cLuke Leighton5-554/+832
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton9-888/+1138
2000-05-27cifs parser.Luke Leighton9-6/+707
2000-05-27fixed bugs in fdpass testsAndrew Tridgell1-8/+11
2000-05-27move srandom to after connect so random stuff in clientgen doesn'tAndrew Tridgell1-2/+4
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele2-2/+9
2000-05-26Compile time warning fixes and a time_t -> uint32 conversion fix.Jeremy Allison1-2/+6
2000-05-26Fixed last remaining instance of MS_DFS to WITH_MSDFS.Tim Potter1-1/+1
2000-05-26Changed MS_DFS to WITH_MSDFS throughout.Shirish Kalele12-120/+139
2000-05-25Fixed misunderstanding found during CIFS conference. Overlapping lockJeremy Allison1-340/+278
2000-05-24minor fixesAndrew Tridgell2-7/+4
2000-05-242nd evil simultaneous read-write test. forks. one writer. othersLuke Leighton1-1/+118
2000-05-24removed lp_revalidate()Andrew Tridgell1-4/+0
2000-05-24new prototypesAndrew Tridgell1-2/+3
2000-05-24we don't do "revalidate = yes" any moreAndrew Tridgell1-5/+0
2000-05-24added -u hide_unlock_fails optionAndrew Tridgell1-2/+7
2000-05-24Start of test blurb.Tim Potter1-0/+12
2000-05-24Test transfer of large random file w/o corruption.Tim Potter1-0/+48
2000-05-24Fix to return buffer output properly.Tim Potter1-3/+3
2000-05-24added tdb_pack() and tdb_unpack()Andrew Tridgell1-0/+148
2000-05-24got rid of lp_revalidate()Andrew Tridgell1-1/+1
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-16/+14
2000-05-24a fairly big change in spoolss.Andrew Tridgell1-49/+20
2000-05-24Test various operations on ipc$ share.Tim Potter1-0/+44
2000-05-24a fairly big change in spoolss.Andrew Tridgell3-767/+470
2000-05-24Testharness for masktest program.Tim Potter1-0/+57
2000-05-24use \\ in front of filenamesAndrew Tridgell1-2/+2
2000-05-24Test wildcard rename function.Tim Potter1-0/+59
2000-05-24use lp_workgroup()Andrew Tridgell1-10/+13
2000-05-24Environment variables for single server test scripts.Tim Potter1-0/+36
2000-05-24Routines for driving smbclient from DejaGnu.Tim Potter1-0/+52
2000-05-24use lp_workgroup()Andrew Tridgell1-3/+4
2000-05-24torture test:Luke Leighton1-0/+91
2000-05-23Did a proper fix for the file access on IPC$. Denied all pipe opens onJeremy Allison3-126/+202