search for: prompter

Displaying 18 results from an estimated 18 matches for "prompter".

Did you mean: prompted
2003 May 01
2
Kerberos password auth/expiry kbdint patch
...authentication/expiry. It took me a bit to wrap my head around privsep, but I think it's working properly (code stolen shamelessly from FBSD's PAM implementation :->). The hardest part was working out how to get the interaction between krb5_get_init_creds_password() (along with the prompter) to work with the auth2_challenge routines, as the logic between the two are very similar. I ended up doing the following: - using a state machine and some global data to communicate between the KbdintDevice routines, krb5_g_i_c_p() and the prompter - rolled my own prompts, ignoring...
2003 Mar 26
0
Password expiry in auth-krb5.c
...ead (pmonitor=0x8bec0, ent=0x84150, pent=0xffbeefbc) at monitor.c:371 #4 0x37244 in monitor_child_preauth (pmonitor=0x8bec0) at monitor.c:280 #5 0x1aaac in privsep_preauth () at sshd.c:603 #6 0x1d45c in main (ac=3, av=0xffbefaac) at sshd.c:1497 At first, I simply tried to add the stock Kerberos prompter to krb5_get_init_creds_password: problem = krb5_get_init_creds_password(authctxt->krb5_ctx, &creds, authctxt->krb5_user, (char *)password, krb5_prompter_posix, NULL, 0, NULL, NULL); however, this returned KRB5_LIBOS_CANTREADPWD due to the fact that fds 0 and 1 are closed and no...
2006 Nov 01
0
No subject
of the remotely connected socket is in in monitor_read(). The easiest way to pass them in would be to add fields to the Authctxt structure, which gets passed down into auth_krb5_password(), although possibly not the best. Perhaps using a prompter isn't the best way to go, either, I'm not sure. Ultimately, I'm simply looking for any pointers as to the best way to proceed, even if it's "read the code" :-> Thanks, ---------------------------------------------------------------------- | Jim Hranicky, Senior SysA...
2004 Sep 09
0
file context menu takes for ever with 3.0.6,bothserne tand suse
...ons", which one sets in different sysconfig files on Linux ... ... Yes you're right. Both options suppressed, "use sendfile" as well as "large readwrite", solved the problem just as well as "don't use sendfile" alone did, except it appears to be markedly prompter. I need more tests to be sure about the latter. > AIX does not have sendfile. > > When I turned large r/w off, my system stopped sending in 32KB > chunks and returned to the "max xmit=16644" default and then my > clients were quite happy. Has anyone else been experimen...
2015 Oct 27
0
[Announce] Samba 4.2.5 Available for Download
...Fix bug in smbstatus where the lease info is not printed. * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Björn Jacke <bj at sernet.de> * BUG 10365: nss_winbind: Fix hang on Solaris on big groups. * BUG 11355: build: Use as-needed linker flag also on OpenBSD. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11381:...
2015 Oct 27
0
[Announce] Samba 4.2.5 Available for Download
...Fix bug in smbstatus where the lease info is not printed. * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Björn Jacke <bj at sernet.de> * BUG 10365: nss_winbind: Fix hang on Solaris on big groups. * BUG 11355: build: Use as-needed linker flag also on OpenBSD. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11381:...
2015 Oct 21
0
[Announce] Samba 4.3.1 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...
2015 Oct 21
0
[Announce] Samba 4.3.1 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...
2009 Jan 14
1
Dependencies for binaries install of R 2.8.2 under Ubuntu 64 8.1 (Intrepid)
BODY { font-family:Arial, Helvetica, sans-serif;font-size:12px; }I can't seem to perform an install from CRAN (stat.sfu.ca, specifically) for Ubuntu 64 8.1 (Intrepid) and 2.8.2 of R. Here is the log: Looks like some dependencies cannot be satisfied. Suggestions? Thanks in advance. sudo apt-get install r-base Reading package lists... Done Building dependency tree Reading state
2011 Jan 05
2
[LLVMdev] Build problems and workarounds with CMake and XCode
...result of it. At this point I'm building a release build so I can install the debug build. If Óscar or somebody more familiar than I at CMake would look into the issue of the release install in the debug build, I'd appreciate it. Secondly, if anyone would be interested in my password prompter software, I'd be interested in releasing it as open-source. Thanks for your time and efforts, --Samuel Crow
2006 Jun 05
2
[PATCH] Pet peave then->than
...* KRB5_PA_ENC_TIMESTAMP. */ #define MAX_PA_COUNTER 3 @@ -1391,7 +1391,7 @@ case KRB5KDC_ERR_KEY_EXPIRED : /* try to avoid recursion */ - /* don't try to change password where then where none */ + /* don't try to change password where there where none */ if (prompter == NULL || ctx.password == NULL) goto out; Index: source/heimdal/lib/krb5/get_for_creds.c =================================================================== --- source/heimdal/lib/krb5/get_for_creds.c (revision 16046) +++ source/heimdal/lib/krb5/get_for_creds.c (working copy) @@ -376,7 +376,7...
2004 Dec 09
3
samba>=3.0.4 - no more smbpasswd ? no more local auth whenjoined to domain ?
...only nobody reads news://linux.samba, nobody obviously reads this > newsgroup also ! This is just the 5th time I am sending the same or > similar message in last 7 days with no response... > > I would like to point out that *I really need" help on this - either > appointment to prompter resource either an answer about what is going on > with my Samba installation > > Platform: SuSE-9.1, kernel-2.6.5, samba-3.0.4 > > I have recently upgraded from 3.0.2a to 3.0.4 and I have just noticed > that using the same smb.conf as with previous version, the system just > d...
2016 Dec 26
6
[Bug 99202] New: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH
https://bugs.freedesktop.org/show_bug.cgi?id=99202 Bug ID: 99202 Summary: system freeze - fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] - MULTIPLE_WARP_ERRORS - DATA_ERROR 00000004 [INVALID_VALUE] - ILLEGAL_CLASS ch 11 - RT_STORAGE_TYPE_MISMATCH - CLASS_SUBCH_MISMATCH Product: xorg Version: unspecified
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...
2015 Dec 01
0
[Announce] Samba 4.3.2 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...
2004 Dec 08
1
samba>=3.0.4 - no more smbpasswd ? no more local auth when joined to domain ?
I just hope that this time I get heard since obviously nobody reads news://linux.samba ... Platform: SuSE-9.1, kernel-2.6.5, samba-3.0.4 I have recently upgraded from 3.0.2a to 3.0.4 and I have just noticed that using the same smb.conf as with previous version, the system just does not work anymore for me ! Furthermore, smbpasswd utility appears to be dropped ! Afterwards, I have noticed
2016 Feb 23
0
[Announce] Samba 4.3.5 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...
2016 Feb 23
0
[Announce] Samba 4.3.5 Available for Download
...nitialize lease pointer in share_mode_traverse_fn(). * BUG 11550: s3:smbstatus: Add stream name to share_entry_forall(). * BUG 11555: s3:lib: Validate domain name in lookup_wellknown_name(). o Günther Deschner <gd at samba.org> * BUG 11038: kerberos: Make sure we only use prompter type when available. o Volker Lendecke <vl at samba.org> * BUG 11038: winbind: Fix 100% loop. * BUG 11053: source3/lib/msghdr.c: Fix compiling error on Solaris. o Stefan Metzmacher <metze at samba.org> * BUG 11316: s3:ctdbd_conn: make sure we destroy tevent_fd before c...