Build status as of Sat Oct 30 06:00:02 2010

2010-10-30 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2010-10-29 00:00:03.0 -0600 +++ /home/build/master/cache/broken_results.txt 2010-10-30 00:00:10.0 -0600 @@ -1,4 +1,4 @@ -Build status as of Fri Oct 29 06:00:02 2010 +Build status as of Sat Oct

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
The branch, master has been updated via 56b46d8 talloc: Fix manual pages in standalone build. from 14ff2e8 Fix bug #7700 - Improvement of return code of smbclient http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Andrew Tridgell
The branch, master has been updated via b4ba669 s4-smbd: initialise process models in smbtorture before use via 35d466e s4-smbd: leave the single process model as internal via 55063cd waf: fixed building of non-shared binaries that contain modules via b2a5654

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
The branch, master has been updated via 23b5880 talloc.3: Remove documentation for deprecated talloc_append_string, consistent with other deprecated functionality. from b4ba669 s4-smbd: initialise process models in smbtorture before use

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthieu Patou
The branch, master has been updated via dce provision: when deriving netbiosname from hostname force the netbiosname to be compliant via edebb76 build: strip -single_module when doing bundle on mac OS X via 33b276c build: set shared libraries flags correctly on mac os

Invalid Netbios Names? Re: [SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Stefan (metze) Metzmacher
Hi Matthieu, Author: Matthieu Patou m...@matws.net Date: Thu Oct 28 13:09:51 2010 +0400 provision: when deriving netbiosname from hostname force the netbiosname to be compliant It means no space/_/-/@ and less than 16 chars. What's wrong with '-'? It's allowed in

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 1620697 s4:local_password LDB module - fix typos via 2c0a9e9 s4:resolve_oids LDB module - fix counter types via 45ee4e9 s4:partition_init LDB module - fix counter type via 5ab8e4f s4:extended_dn_store LDB module - fix counter

Re: Invalid Netbios Names? Re: [SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthieu Patou
Hi Metze Date: Thu Oct 28 13:09:51 2010 +0400 provision: when deriving netbiosname from hostname force the netbiosname to be compliant It means no space/_/-/@ and less than 16 chars. What's wrong with '-'? It's allowed in netbios and dns names. See

Re: Invalid Netbios Names? Re: [SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
On Sat, 2010-10-30 at 20:04 +0400, Matthieu Patou wrote: Hi Metze Date: Thu Oct 28 13:09:51 2010 +0400 provision: when deriving netbiosname from hostname force the netbiosname to be compliant It means no space/_/-/@ and less than 16 chars. What's wrong with '-'?

Re: Invalid Netbios Names? Re: [SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthieu Patou
def valid_netbios_name(name): Check whether a name is valid as a NetBIOS name. # See crh's book (1.4.1.1) if len(name) 15: return False for x in name: if not x.isalnum() and not x in !#$%'()-...@^_{}~: return False return True

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
The branch, master has been updated via 4dee76f replace: Fix formatting. via 7fc0aab ldb: Drop autoconf-based build system. via fe6d404 tevent: Drop autoconf-based build system for standalone build. via d1eba07 replace: Avoid autoproto as it breaks standalone

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthieu Patou
The branch, master has been updated via b548674 provision: fix wrong tests via a509b93 build: Remove zlib from the cache if we failed to pass all the tests via 4e30a5d build: make this test darwin only as it mess a bit more the freebsd build from 4dee76f replace:

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via c0ebf5d s4:sam.py - add a short double swap primaryGroupID test via 98fefa8 s4:samldb LDB module - adapt the samldb_prim_group_change trigger to support multiple primaryGroupID modification entries via 02355fc s4:samr RPC server -

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Matthias Dieter Wallnöfer
The branch, master has been updated via 9401189 s4:samldb LDB module - make the userAccountControl and groupType modify handlers separate functions via 098ea71 s4:samldb LDB module - add a new function which handles special cases for single-valued attribute on SAM modifications

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
The branch, master has been updated via 3deece5 s4: Remove the old perl/m4/make/mk-based build system. from 9401189 s4:samldb LDB module - make the userAccountControl and groupType modify handlers separate functions http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2010-10-30 Thread Jelmer Vernooij
The branch, master has been updated via f99c009 replace: Build using waf by default. via 4f22cc7 talloc: Switch over to using waf as the default build system for the standalone build. from 3deece5 s4: Remove the old perl/m4/make/mk-based build system.