CVS update: samba4/source/libcli/util
Date: Sun Feb 8 00:51:07 2004 Author: tpot Update of /data/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv19491/libcli/util Modified Files: clierror.c Log Message: Convert libcli routines to use cli_tree instead of cli_state. Port smbtorture to use the new interface. Part 2 will be to eliminate cli_state from smbtorture as this is now the only place where it is used. Revisions: clierror.c 1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/clierror.c.diff?r1=1.1.1.1&r2=1.2
CVS update: samba4/source/libcli/util
Date: Mon Dec 1 22:12:59 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv3152 Modified Files: smbdes.c Log Message: * another small API change in the credentials code * don't use static variables in the smbdes code Revisions: smbdes.c1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/smbdes.c.diff?r1=1.1.1.1&r2=1.2
CVS update: samba4/source/libcli/util
Date: Mon Dec 1 04:13:31 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv27850 Removed Files: credentials.c Log Message: added netr_ServerAuthenticate() and test code I would like the netlogon test suite to eventually do a new domain join using a fake workstation name, then remove itself afterwards, but for now I'm assuming we are already joined to the domain when the testsuite runs. This means you need to use the Samba3 net command to do a join before running RPC-NETLOGON Revisions: credentials.c 1.2 => NONE http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/credentials.c?rev=1.2
CVS update: samba4/source/libcli/util
Date: Mon Dec 1 00:17:14 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv707 Modified Files: credentials.c Log Message: * got rid of UNISTR2 and everything that depends on it * removed a bunch of code that needs to be rewritten using the new interfaces Revisions: credentials.c 1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/credentials.c.diff?r1=1.1.1.1&r2=1.2
CVS update: samba4/source/libcli/util
Date: Wed Nov 26 01:16:09 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv28484 Modified Files: smbencrypt.c Removed Files: ntlmssp_sign.c Log Message: signed DCERPC over TCP now works ! * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms Revisions: smbencrypt.c1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/smbencrypt.c.diff?r1=1.1.1.1&r2=1.2 ntlmssp_sign.c 1.1.1.1 => NONE http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/ntlmssp_sign.c?rev=1.1.1.1
CVS update: samba4/source/libcli/util
Date: Sun Nov 23 01:53:30 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv9937 Modified Files: cliutil.c Log Message: reduced the number of magic types we need in mkproto.pl In general I prefer "struct foo" to just "foo" for most structures. There are exceptions. Revisions: cliutil.c 1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/cliutil.c.diff?r1=1.1.1.1&r2=1.2
CVS update: samba4/source/libcli/util
Date: Mon Nov 17 11:55:12 2003 Author: tridge Update of /home/cvs/samba4/source/libcli/util In directory dp.samba.org:/tmp/cvs-serv3118 Modified Files: doserr.c Log Message: * add another WERR err code * use the top-level function argument printing to show more detail in RPC-* tests Revisions: doserr.c1.1.1.1 => 1.2 http://www.samba.org/cgi-bin/cvsweb/samba4/source/libcli/util/doserr.c.diff?r1=1.1.1.1&r2=1.2