svn commit: samba-web r265 - trunk

2004-08-18 Thread deryck
Author: deryck Date: 2004-08-19 03:53:19 + (Thu, 19 Aug 2004) New Revision: 265 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=265&nolog=1 Log: Add a link to in the "related sites" section of links. This points to Steve's page. --deryck Modified: tru

svn commit: samba r1899 - in branches/SAMBA_3_0_RELEASE: . source source/include source/lib source/passdb source/printing source/rpc_server source/smbd

2004-08-18 Thread jerry
Author: jerry Date: 2004-08-19 03:11:17 + (Thu, 19 Aug 2004) New Revision: 1899 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0_RELEASE&rev=1899&nolog=1 Log: this is 3.0.6 -- will release tomorrow Modified: branches/SAMBA_3_0_RELEASE/WHATSNEW.txt

svn commit: samba r1898 - branches/SAMBA_4_0/source/lib

2004-08-18 Thread idra
Author: idra Date: 2004-08-18 21:22:07 + (Wed, 18 Aug 2004) New Revision: 1898 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1898&nolog=1 Log: Check the context we are going to return. Modified: branches/SAMBA_4_0/source/lib/talloc.c Changeset: Modified: br

Re: svn commit: samba r1892 - branches/SAMBA_4_0/source/lib

2004-08-18 Thread tridge
Simo, > Shouldn't we check the pointer was really allocated by talloc ? > something like: > > if (tc->magic == TALLOC_MAGIC) { > return tc->context; > } else { > return NULL; > } yep, that would be a reasonable check to add. Cheers, Tridge

svn commit: samba r1897 - in branches/SAMBA_4_0/source: client libcli libcli/raw torture

2004-08-18 Thread tridge
Author: tridge Date: 2004-08-18 20:13:08 + (Wed, 18 Aug 2004) New Revision: 1897 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=1897&nolog=1 Log: added a choose_called_name() function that allows us to more sanely handle connections using t

svn commit: samba r1896 - branches/SAMBA_4_0/source/libcli/raw

2004-08-18 Thread tridge
Author: tridge Date: 2004-08-18 20:07:44 + (Wed, 18 Aug 2004) New Revision: 1896 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1896&nolog=1 Log: stricter check on packet parsing for NBT session replies Modified: branches/SAMBA_4_0/source/libcli/raw/clitranspo

svn commit: samba r1895 - branches/SAMBA_4_0/source/include

2004-08-18 Thread tridge
Author: tridge Date: 2004-08-18 20:04:56 + (Wed, 18 Aug 2004) New Revision: 1895 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1895&nolog=1 Log: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition Modified: branches/SAMBA_4_0/source/includ

svn commit: samba r1894 - in branches/SAMBA_4_0/source: build/pidl include lib/registry/reg_backend_nt4 lib/registry/tools

2004-08-18 Thread vlendec
Author: vlendec Date: 2004-08-18 19:57:49 + (Wed, 18 Aug 2004) New Revision: 1894 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=1894&nolog=1 Log: Convert // to /* */ Modified: branches/SAMBA_4_0/source/build/pidl/eparser.c branches/S

Re: svn commit: samba r1892 - branches/SAMBA_4_0/source/lib

2004-08-18 Thread Simo Sorce
On Wed, 2004-08-18 at 20:25, [EMAIL PROTECTED] wrote: > Author: tridge > Date: 2004-08-18 18:25:02 + (Wed, 18 Aug 2004) > New Revision: 1892 > > WebSVN: > http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1892&nolog=1 > > Log: > this adds talloc_get_context(), which is someth

svn commit: samba r1893 - branches/SAMBA_4_0/source/libcli/raw

2004-08-18 Thread tridge
Author: tridge Date: 2004-08-18 18:31:23 + (Wed, 18 Aug 2004) New Revision: 1893 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1893&nolog=1 Log: add a commented out lump of code to implement the "by the SPEC" ALL_INFO queryfileinfo level. It is useful having it her

svn commit: samba r1892 - branches/SAMBA_4_0/source/lib

2004-08-18 Thread tridge
Author: tridge Date: 2004-08-18 18:25:02 + (Wed, 18 Aug 2004) New Revision: 1892 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1892&nolog=1 Log: this adds talloc_get_context(), which is something I discussed at the team meeting at CIFS04. It allows you to find the

svn commit: samba r1891 - trunk/source/lib

2004-08-18 Thread paulg
Author: paulg Date: 2004-08-18 17:56:50 + (Wed, 18 Aug 2004) New Revision: 1891 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1891&nolog=1 Log: Cut down on debug messages from is_in_path. paulg Modified: trunk/source/lib/util.c Changeset: Modified: trunk/sour

svn commit: samba r1890 - branches/SAMBA_3_0/source/lib

2004-08-18 Thread paulg
Author: paulg Date: 2004-08-18 17:55:50 + (Wed, 18 Aug 2004) New Revision: 1890 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1890&nolog=1 Log: Cut down on debug messages from is_in_path. paulg Modified: branches/SAMBA_3_0/source/lib/util.c Changeset: Modifie

svn commit: samba r1889 - branches/SAMBA_2_2/source/lib

2004-08-18 Thread paulg
Author: paulg Date: 2004-08-18 17:54:57 + (Wed, 18 Aug 2004) New Revision: 1889 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1889&nolog=1 Log: Cut down on debug messages from is_in_path. paulg Modified: branches/SAMBA_2_2/source/lib/util.c Changeset: Modifie

svn commit: samba r1888 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

2004-08-18 Thread gd
Author: gd Date: 2004-08-18 16:25:41 + (Wed, 18 Aug 2004) New Revision: 1888 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1888&nolog=1 Log: Bring the same level of "required_membership"-functionality that ntlm_auth uses, to pam_winbindd as well. This allows to ma

svn commit: samba r1887 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

2004-08-18 Thread gd
Author: gd Date: 2004-08-18 16:15:21 + (Wed, 18 Aug 2004) New Revision: 1887 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1887&nolog=1 Log: Fix deadlock loop in winbind's required_membership_sid-verification. Guenther Modified: branches/SAMBA_3_0/source/nsswi

svn commit: samba r1886 - branches/SAMBA_4_0/source/libcli/auth

2004-08-18 Thread vlendec
Author: vlendec Date: 2004-08-18 14:11:11 + (Wed, 18 Aug 2004) New Revision: 1886 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1886&nolog=1 Log: Fix the build Modified: branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c Changeset: Modified: branches/SAMBA_4_0/so

svn commit: samba r1885 - in branches/SAMBA_3_0/source: include lib printing rpc_server smbd

2004-08-18 Thread jerry
Author: jerry Date: 2004-08-18 13:55:58 + (Wed, 18 Aug 2004) New Revision: 1885 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_3_0/source&rev=1885&nolog=1 Log: tighten the cache consistency with the ntprinters.tdb entry an the in memory cache associated

svn commit: samba r1884 - branches/SAMBA_4_0/source/librpc/ndr

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 13:49:22 + (Wed, 18 Aug 2004) New Revision: 1884 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1884&nolog=1 Log: remove empty header file metze Removed: branches/SAMBA_4_0/source/librpc/ndr/ndr_basic.h Modified: branches/SAMBA

svn commit: samba r1883 - branches/SAMBA_4_0/source/libcli/raw

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 13:43:53 + (Wed, 18 Aug 2004) New Revision: 1883 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1883&nolog=1 Log: I don't know why this was broken... tridge: can you please check if this is correct, I have only compiled it, bu

svn commit: samba r1882 - trunk/source/include

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 13:04:04 + (Wed, 18 Aug 2004) New Revision: 1882 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1882&nolog=1 Log: empty struct are not allowed by some compilers metze Modified: trunk/source/include/smb_ldap.h Changeset: Modified

svn commit: samba r1881 - branches/SAMBA_4_0/source/libcli/ldap

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 13:01:10 + (Wed, 18 Aug 2004) New Revision: 1881 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1881&nolog=1 Log: empty structs are not allowed by all compilers metze Modified: branches/SAMBA_4_0/source/libcli/ldap/ldap.h Change

svn commit: samba r1880 - branches/SAMBA_4_0/source/utils/net

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 13:00:28 + (Wed, 18 Aug 2004) New Revision: 1880 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1880&nolog=1 Log: bugger, now I have used gcc 3.4.1 myself and have statements before declarations Does any knows if there are flags to le

svn commit: samba r1879 - branches/SAMBA_4_0/source/utils/net

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 12:47:08 + (Wed, 18 Aug 2004) New Revision: 1879 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1879&nolog=1 Log: - add a user sub struct in net_context - add 'net password change' command (it doesn'T work yet because libnet_rpc_con

svn commit: samba r1878 - branches/SAMBA_4_0/source/libnet

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 11:01:06 + (Wed, 18 Aug 2004) New Revision: 1878 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1878&nolog=1 Log: implemet libnet_context_{init,destroy} and implement libnet_Change_Password_generic() metze Added: branches/SAMBA_4

svn commit: samba r1877 - in branches/SAMBA_4_0/source: include utils/net

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 10:35:46 + (Wed, 18 Aug 2004) New Revision: 1877 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=1877&nolog=1 Log: since make proto catches all functions the inlcude has to move to includes.h metze Modified:

svn commit: samba r1876 - in branches/SAMBA_4_0/source/utils: . net

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 09:33:54 + (Wed, 18 Aug 2004) New Revision: 1876 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/utils&rev=1876&nolog=1 Log: rewrite net command completely and add it to the build metze Added: branches/SAMBA_4

svn commit: samba r1875 - in branches/SAMBA_4_0/source/utils: . net

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 07:56:35 + (Wed, 18 Aug 2004) New Revision: 1875 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/utils&rev=1875&nolog=1 Log: - move 'net' code into a subdir - and remove all unneeded files we'll reimplement the st

svn commit: samba r1874 - in branches/SAMBA_4_0/source/librpc: . rpc

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 07:51:10 + (Wed, 18 Aug 2004) New Revision: 1874 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc&rev=1874&nolog=1 Log: add dcerpc_errstr() function to display a fault code by name, this should be used in the

svn commit: samba-web r264 - hooks

2004-08-18 Thread metze
Author: metze Date: 2004-08-18 07:00:23 + (Wed, 18 Aug 2004) New Revision: 264 WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/&rev=264&nolog=1 Log: fix format metze Modified: hooks/post-commit Changeset: Modified: hooks/post-commit ===