summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r3338: More work on the winreg RPC server. Opening hives is now supported, mo...Jelmer Vernooij2007-10-102-66/+70
* r3337: remove debug code and reanable the reall logging:-)Stefan Metzmacher2007-10-101-7/+3
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-1014-423/+687
* r3335: better configure support for ipv6 - thanks to a quick tutorial from metzeAndrew Tridgell2007-10-101-1/+7
* r3334: Allow disabling IPv6 support using socket:noipv6Jelmer Vernooij2007-10-101-0/+4
* r3333: added configure tests for ipv6 supportAndrew Tridgell2007-10-102-1/+8
* r3332: Check result codes in some more places...Jelmer Vernooij2007-10-101-1/+11
* r3331: Add string descriptions for a couple more WERROR'sJelmer Vernooij2007-10-101-0/+10
* r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij2007-10-101-1/+9
* r3329: Add support for IPv6Jelmer Vernooij2007-10-104-0/+373
* r3327: fixed another warningAndrew Tridgell2007-10-101-3/+3
* r3325: missed one of the torture changes ...Andrew Tridgell2007-10-101-1/+1
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-1064-119/+127
* r3323: more warning reductionsAndrew Tridgell2007-10-1016-105/+73
* r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell2007-10-1011-17/+22
* r3321: make the test_echo.sh test suite test non-blocking on all rpc transportsAndrew Tridgell2007-10-101-0/+1
* r3320: fixed bugs in the rpc_server code in handling partial packet receives ...Andrew Tridgell2007-10-102-5/+3
* r3319: fixed a bug in the client library found by the new non-block testing codeAndrew Tridgell2007-10-101-10/+0
* r3318: generate random STATUS_MORE_ENTRIES errors (1 in 10 packets) as wellAndrew Tridgell2007-10-101-2/+10
* r3317: Fix the buildVolker Lendecke2007-10-101-2/+2
* r3316: give the LDAP server a chance of operating correctly non-blocking (itAndrew Tridgell2007-10-101-2/+2
* r3315: converted the libcli/raw/ code to use the generic socket library. ThisAndrew Tridgell2007-10-103-42/+50
* r3314: added a option "socket:testnonblock" to the generic socket code. IfAndrew Tridgell2007-10-108-17/+34
* 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