Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3316: give the LDAP server a chance of operating correctly non-blocking (it | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3315: converted the libcli/raw/ code to use the generic socket library. This | Andrew Tridgell | 3 | -42/+50 |
2007-10-10 | r3314: added a option "socket:testnonblock" to the generic socket code. If | Andrew Tridgell | 8 | -17/+34 |
2007-10-10 | r3313: in socket_accept() make the new socket non-blocking unless SOCKET_FLAG... | Andrew Tridgell | 2 | -0/+16 |
2007-10-10 | r3312: in the brlock code, we prevent lock stampedes by attempting to not | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3311: Consistency updates for form name members. | Tim Potter | 2 | -35/+96 |
2007-10-10 | r3310: Update dependencies for swig wrappers. | Tim Potter | 1 | -1/+3 |
2007-10-10 | r3309: Add wrapper for dcerpc_server_name() function. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r3308: Handle servers that don't have samr_Connect5. | Tim Potter | 1 | -4/+11 |
2007-10-10 | r3307: fixed the send side of the smb_server code to be non-blocking. This | Andrew Tridgell | 3 | -18/+49 |
2007-10-10 | r3306: the main smb server code now handles non-blocking socket receives. I | Andrew Tridgell | 2 | -47/+81 |
2007-10-10 | r3305: added ncalrpc to the list of rpc transports tested by test_echo.sh, so | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3304: changed the API to lib/socket/ a little. | Andrew Tridgell | 10 | -116/+108 |
2007-10-10 | r3303: Call pull function for correct type instead of spoolss_PrinterInfo when | Tim Potter | 1 | -1/+1 |
2007-10-10 | r3302: The security descriptors in spoolss_PrinterInfo2 and spoolss_PrinterInfo3 | Tim Potter | 2 | -8/+55 |
2007-10-10 | r3301: Simplify code | Jelmer Vernooij | 7 | -245/+72 |
2007-10-10 | r3300: initialise *sendlen on failure, to allow for callers to check only for | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3295: Fix for SMB signing with 56-bit DES session keys. From Nalin Dahyabhai... | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r3291: fix the build, thx to pipitas for finding this | Stefan Metzmacher | 2 | -6/+7 |
2007-10-10 | r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sid | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3289: Mr. L. and Mr. B.! | Stefan Metzmacher | 2 | -8/+6 |
2007-10-10 | r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This | Andrew Tridgell | 4 | -243/+126 |
2007-10-10 | r3287: The devicename and formname fields in a device mode are fixed length | Tim Potter | 1 | -2/+2 |
2007-10-10 | r3286: filled in more missing SV_TYPE_* defines | Andrew Tridgell | 1 | -1/+11 |
2007-10-10 | r3285: fixed another IDL typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3284: - don't use a enum for bit-fields. It isn't legal C (as C is limited to | Andrew Tridgell | 2 | -68/+32 |
2007-10-10 | r3283: converted to quoted uuid() defines in all our IDL. This should help | Andrew Tridgell | 37 | -63/+63 |
2007-10-10 | r3282: some C pre-processors don't like expressions like | Andrew Tridgell | 3 | -2/+14 |
2007-10-10 | r3281: some compilers can't handle empty structures, so for empty IDL | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r3280: fixed byte order of rhs IP | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3279: Removed MSG_DONTWAIT flags as many platform don't have it. | Andrew Tridgell | 2 | -19/+1 |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 20 | -420/+198 |
2007-10-10 | r3277: don't use the non-portable getaddrinfo() function, instead use | Andrew Tridgell | 1 | -18/+3 |
2007-10-10 | r3276: - allow for more than 256 open old style searches (limit currently set... | Andrew Tridgell | 3 | -28/+219 |
2007-10-10 | r3271: use "struct messaging_context *" instead of "void *" in messaging API | Andrew Tridgell | 6 | -33/+32 |
2007-10-10 | r3270: - added another unlink test | Andrew Tridgell | 2 | -1/+5 |
2007-10-10 | r3269: fixed return value | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3268: - fixed wildcard handling in new dirlist code | Andrew Tridgell | 1 | -12/+41 |
2007-10-10 | r3267: make LIBTDB depend on LIBREPLACE. This is needed for building the tdb ... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3263: - pvfs now passes RAW-SEARCH | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3262: - new pvfs_dirlist code that reopens the directory between search | Andrew Tridgell | 4 | -101/+176 |
2007-10-10 | r3261: added seek to RAW-SEARCH test | Andrew Tridgell | 2 | -15/+23 |
2007-10-10 | r3260: redid the pvfs_dirlist() interface in preparation for a "keep | Andrew Tridgell | 3 | -55/+79 |
2007-10-10 | r3259: expanded the RAW-SEARCH test some more | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFO | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3257: make the RAW-SEARCH test less sensitive to the servers directory ordering | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r3256: get rid of the unused session_claim() and session_yield() calls | Andrew Tridgell | 3 | -25/+0 |
2007-10-10 | r3255: - fixed 2 uninitialised data errors found with valgrind | Andrew Tridgell | 2 | -2/+5 |
2007-10-10 | r3254: - expanded the RAW-IOCTL test | Andrew Tridgell | 3 | -11/+11 |
2007-10-10 | r3253: - added rudimentary support for ntioctl in pvfs | Andrew Tridgell | 4 | -9/+97 |