Author: metze
Date: 2005-11-11 07:38:25 + (Fri, 11 Nov 2005)
New Revision: 11669
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11669
Log:
- make sure req is initialized
- call async callback on error
metze
Modified:
branches/SAMBA_4_0/source/libcli/raw/clitr
Author: tridge
Date: 2005-11-11 07:23:45 + (Fri, 11 Nov 2005)
New Revision: 11668
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11668
Log:
yay! we get a successful session setup with SMB2, and get back a 64bit uid
Modified:
branches/SAMBA_4_0/source/libcli/
Author: vlendec
Date: 2005-11-11 07:03:17 + (Fri, 11 Nov 2005)
New Revision: 11667
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11667
Log:
Fix a debug message
Modified:
branches/SAMBA_3_0/source/nsswitch/winbindd_pam.c
trunk/source/nsswitch/winbindd_pam.c
Author: tridge
Date: 2005-11-11 06:26:42 + (Fri, 11 Nov 2005)
New Revision: 11666
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11666
Log:
filled in the basic session setup. Vista happily accepts the first
stage of the session setup, and waits for more.
Modifi
Author: tridge
Date: 2005-11-11 05:53:54 + (Fri, 11 Nov 2005)
New Revision: 11665
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11665
Log:
started to put some meat on the structure used for the SMB2 library
the call definitions will be in smb2_calls.h, which w
Author: tridge
Date: 2005-11-11 05:41:38 + (Fri, 11 Nov 2005)
New Revision: 11664
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11664
Log:
forgot to commit the structs.h change
Modified:
branches/SAMBA_4_0/source/include/structs.h
Changeset:
Modified: bra
Author: tridge
Date: 2005-11-11 04:46:48 + (Fri, 11 Nov 2005)
New Revision: 11663
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11663
Log:
start of a SMB2 torture test. Just does a negprot and prints some fields for
now.
test name is SMB2-CONNECT
Added:
b
Author: tridge
Date: 2005-11-11 04:45:38 + (Fri, 11 Nov 2005)
New Revision: 11662
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11662
Log:
the beginnings of a SMB2 client library. Very hackish, meant for experimentation
Added:
branches/SAMBA_4_0/source/lib
Author: jerry
Date: 2005-11-11 03:03:41 + (Fri, 11 Nov 2005)
New Revision: 11661
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11661
Log:
Store the INFO3 in the PAC data into the netsamlogon_cache.
Also remove the mem_ctx from the netsamlogon_cache_store() API.
Author: tridge
Date: 2005-11-11 01:38:39 + (Fri, 11 Nov 2005)
New Revision: 11660
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11660
Log:
- the libcli/raw/ lib no longer uses the SMBCLI_REQUEST_SEND state, or
the associated send queue
- fixed negnowait to n
Author: tridge
Date: 2005-11-11 00:50:40 + (Fri, 11 Nov 2005)
New Revision: 11659
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11659
Log:
allow the max runtime for smbtorture and smbd to be controlled on a
per-host basis in the build farm
Modified:
branc
On Fri, Nov 11, 2005 at 12:16:44AM +, [EMAIL PROTECTED] wrote:
> Author: jra
> Date: 2005-11-11 00:16:43 + (Fri, 11 Nov 2005)
> New Revision: 11658
>
> WebSVN:
> http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11658
>
> Log:
> Someone broke the initialization of the s
Author: jra
Date: 2005-11-11 00:16:43 + (Fri, 11 Nov 2005)
New Revision: 11658
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11658
Log:
Someone broke the initialization of the static modules by adding a 'NTSTATUS'
declaration before their call.
The compiler sees
URL: http://build.samba.org/
--- /home/build/master/cache/broken_results.txt.old 2005-11-10
00:00:08.0 +
+++ /home/build/master/cache/broken_results.txt 2005-11-11 00:00:08.0
+
@@ -1,17 +1,17 @@
-Build status as of Thu Nov 10 00:00:02 2005
+Build status as of Fri Nov
Author: paulg
Date: 2005-11-10 21:34:25 + (Thu, 10 Nov 2005)
New Revision: 11657
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11657
Log:
Tiny improvement to debug error message in dir_check_ftype.
Modified:
branches/SAMBA_3_0/source/smbd/dir.c
Changeset:
Author: paulg
Date: 2005-11-10 21:33:17 + (Thu, 10 Nov 2005)
New Revision: 11656
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11656
Log:
Tiny improvement to debug error message in dir_check_ftype.
Modified:
trunk/source/smbd/dir.c
Changeset:
Modified: tr
Author: jerry
Date: 2005-11-10 21:10:24 + (Thu, 10 Nov 2005)
New Revision: 11655
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11655
Log:
Two small fixes
* remove redundant call to sub_set_smb_name() in session setup code.
* Fix lockup when running 'wbinfo -t'
Author: paulg
Date: 2005-11-10 20:33:32 + (Thu, 10 Nov 2005)
New Revision: 11654
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11654
Log:
Declare the correct return value for the static initialization functions.
Some compilers (guess whose) have ABIs that return
Author: paulg
Date: 2005-11-10 20:32:00 + (Thu, 10 Nov 2005)
New Revision: 11653
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11653
Log:
Declare the correct return value for the static initialization functions.
Some compilers (guess whose) have ABIs that return
Author: jerry
Date: 2005-11-10 20:28:23 + (Thu, 10 Nov 2005)
New Revision: 11652
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11652
Log:
Reinstate the netsamlogon_cache in order to work
around failed query_user calls. This fixes
logons to a member of a Samba
Author: jerry
Date: 2005-11-10 19:50:09 + (Thu, 10 Nov 2005)
New Revision: 11651
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11651
Log:
After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Still needs some more testing ni domains with multip
Author: jra
Date: 2005-11-10 19:08:39 + (Thu, 10 Nov 2005)
New Revision: 857
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=857
Log:
Added acl map full control docs.
Jeremy.
Added:
trunk/smbdotconf/protocol/aclmapfullcontrol.xml
Changeset:
Added: trunk
Author: metze
Date: 2005-11-10 16:16:09 + (Thu, 10 Nov 2005)
New Revision: 11650
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11650
Log:
- as every call that goes down to the ntvfs layer need a valid tcon and session
ntcancel also needs to have AS_USER
- move
Author: metze
Date: 2005-11-10 16:09:44 + (Thu, 10 Nov 2005)
New Revision: 11649
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11649
Log:
- add support for ntcancel replies (they only happen in error cases,
e.g when you supply an invalid TID or VUID)
- as we d
Author: metze
Date: 2005-11-10 15:51:57 + (Thu, 10 Nov 2005)
New Revision: 11648
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11648
Log:
fix some bugs...
metze
Modified:
branches/SAMBA_4_0/source/nbt_server/dgram/browse.c
branches/SAMBA_4_0/source/nbt_se
Author: metze
Date: 2005-11-10 15:27:27 + (Thu, 10 Nov 2005)
New Revision: 11647
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11647
Log:
add smbcli_ prefix
metze
Modified:
branches/SAMBA_4_0/source/libcli/raw/clitransport.c
branches/SAMBA_4_0/source/libc
Author: metze
Date: 2005-11-10 14:54:05 + (Thu, 10 Nov 2005)
New Revision: 11646
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11646
Log:
fix typos
metze
Modified:
branches/SAMBA_4_0/source/smb_server/signing.c
Changeset:
Modified: branches/SAMBA_4_0/sourc
Author: jerry
Date: 2005-11-10 14:30:39 + (Thu, 10 Nov 2005)
New Revision: 11645
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11645
Log:
mklogon updates from Ricky Nance
Modified:
branches/SAMBA_3_0/examples/logon/mklogon/mklogon.conf
branches/SAMBA_3_0/e
Author: metze
Date: 2005-11-10 14:16:50 + (Thu, 10 Nov 2005)
New Revision: 11644
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11644
Log:
free the buffer when it's not used
metze
Modified:
branches/SAMBA_4_0/source/libcli/raw/clitransport.c
Changeset:
Modi
Author: metze
Date: 2005-11-10 14:03:07 + (Thu, 10 Nov 2005)
New Revision: 11643
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11643
Log:
fix compiler warnings
metze
Modified:
branches/SAMBA_4_0/source/smb_server/reply.c
Changeset:
Modified: branches/SAMBA
Author: metze
Date: 2005-11-10 13:52:07 + (Thu, 10 Nov 2005)
New Revision: 11642
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11642
Log:
add some error checks
metze
Modified:
branches/SAMBA_4_0/source/lib/stream/packet.c
Changeset:
Modified: branches/SAMB
Author: metze
Date: 2005-11-10 13:02:56 + (Thu, 10 Nov 2005)
New Revision: 11641
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11641
Log:
remove unused parameter vuid
metze
Modified:
branches/SAMBA_4_0/source/smb_server/service.c
Changeset:
Modified: branc
Author: metze
Date: 2005-11-10 12:59:15 + (Thu, 10 Nov 2005)
New Revision: 11640
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11640
Log:
just a nicer format, and make adding more special cases easier
metze
Modified:
branches/SAMBA_4_0/source/smb_server/smb_
Author: tridge
Date: 2005-11-10 12:35:12 + (Thu, 10 Nov 2005)
New Revision: 11639
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11639
Log:
fixed some create_time tests that should be change_time tests
Modified:
branches/SAMBA_4_0/source/torture/raw/search.
Author: tridge
Date: 2005-11-10 12:29:44 + (Thu, 10 Nov 2005)
New Revision: 11638
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11638
Log:
fixed handling of null volume name in RAW-QFSINFO test
thanks to Stephen Zarkos for finding this
Modified:
branches/S
Author: metze
Date: 2005-11-10 12:25:46 + (Thu, 10 Nov 2005)
New Revision: 11637
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11637
Log:
we need a session and a tcon for ntioctl() and ntrename()
metze
Modified:
branches/SAMBA_4_0/source/smb_server/smb_serve
Author: tridge
Date: 2005-11-10 11:10:40 + (Thu, 10 Nov 2005)
New Revision: 11636
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11636
Log:
a bit neater solution to the nt_cancel problem
Modified:
branches/SAMBA_4_0/source/lib/stream/packet.c
branches/SAM
Author: metze
Date: 2005-11-10 09:12:36 + (Thu, 10 Nov 2005)
New Revision: 11635
WebSVN:
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11635
Log:
fix a handling of packet_send in the smb client lib
this was cause of the PANIC on the build farm on metze01
as we use req
38 matches
Mail list logo