Displaying 4 results from an estimated 4 matches for "idtest".
Did you mean:
adtest
2005 Aug 07
0
kbuild: add klibc/tests
...GS_testvsnp.o := -Wno-format
+
+static-y := $(test-files:.c=)
+shared-y := $(addsuffix .shared, $(static-y))
+
+environ.shared-y := environ.o
+fcntl.shared-y := fcntl.o
+getopttest.shared-y := getopttest.o
+getpagesize.shared-y := getpagesize.o
+hello.shared-y := hello.o
+idtest.shared-y := idtest.o
+malloctest.shared-y := malloctest.o
+malloctest2.shared-y := malloctest2.o
+memstrtest.shared-y := memstrtest.o
+microhello.shared-y := microhello.o
+minihello.shared-y := minihello.o
+mmaptest.shared-y := mmaptest.o
+nfs_no_rpc.shared-y := nfs_no...
2011 Oct 28
1
winbind nsswitch resolving names issue
...leserver linux Suse with samba ver. 3.0.22-13.16, an old one I know...
:(
I'm facing an odds behaviour with wbinfo querying by bash console from
my linux desktop (ubuntu 11.04 smb 3.5.8, joined in domain and regularly
I authenticated to). For my purpose I've written this tiny script
"idtest.sh" :
#!/bin/bash
user=$1
if [ -z $user ]; then
echo "Usage : idtest.sh username_to_search"
exit 1
fi
for gruppo in `id -G $user`; do
if [ "$gruppo" -ge "10000" ]; then
sid=`wbinfo -G $gruppo`
desc=`wbinfo -s $sid`
echo $gruppo - $sid...
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...t zytor.com> Sun, 25 Jun 2006 16:58:55 -0700
usr/klibc/tests/Kbuild | 47
usr/klibc/tests/environ.c | 24
usr/klibc/tests/fcntl.c | 50
usr/klibc/tests/getopttest.c | 32
usr/klibc/tests/getpagesize.c | 10
usr/klibc/tests/hello.c | 7
usr/klibc/tests/idtest.c | 14
usr/klibc/tests/malloctest.c | 4146 +++++++++++++++++++++++++++++++++++++++++
usr/klibc/tests/malloctest2.c | 62 +
usr/klibc/tests/memstrtest.c | 28
usr/klibc/tests/microhello.c | 9
usr/klibc/tests/minihello.c | 7
usr/klibc/tests/mmaptest.c | 73 +
usr/kl...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: