summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij2007-10-106-237/+338
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-1018-397/+669
* r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell2007-10-109-21/+149
* r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...Andrew Tridgell2007-10-101-0/+3
* r3159: use easy to recognise file handle numbers for new file, old file and d...Andrew Tridgell2007-10-101-9/+17
* r3158: Use the new tower build functions to generate protocol towers, making itJelmer Vernooij2007-10-101-89/+38
* r3157: Add ncacn_httpJelmer Vernooij2007-10-103-1/+10
* r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij2007-10-103-26/+34
* r3155: reformat a delete testAndrew Tridgell2007-10-101-3/+5
* r3154: pvfs now passes all of BASE-DELETEAndrew Tridgell2007-10-101-2/+24
* r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell2007-10-103-28/+143
* r3152: reformatted some of the delete test codeAndrew Tridgell2007-10-101-12/+22
* r3150: printing __location__ is more useful than a operation numberAndrew Tridgell2007-10-101-57/+117
* r3149: separate the delete on close test into torture/basic/delete.cAndrew Tridgell2007-10-103-501/+527
* r3148: make --failures work for the BASE-DENY1 and BASE-DENY2 testsAndrew Tridgell2007-10-101-11/+20
* r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell2007-10-105-41/+241
* r3142: fill in all the ntcreatex response fields explicitly, rather thanAndrew Tridgell2007-10-101-35/+41
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-108-27/+29
* r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell2007-10-103-31/+191
* r3134: use struct idr_context * in tid allocationAndrew Tridgell2007-10-101-1/+1
* r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell2007-10-103-2/+21
* r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell2007-10-101-2/+2
* r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell2007-10-102-15/+7
* r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell2007-10-104-32/+140
* r3129: typoVolker Lendecke2007-10-101-1/+1
* r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett2007-10-101-7/+15
* r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell2007-10-104-0/+155
* r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2007-10-102-15/+10
* r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij2007-10-104-18/+19
* r3124: Add dcerpc_binding_from_tower()Jelmer Vernooij2007-10-102-19/+193
* r3123: Add dcerpc_binding_build_tower()Jelmer Vernooij2007-10-105-12/+269
* r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij2007-10-105-80/+49
* r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2007-10-102-27/+26
* r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2007-10-108-41/+75
* r3113: make us able to generate the PAC with the same align as a MS KDCStefan Metzmacher2007-10-101-1/+3
* r3112: Fix two more instances of epm_towers (sorry, metze!)Jelmer Vernooij2007-10-102-2/+2
* r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij2007-10-104-62/+94
* r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett2007-10-104-49/+57
* r3109: Give krbtgt and our machine account a random password in provision.Andrew Bartlett2007-10-102-0/+7
* r3108: try to cope with servers that put FILE_ATTRIBUTE_NONINDEXED on files i...Andrew Tridgell2007-10-101-11/+15
* r3107: slight tweak to the openx -> ntcreatex mapping routine. This mappingAndrew Tridgell2007-10-101-2/+1
* r3106: don't call a tree disconnect in the cifs backend, as during a smbdAndrew Tridgell2007-10-101-2/+1
* r3105: using __location__ instead of __LINE__ to give info on error locations...Andrew Tridgell2007-10-101-25/+25
* r3104: My Win2k3 server, with current updates, still sends the LM key for lev...Andrew Bartlett2007-10-101-1/+1
* r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell2007-10-101-0/+12
* r3102: typoStefan Metzmacher2007-10-101-1/+1
* r3101: some minor fixesStefan Metzmacher2007-10-101-8/+9
* r3100: support 'bin/smbclient //w2k3-101/c$ -U \\administrator@w2k3.vmnet1.vm...Stefan Metzmacher2007-10-102-2/+7
* r3099: implment sldb_ModifyDN()Stefan Metzmacher2007-10-101-1/+100
* r3098: - fix segfault in sldb_Compare()Stefan Metzmacher2007-10-101-22/+21