search for: next_token

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

Did you mean: cert_token
2003 Jun 26
0
RH9 compile problems AND WinXP netlogon script
...ent discards qualifiers from pointer target type Compiling passdb/pass_check.c Compiling passdb/smbpassfile.c Compiling passdb/machine_sid.c Compiling passdb/pdb_smbpasswd.c Compiling passdb/pampass.c passdb/pampass.c: In function `make_pw_chat': passdb/pampass.c:220: warning: passing arg 1 of `next_token' from incompatible pointer type passdb/pampass.c:231: warning: passing arg 1 of `next_token' from incompatible pointer type Compiling passdb/pdb_tdb.c Compiling passdb/pdb_ldap.c Compiling passdb/pdb_nisplus.c Compiling lib/wins_srv.c Compiling lib/util_str.c lib/util_str.c: In function `t...
2003 Jun 19
1
smbwrapper/smbw.c does not compile (Error 1)
...-DSMB_PASSWD_FILE="/etc/samba/smbpasswd" -DTDB_PASSWD_FILE="/etc/samba/smbpasswd.tdb" Using LIBS = -lcups -lssl -lcrypto -lnsl -lcrypt Compiling smbwrapper/smbw.c with -fPIC smbwrapper/smbw.c: In function `smbw_parse_path': smbwrapper/smbw.c:331: warning: passing arg 1 of `next_token' from incompatible pointer type smbwrapper/smbw.c:339: warning: passing arg 1 of `next_token' from incompatible pointer type smbwrapper/smbw.c:346: warning: passing arg 1 of `next_token' from incompatible pointer type smbwrapper/smbw.c: In function `smbw_lseek': smbwrapper/smbw.c...
2003 Oct 20
0
AFS via Samba compile problem
Hi folks, I'd like to compile samba-3.0.1pre1 --with-afs to reach my afs filesystem thru samba. Maybe it's not samba related bug but I hope if somebody can help me. Compiling auth/pampass.c auth/pampass.c: In function `make_pw_chat': auth/pampass.c:224: warning: passing arg 1 of `next_token' from incompatible poi nter type auth/pampass.c:235: warning: passing arg 1 of `next_token' from incompatible poi nter type Compiling auth/pass_check.c In file included from /usr/include/afs/kautils.h:35, from auth/pass_check.c:39: /usr/include/rx/xdr.h:149: redeclaration...
2003 Oct 16
0
Samba 2.2.8a ldap compile problem with pdb_ldap.c
...ent discards qualifiers from pointer target type Compiling passdb/pass_check.c Compiling passdb/smbpassfile.c Compiling passdb/machine_sid.c Compiling passdb/pdb_smbpasswd.c Compiling passdb/pampass.c passdb/pampass.c: In function `make_pw_chat': passdb/pampass.c:220: warning: passing arg 1 of `next_token' from incompatible pointer type passdb/pampass.c:231: warning: passing arg 1 of `next_token' from incompatible pointer type passdb/pampass.c: In function `smb_setup_pam_conv': passdb/pampass.c:418: warning: assignment from incompatible pointer type Compiling passdb/pdb_tdb.c Compiling...
2004 Oct 19
0
samba 3.0.7 make check fails in function strstr_m
...pointer target type tdb/tdbutil.c: In function `tdb_chainlock_with_timeout_internal': tdb/tdbutil.c:60: warning: passing arg 1 of `tdb_set_lock_alarm' discards qualifiers from pointer target type auth/pampass.c: In function `make_pw_chat': auth/pampass.c:224: warning: passing arg 1 of `next_token' from incompatible pointer type auth/pampass.c:235: warning: passing arg 1 of `next_token' from incompatible pointer type auth/pampass.c: In function `smb_setup_pam_conv': auth/pampass.c:422: warning: assignment from incompatible pointer type libads/kerberos.c: In function `kerberos_kin...
2004 Mar 04
3
latest version (3.0.2a) on AIX 5.2 ML2 segmentation fault and core dump
...of `ngetsockname' from incompatible pointer type tdb/tdbutil.c: In function `make_tdb_data': tdb/tdbutil.c:45: warning: assignment discards qualifiers from pointer target type nsswitch/winbindd_acct.c: In function `string2group': nsswitch/winbindd_acct.c:225: warning: passing arg 1 of `next_token' from incompatible pointer type client/client.c: In function `do_get': client/client.c:695: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type client/client.c: In function `do_put': client/client.c:1071: warning: passing arg 4 of `cli_getattrE' from incompat...
2004 Feb 06
0
Restrict logon to groups of workstations II
...sam.c 2004-02-06 21:57:00.000000000 -0200 *************** *** 399,419 **** return NT_STATUS_NO_MEMORY; if (*workstation_list) { BOOL invalid_ws = True; const char *s = workstation_list; ! fstring tok; ! ! while (next_token(&s, tok, ",", sizeof(tok))) { ! DEBUG(10,("sam_account_ok: checking for workstation match %s and %s (len=%d)\n", ! tok, user_info->wksta_name.str, user_info->wksta_name.len)); ! if(strequal(t...
2003 Sep 03
1
Annoying compiling warning messages for Samba3.0RC2 on Solaris 9
Has any of you compiled the lastest Samba 3.0 RC2 on Sparc Solaris 9? Any idea about the warning messages in the text attachment ? Thanks.
2003 Oct 16
0
Cann't get Samba 3.0.0 installed on a SuSE 8.2
...beros.c:84: warning: passing arg 6 of `krb5_get_init_creds_password' discards qualifiers from pointer target type Compiling libads/util.c ... Compiling nsswitch/winbindd_acct.c (5) nsswitch/winbindd_acct.c: In function `string2group': nsswitch/winbindd_acct.c:224: warning: passing arg 1 of `next_token' from incompatible pointer type Compiling sam/idmap.c ... Compiling client/client.c (6) client/client.c: In function `do_get': client/client.c:694: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type client/client.c: In function `do_put': client/client.c:1070: wa...
2001 Jan 29
0
Failed to set socket option
...k; 109 110 /* DEBUG */ 111 DEBUG(0,("in set_socket_options(%d, %s)\n", fd, options)); 112 /* DEBUG */ 113 DEBUG(0,("lib/util_sock.c: set_socket_options before &options(%d, %s)\n", fd, options)); 114 115 while (next_token(&options,tok," \t,", sizeof(tok))) { 116 int ret=0,i; 117 int value = 1; 118 char *p; 119 BOOL got_value = False; 120 121 122 if ((p = strchr(tok,'='))) { 123...
2014 Oct 03
0
Wine release 1.7.28
...ick test. Qian Hong (5): mshtml: Using UTF-8 as default charset in bind_mon_to_wstr. mshtml: Don't pass NULL string pointer to jscript engine. appwiz.cpl: Fixed typo. winmm: Also initialize sound device thread in mixerGetControlDetails. jscript: Ignore BOM mark in next_token. Ralf Habacker (1): wineps.drv: For each printer start page size and source index with the same value. Sebastian Lackner (8): msvcp110: Export ?_BADOFF at std@@3_JB on both i386 and win64. shlwapi/tests: Add SH*Shared inter-process tests. shlwapi: Fixed swapped argument or...
2004 Jun 02
4
Browse list issues with Windows XP
To further the discussion (or lack thereof) of the browse list issues (systems not showing up in the browse list, even though their shares are accessable with //system/sharename) that 5 or 10 people on the list have been having over the past month or so... I was out to this client the other day, had the opportunity to try the few things that had been suggested, all to no avail. I then proceeded
2007 Nov 08
1
sambaUserWorkstations (with LDAP) not working with Groups of Computers ?
Hi, I'm trying to use the sambaUserWorkstations option to allow users to log on certain computers only. This option looks great... In fact it looks now a lot better than the 'ldap filter' one than was deprecated with samba 3.0.20... The fact is, if the sambaUserWorkstations option works well with machine names, it doesn't seem to work when specifying groups of machines.
2003 Dec 01
0
No subject
...****************************************************************/ +static void cmd_reget(void) +{ + pstring lname; + pstring rname; + char *p; + + pstrcpy(rname,cur_dir); + pstrcat(rname,"\\"); + + p = rname + strlen(rname); + + if (!next_token(NULL,p,NULL,sizeof(rname)-strlen(rname))) { + DEBUG(0,("reget <filename>\n")); + return; + } + pstrcpy(lname,p); + dos_clean_name(rname); + + next_token(NULL,lname,NULL,sizeof(lname)); + + do_reget(rname, lname)...
2002 Nov 10
2
Trying to join a Solaris 8 box to Windows 2000 AD.
...usr/local/openldap/lib LDSHFLAGS=-G -L/usr/local/kerberos/lib -L/usr/local/openldap/lib -O -I/usr/local/kerberos/include -I/usr/local/openldap/includ e During compilation the following warnings show: lib/util_str.c: In function `str_list_make': lib/util_str.c:1160: warning: passing arg 3 of `next_token' discards qualifiers from pointer target type auth/pampass.c: In function `smb_setup_pam_conv': auth/pampass.c:422: warning: assignment from incompatible pointer type libads/ldap.c: In function `ads_do_paged_search': libads/ldap.c:405: warning: passing arg 2 of `str_list_copy' from...
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...rget type nsswitch/winbindd_ads.c: In function `lookup_groupmem': nsswitch/winbindd_ads.c:743: warning: passing arg 7 of `ads_pull_strings_range' from incompatible pointer type nsswitch/winbindd_acct.c: In function `string2group': nsswitch/winbindd_acct.c:225: warning: passing arg 1 of `next_token' from incompatible pointer type client/client.c: In function `do_get': client/client.c:699: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type client/client.c: In function `do_put': client/client.c:1075: warning: passing arg 4 of `cli_getattrE' from incompat...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...rget type nsswitch/winbindd_ads.c: In function `lookup_groupmem': nsswitch/winbindd_ads.c:743: warning: passing arg 7 of `ads_pull_strings_range' from incompatible pointer type nsswitch/winbindd_acct.c: In function `string2group': nsswitch/winbindd_acct.c:225: warning: passing arg 1 of `next_token' from incompatible pointer type client/client.c: In function `do_get': client/client.c:699: warning: passing arg 4 of `cli_getattrE' from incompatible pointer type client/client.c: In function `do_put': client/client.c:1075: warning: passing arg 4 of `cli_getattrE' from incompat...
2003 Dec 01
0
No subject
...t file restarting at end of local file + ****************************************************************************/ +static void cmd_reget(void) +{ + pstring lname; + pstring rname; + char *p; + + pstrcpy(rname,cur_dir); + pstrcat(rname,"\\"); + + p = rname + strlen(rname); + + if (!next_token(NULL,p,NULL,sizeof(rname)-strlen(rname))) { + DEBUG(0,("reget <filename>\n")); + return; + } + pstrcpy(lname,p); + dos_clean_name(rname); + + next_token(NULL,lname,NULL,sizeof(lname)); + + do_reget(rname, lname); +} + +/***********************************************************...