Changeset 134 for branches/samba-3.0/source/rpc_parse
- Timestamp:
- May 23, 2008, 6:56:41 AM (18 years ago)
- Location:
- branches/samba-3.0/source/rpc_parse
- Files:
-
- 3 edited
-
parse_net.c (modified) (1 diff)
-
parse_samr.c (modified) (3 diffs)
-
parse_spoolss.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/rpc_parse/parse_net.c
r44 r134 1431 1431 uint32 user_flgs, uint32 acct_flags, 1432 1432 uchar user_session_key[16], 1433 uchar lm_session_key[ 16],1433 uchar lm_session_key[], 1434 1434 const char *logon_srv, const char *logon_dom, 1435 1435 const DOM_SID *dom_sid) -
branches/samba-3.0/source/rpc_parse/parse_samr.c
r124 r134 2174 2174 2175 2175 /******************************************************************* 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2176 2246 inits a SAMR_Q_OPEN_GROUP structure. 2177 2247 ********************************************************************/ … … 2186 2256 q_c->access_mask = access_mask; 2187 2257 q_c->rid_group = rid; 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2188 2269 } 2189 2270 … … 5604 5685 5605 5686 /************************************************************************* 5606 init_sam_user_info a5687 init_sam_user_info 5607 5688 *************************************************************************/ 5608 5689 -
branches/samba-3.0/source/rpc_parse/parse_spoolss.c
r44 r134 2131 2131 2132 2132 buffer->string_at_end -= ((*devmode)->size + (*devmode)->driverextra); 2133 2133 2134 /* mz: we have to align the device mode for VISTA */ 2135 if (buffer->string_at_end % 4) { 2136 buffer->string_at_end += 4 - (buffer->string_at_end % 4); 2137 } 2138 2134 2139 if(!prs_set_offset(ps, buffer->string_at_end)) 2135 2140 return False;
Note:
See TracChangeset
for help on using the changeset viewer.
