jelmer/samba4-debian.git
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1278: rename struct user_context to smbsrv_user
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1276: Return data for enumprinters level 2 and 5.
2007-10-10 Tim Potterr1275: Make spoolss_PrinterInfo2 and spoolss_PrinterInf...
2007-10-10 Stefan Metzmacherr1274: revert -r 1239 as discussed with abartlet
2007-10-10 Vance Lankhaarr1273: An initial doc about what I'd like to see in...
2007-10-10 Tim Potterr1271: Return spoolss enumprinters info level1 from...
2007-10-10 Tim Potterr1270: Start to break samdb into general bits so we...
2007-10-10 Tim Potterr1269: Add a 'base' field to the ndr_ofs_list structure...
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Tim Potterr1266: Start to split out EnumPrinters into a separate...
2007-10-10 Tim Potterr1264: Make sure to initialize ofs_list when creating...
2007-10-10 Andrew Bartlettr1250: We no longer use these #defines
2007-10-10 Stefan Metzmacherr1239: move the old msrpc_<gen|parse>() functions to...
2007-10-10 Stefan Metzmacherr1235: as the pidl code init all output data.
2007-10-10 Stefan Metzmacherr1234: valgrind found this uninitialised var...
2007-10-10 Stefan Metzmacherr1233: -move smb related code to smb_server/*
2007-10-10 Stefan Metzmacherr1229: the name of the protocol should be in first...
2007-10-10 Stefan Metzmacherr1228: use int64_t instead of long long
2007-10-10 Stefan Metzmacherr1227: use uint64_t instead of unsigned long long
2007-10-10 Tim Potterr1226: Return dummy information for two printers. ...
2007-10-10 Tim Potterr1211: Some output from rpcclient -c enumprinters to...
2007-10-10 Tim Potterr1210: A skeleton spoolssdb, based on samdb.
2007-10-10 Tim Potterr1208: Return some dummy printer information for the...
2007-10-10 Tim Potterr1207: Add spoolss to the list of endpoint servers.
2007-10-10 Tim Potterr1206: Give the spoolss pipe an endpoint.
2007-10-10 Tim Potterr1205: Whoops - this should fix the build.
2007-10-10 Tim Potterr1204: decrpc -> dcerpc
2007-10-10 Tim Potterr1201: Skeleton versions of OpenPrinterEx() and ClosePr...
2007-10-10 Andrew Bartlettr1200: Add 'gensec', our generic security layer.
2007-10-10 Andrew Bartlettr1199: Make talloc_asprintf_append() work on a NULL...
2007-10-10 Andrew Bartlettr1198: Merge the Samba 3.0 ntlm_auth, including the...
2007-10-10 Andrew Bartlettr1197: Fix my build breakage, variables at the top...
2007-10-10 Andrew Bartlettr1196: Remove unused pstring/fstring functions.
2007-10-10 Andrew Bartlettr1189: Now that we use a common 'base' return structure...
2007-10-10 Tim Potterr1188: Use generated pidl template for this file and...
2007-10-10 Andrew Bartlettr1187: * Remove testing hack (actually check signatures...
2007-10-10 Andrew Bartlettr1186: Clarify why this is a 'bogus' negitive test...
2007-10-10 Tim Potterr1185: Hey look an endpoint for the spoolss pipe!
2007-10-10 Tim Potterr1174: Remove $var_prefix parameter for all functions...
2007-10-10 Andrew Bartlettr1173: A quick little test to show that we cannot bind...
2007-10-10 Andrew Bartlettr1170: Remove bogus part of previous commit - session...
2007-10-10 Andrew Bartlettr1169: Some more updates to the NTLMSSP NTLM2 code:
2007-10-10 Andrew Tridgellr1168: fixed a little-endian/big-endian mixup in the...
2007-10-10 Tim Potterr1167: Misc cleanups:
2007-10-10 Tim Potterr1166: Convert (commented out) ndr_pull_error() calls...
2007-10-10 Andrew Tridgellr1165: fixed handling of SMBtrans replies that should...
2007-10-10 Tim Potterr1164: Whoops - remove debugging printfs and Data:...
2007-10-10 Andrew Bartlettr1163: Add const.
2007-10-10 Tim Potterr1162: Give each struct it's own subtree in the etherea...
2007-10-10 Andrew Bartlettr1161: Include a few more self-check NTLMSSP examples.
2007-10-10 Tim Potterr1160: Some minor cosmetic fixes to make the generated...
2007-10-10 Tim Potterr1159: Implement functions to dissect 64-bit values...
2007-10-10 Tim Potterr1158: Fix bug in dissection of array count. Arrays...
2007-10-10 Tim Potterr1153: We can now dissect security descriptors.
2007-10-10 Tim Potterr1152: Checkin of workarea. The parser can now dissect...
2007-10-10 Andrew Tridgellr1151: fixed fill-in of force_password_change field...
2007-10-10 Andrew Tridgellr1150: - fixed interactive sam logon in the rpc server
2007-10-10 Andrew Tridgellr1149: fixed the handling of NDR_SET_VALUES in the...
2007-10-10 Andrew Tridgellr1148: fixed a minor formatting error in generated...
2007-10-10 Jelmer Vernooijr1147: Support enumerating values
2007-10-10 Andrew Tridgellr1146: initially zero server info
2007-10-10 Andrew Tridgellr1145: added server support for logon level 5 in sam...
2007-10-10 Andrew Tridgellr1144: added logon level 5 for sam logon
2007-10-10 Andrew Tridgellr1143: fixed spelling of sAMAccountName
2007-10-10 Andrew Bartlettr1142: I think this should fix the interactive logins...
2007-10-10 Andrew Tridgellr1141: - consolidated the netr_SamInfo structures using...
2007-10-10 Andrew Tridgellr1140: added IDL and test code for validation level...
2007-10-10 Andrew Tridgellr1139: added IDL and server code for netr_LogonSamLogon...
2007-10-10 Andrew Tridgellr1138: allow for a user in no groups
2007-10-10 Andrew Tridgellr1137: - added torture test for netr_LogonGetDomainInfo...
2007-10-10 Andrew Tridgellr1136: - added IDL for netr_LogonGetDomainInfo()
2007-10-10 Andrew Tridgellr1135: - allow integer function numbers in ndrdump
2007-10-10 Andrew Tridgellr1134: added a TODO regarding schannel credentials
2007-10-10 Andrew Tridgellr1133: - add ndr_pull_ptr() as a separate call instead...
2007-10-10 Andrew Tridgellr1132: add a PRINTF_ATTRIBUTE to ndr_pull_error() to...
2007-10-10 Andrew Tridgellr1131: remove an error msg for failing to open unexpect...
2007-10-10 Andrew Tridgellr1130: remove some pointless debug messages
2007-10-10 Andrew Bartlettr1129: Remove unused function.
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Jelmer Vernooijr1119: Saner keyboard shortcuts
2007-10-10 Jelmer Vernooijr1118: Read-only enumeration of keys in the LDB backend...
2007-10-10 Jeremy Allisonr1113: Test for wildcards in chkpath.
2007-10-10 Tim Potterr1100: Comment out functions that we now get from other...
2007-10-10 Tim Potterr1099: Set $module variable to name of module.
2007-10-10 Jeremy Allisonr1098: Extended raw chkpath to catch regressions.
2007-10-10 Jeremy Allisonr1091: Added in timing tests for deferred opens. Added...
2007-10-10 Jeremy Allisonr1086: Add defer open test to check timeout on sharing...
2007-10-10 Tim Potterr1083: Generate prototypes for structs and unions marke...
2007-10-10 Andrew Bartlettr1080: Make sure to initialise all the returned element...
2007-10-10 Stefan Metzmacherr1078: the dxesrv_crypto_* implementations should now...
2007-10-10 Stefan Metzmacherr1077: fix segfault in schannel over ncacn_ip_tcp
2007-10-10 Stefan Metzmacherr1073: import DYNEXP flags to smb_build
2007-10-10 Stefan Metzmacherr1068: make the dcerpc client side auth/crypto code...
2007-10-10 Stefan Metzmacherr1067: fix compiler warnings
2007-10-10 Stefan Metzmacherr1066: fix compiler warning
2007-10-10 Stefan Metzmacherr1065: some header file cleanups
2007-10-10 Andrew Bartlettr1064: Remove the unused userdom_struct from the user_c...
2007-10-10 Andrew Bartlettr1063: userdom_struct dies!
next