summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG...Andrew Tridgell2007-10-102-0/+16
* r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell2007-10-101-1/+3
* r3311: Consistency updates for form name members.Tim Potter2007-10-102-35/+96
* r3310: Update dependencies for swig wrappers.Tim Potter2007-10-101-1/+3
* r3309: Add wrapper for dcerpc_server_name() function.Tim Potter2007-10-101-0/+2
* r3308: Handle servers that don't have samr_Connect5.Tim Potter2007-10-101-4/+11
* r3307: fixed the send side of the smb_server code to be non-blocking. ThisAndrew Tridgell2007-10-103-18/+49
* r3306: the main smb server code now handles non-blocking socket receives. IAndrew Tridgell2007-10-102-47/+81
* r3305: added ncalrpc to the list of rpc transports tested by test_echo.sh, soAndrew Tridgell2007-10-101-1/+1
* r3304: changed the API to lib/socket/ a little.Andrew Tridgell2007-10-1010-116/+108
* r3303: Call pull function for correct type instead of spoolss_PrinterInfo whenTim Potter2007-10-101-1/+1
* r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3Tim Potter2007-10-102-8/+55
* r3301: Simplify codeJelmer Vernooij2007-10-107-245/+72
* r3300: initialise *sendlen on failure, to allow for callers to check only forAndrew Tridgell2007-10-101-0/+2
* r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai...Jeremy Allison2007-10-101-2/+11
* r3291: fix the build, thx to pipitas for finding thisStefan Metzmacher2007-10-102-6/+7
* r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher2007-10-101-1/+1
* r3289: Mr. L. and Mr. B.!Stefan Metzmacher2007-10-102-8/+6
* r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2007-10-104-243/+126
* r3287: The devicename and formname fields in a device mode are fixed lengthTim Potter2007-10-101-2/+2
* r3286: filled in more missing SV_TYPE_* definesAndrew Tridgell2007-10-101-1/+11
* r3285: fixed another IDL typoAndrew Tridgell2007-10-101-1/+1
* r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited toAndrew Tridgell2007-10-102-68/+32
* r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell2007-10-1037-63/+63
* r3282: some C pre-processors don't like expressions likeAndrew Tridgell2007-10-103-2/+14
* r3281: some compilers can't handle empty structures, so for empty IDLAndrew Tridgell2007-10-101-0/+6
* r3280: fixed byte order of rhs IPAndrew Tridgell2007-10-101-1/+1
* r3279: Removed MSG_DONTWAIT flags as many platform don't have it.Andrew Tridgell2007-10-102-19/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-1020-420/+198
* r3277: don't use the non-portable getaddrinfo() function, instead useAndrew Tridgell2007-10-101-18/+3
* r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell2007-10-103-28/+219
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-106-33/+32
* r3270: - added another unlink testAndrew Tridgell2007-10-102-1/+5
* r3269: fixed return valueAndrew Tridgell2007-10-101-1/+1
* r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell2007-10-101-12/+41
* r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ...Andrew Tridgell2007-10-101-0/+2
* r3263: - pvfs now passes RAW-SEARCHAndrew Tridgell2007-10-101-2/+2
* r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell2007-10-104-101/+176
* r3261: added seek to RAW-SEARCH testAndrew Tridgell2007-10-102-15/+23
* r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell2007-10-103-55/+79
* r3259: expanded the RAW-SEARCH test some moreAndrew Tridgell2007-10-101-2/+4
* r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell2007-10-101-1/+1
* r3257: make the RAW-SEARCH test less sensitive to the servers directory orderingAndrew Tridgell2007-10-101-6/+7
* r3256: get rid of the unused session_claim() and session_yield() callsAndrew Tridgell2007-10-103-25/+0
* r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2007-10-102-2/+5
* r3254: - expanded the RAW-IOCTL testAndrew Tridgell2007-10-103-11/+11
* r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell2007-10-104-9/+97
* r3252: pvfs now passes BASE-TRANS2Andrew Tridgell2007-10-101-2/+2
* r3251: - move the openattr test code into basic/attr.cAndrew Tridgell2007-10-104-281/+310
* r3250: Add idl for printer info level 0.Tim Potter2007-10-101-11/+44