summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell10-116/+108
2007-10-10r3303: Call pull function for correct type instead of spoolss_PrinterInfo whenTim Potter1-1/+1
2007-10-10r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3Tim Potter2-8/+55
2007-10-10r3301: Simplify codeJelmer Vernooij7-245/+72
2007-10-10r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell1-0/+2
2007-10-10r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison1-2/+11
2007-10-10r3291: fix the build, thx to pipitas for finding thisStefan Metzmacher2-6/+7
2007-10-10r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher1-1/+1
2007-10-10r3289: Mr. L. and Mr. B.!Stefan Metzmacher2-8/+6
2007-10-10r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell4-243/+126
2007-10-10r3287: The devicename and formname fields in a device mode are fixed lengthTim Potter1-2/+2
2007-10-10r3286: filled in more missing SV_TYPE_* definesAndrew Tridgell1-1/+11
2007-10-10r3285: fixed another IDL typoAndrew Tridgell1-1/+1
2007-10-10r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited toAndrew Tridgell2-68/+32
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell37-63/+63
2007-10-10r3282: some C pre-processors don't like expressions likeAndrew Tridgell3-2/+14
2007-10-10r3281: some compilers can't handle empty structures, so for empty IDLAndrew Tridgell1-0/+6
2007-10-10r3280: fixed byte order of rhs IPAndrew Tridgell1-1/+1
2007-10-10r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2-19/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell20-420/+198
2007-10-10r3277: don't use the non-portable getaddrinfo() function, instead useAndrew Tridgell1-18/+3
2007-10-10r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell3-28/+219
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell6-33/+32
2007-10-10r3270: - added another unlink testAndrew Tridgell2-1/+5
2007-10-10r3269: fixed return valueAndrew Tridgell1-1/+1
2007-10-10r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell1-12/+41
2007-10-10r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell1-0/+2
2007-10-10r3263: - pvfs now passes RAW-SEARCHAndrew Tridgell1-2/+2
2007-10-10r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell4-101/+176
2007-10-10r3261: added seek to RAW-SEARCH testAndrew Tridgell2-15/+23
2007-10-10r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell3-55/+79
2007-10-10r3259: expanded the RAW-SEARCH test some moreAndrew Tridgell1-2/+4
2007-10-10r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell1-1/+1
2007-10-10r3257: make the RAW-SEARCH test less sensitive to the servers directory orderingAndrew Tridgell1-6/+7
2007-10-10r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell3-25/+0
2007-10-10r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2-2/+5
2007-10-10r3254: - expanded the RAW-IOCTL testAndrew Tridgell3-11/+11
2007-10-10r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell4-9/+97
2007-10-10r3252: pvfs now passes BASE-TRANS2Andrew Tridgell1-2/+2
2007-10-10r3251: - move the openattr test code into basic/attr.cAndrew Tridgell4-281/+310
2007-10-10r3250: Add idl for printer info level 0.Tim Potter1-11/+44
2007-10-10r3249: - change_time is closer to ctime than mtimeAndrew Tridgell3-5/+9
2007-10-10r3248: don't stop searches on failed fill_search_info()Andrew Tridgell1-7/+1
2007-10-10r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell1-1/+1
2007-10-10r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell1-1/+1
2007-10-10r3245: use __location__ in RAW-SEARCHAndrew Tridgell1-18/+18
2007-10-10r3244: pvfs now passes the RAW-UNLINK and RAW-READ testsAndrew Tridgell1-1/+2
2007-10-10r3243: read the high offset count in SMBreadx in the serverAndrew Tridgell1-0/+1
2007-10-10r3242: make the RAW-READ test not exercise the 0-0 lock, which is not determi...Andrew Tridgell1-4/+6
2007-10-10r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell1-8/+7