Displaying 7 results from an estimated 7 matches for "unihdr".
Did you mean:
in_hdr
2003 Oct 22
4
Clear text authentication impossible???
We have an Exchange 5.5 server in our Samba 3 domain und want to have POP3
access with clear text authentication from clients.
But no kind of credentials is accepted.
It did a level 10 log on the Samba server and found my clear text password
in the log (in nt_chal_resp and lm_chal_resp fields) during authentication.
Is it possible that Samba can't handle the clear-text pass-through from
2004 Jun 22
1
Fw: Error C000019B
...rpc_parse/parse_prs.c:prs_debug(82)
> 000064 net_io_id_info1
> [2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint32(635)
> 0064 ptr_id_info1: 00f9fce4
> [2004/06/21 15:27:18, 9] rpc_parse/parse_prs.c:prs_debug(82)
> 000068 smb_io_unihdr unihdr
> [2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint16(606)
> 0068 uni_str_len: 000a
> [2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint16(606)
> 006a uni_max_len: 000a
> [2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_...
2004 Jun 21
0
Error C000019B
...[2004/06/21 15:27:18, 8] rpc_parse/parse_prs.c:prs_debug(82)
000064 net_io_id_info1
[2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint32(635)
0064 ptr_id_info1: 00f9fce4
[2004/06/21 15:27:18, 9] rpc_parse/parse_prs.c:prs_debug(82)
000068 smb_io_unihdr unihdr
[2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint16(606)
0068 uni_str_len: 000a
[2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint16(606)
006a uni_max_len: 000a
[2004/06/21 15:27:18, 5] rpc_parse/parse_prs.c:prs_uint32(635)...
2006 Sep 01
0
[Fwd: Re: Authentication fails (sometimes)]
...s.c:prs_debug(84)
> 000070 net_io_id_info2
>[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint32(704)
> 0070 ptr_id_info2: 00c5f548
>[2006/08/27 20:03:03, 9, pid=18112] rpc_parse/parse_prs.c:prs_debug(84)
> 000074 smb_io_unihdr unihdr
>[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint16(675)
> 0074 uni_str_len: 0006
>[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint16(675)
> 0076 uni_max_len: 0006
>[2006/08/27 20:03:03, 5, pid=18112...
2006 Aug 30
1
Authentication fails (sometimes)
...] rpc_parse/parse_prs.c:prs_debug(84)
000070 net_io_id_info2
[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint32(704)
0070 ptr_id_info2: 00c5f548
[2006/08/27 20:03:03, 9, pid=18112] rpc_parse/parse_prs.c:prs_debug(84)
000074 smb_io_unihdr unihdr
[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint16(675)
0074 uni_str_len: 0006
[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_prs.c:prs_uint16(675)
0076 uni_max_len: 0006
[2006/08/27 20:03:03, 5, pid=18112] rpc_parse/parse_pr...
2006 Dec 15
1
Can't get user list in Win98se
...8 smb_io_time logout
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint32(642)
0008 low : 00000000
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint32(642)
000c high: 80000000
[2006/12/14 17:46:10, 7] rpc_parse/parse_prs.c:prs_debug(82)
000010 smb_io_unihdr hdr_comment
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint16(613)
0010 uni_str_len: 0036
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint16(613)
0012 uni_max_len: 0036
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint32(642)
0014 buffe...
2003 Dec 01
0
No subject
...TATUS_NO_MEMORY;
+ }
disp_ret = init_sam_dispinfo_5(p->mem_ctx,ctr->sam.info5, &num_entries, &data_size, q_u->start_idx, grps);
if (disp_ret != NT_STATUS_NO_PROBLEMO)
return disp_ret;
@@ -1313,11 +1325,11 @@
*pp_hdr_name = NULL;
if (num_names != 0) {
- hdr_name = (UNIHDR *)talloc(ctx, sizeof(UNIHDR)*num_names);
+ hdr_name = (UNIHDR *)talloc_zero(ctx, sizeof(UNIHDR)*num_names);
if (hdr_name == NULL)
return False;
- uni_name = (UNISTR2 *)talloc(ctx,sizeof(UNISTR2)*num_names);
+ uni_name = (UNISTR2 *)talloc_zero(ctx,sizeof(UNISTR2)*num_names);
if (uni_n...