summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3173: make the RAW-QFILEINFO test cope better with null strings from the serverAndrew Tridgell1-4/+4
2007-10-10r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFOAndrew Tridgell1-52/+179
2007-10-10r3171: in qfileinfo getattre and standard have identical structures, soAndrew Tridgell1-17/+2
2007-10-10r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett15-37/+1466
2007-10-10r3169: unlink() is called on the listening unix socket every time a child pro...Jelmer Vernooij1-0/+4
2007-10-10r3168: Use generic function for looking up endpointsJelmer Vernooij3-205/+5
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij8-95/+158
2007-10-10r3166: Bunch of small GUI updates. gwcrontab works again, as does selecting aJelmer Vernooij3-11/+31
2007-10-10r3165: Support local connections in Gtk+ toolsJelmer Vernooij4-8/+28
2007-10-10r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij3-9/+124
2007-10-10r3163: Add server side support for ncalrpc: and ncacn_unix_stream:Jelmer Vernooij6-237/+338
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij18-397/+669
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell9-21/+149
2007-10-10r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...Andrew Tridgell1-0/+3
2007-10-10r3159: use easy to recognise file handle numbers for new file, old file and d...Andrew Tridgell1-9/+17
2007-10-10r3158: Use the new tower build functions to generate protocol towers, making itJelmer Vernooij1-89/+38
2007-10-10r3157: Add ncacn_httpJelmer Vernooij3-1/+10
2007-10-10r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij3-26/+34
2007-10-10r3155: reformat a delete testAndrew Tridgell1-3/+5
2007-10-10r3154: pvfs now passes all of BASE-DELETEAndrew Tridgell1-2/+24
2007-10-10r3153: pvfs now passes the first 9 of the BASE-DELETE testsAndrew Tridgell3-28/+143
2007-10-10r3152: reformatted some of the delete test codeAndrew Tridgell1-12/+22
2007-10-10r3150: printing __location__ is more useful than a operation numberAndrew Tridgell1-57/+117
2007-10-10r3149: separate the delete on close test into torture/basic/delete.cAndrew Tridgell3-501/+527
2007-10-10r3148: make --failures work for the BASE-DENY1 and BASE-DENY2 testsAndrew Tridgell1-11/+20
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell5-41/+241
2007-10-10r3142: fill in all the ntcreatex response fields explicitly, rather thanAndrew Tridgell1-35/+41
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij8-27/+29
2007-10-10r3135: split the "create new" logic out from the "open existing" logic inAndrew Tridgell3-31/+191
2007-10-10r3134: use struct idr_context * in tid allocationAndrew Tridgell1-1/+1
2007-10-10r3133: - more consistent error checking in rename and setfileinfoAndrew Tridgell3-2/+21
2007-10-10r3132: - fixed a type conflict found by talloc_array_p()Andrew Tridgell1-2/+2
2007-10-10r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno...Andrew Tridgell2-15/+7
2007-10-10r3130: - added a LOCAL-IDTREE test suiteAndrew Tridgell4-32/+140
2007-10-10r3129: typoVolker Lendecke1-1/+1
2007-10-10r3128: Return the correct error code for a secrets/kerberos login, butAndrew Bartlett1-7/+15
2007-10-10r3127: added the initial code for the open files database. Doesn't doAndrew Tridgell4-0/+155
2007-10-10r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2-15/+10
2007-10-10r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij4-18/+19
2007-10-10r3124: Add dcerpc_binding_from_tower()Jelmer Vernooij2-19/+193
2007-10-10r3123: Add dcerpc_binding_build_tower()Jelmer Vernooij5-12/+269
2007-10-10r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij5-80/+49
2007-10-10r3115: Bugfixes and extra debug in our kerberos verify code.Andrew Bartlett2-27/+26
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij8-41/+75
2007-10-10r3113: make us able to generate the PAC with the same align as a MS KDCStefan Metzmacher1-1/+3
2007-10-10r3112: Fix two more instances of epm_towers (sorry, metze!)Jelmer Vernooij2-2/+2
2007-10-10r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij4-62/+94
2007-10-10r3110: Fix the krb5 client and server, so that it doesn't segfault. ThereAndrew Bartlett4-49/+57
2007-10-10r3109: Give krbtgt and our machine account a random password in provision.Andrew Bartlett2-0/+7
2007-10-10r3108: try to cope with servers that put FILE_ATTRIBUTE_NONINDEXED on files i...Andrew Tridgell1-11/+15