Tim Potter
8e982941d8
Merge from appliance branch:
...
Don't call find_domain_from_name() from winbindd_kill_connections() as
you get stuck in an infinite loop!
0001-01-01 00:00:00 +00:00
Jeremy Allison
0fe11c329f
INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not
...
depend on it...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5b1245f803
Only try and open a directory if we get EISDIR.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
2c2fc85136
Extra debug in open.c, fix for bad debug message in reply.c
...
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
fdfd690538
Fixed typo.
0001-01-01 00:00:00 +00:00
Tim Potter
d05577c332
Fixed typo in debug message.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
fd0d729ce0
added a torture target for building all torture progs. Fixed a typo in locktest
0001-01-01 00:00:00 +00:00
Andrew Tridgell
dd12c47645
moved all our torture code to a separate directory
0001-01-01 00:00:00 +00:00
Andrew Tridgell
a4ef84e1a0
torture code is moving to its own directory
0001-01-01 00:00:00 +00:00
Jeremy Allison
66f959e0ff
rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.
...
utils/smbcacls.c: Set enum correctly.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
4897cfcf85
Added $(PROFILE_OBJ) to winbindd objects.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e033f75891
Set support for info levels...
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
43bf9b2c7a
Best-effort so far implementation of new W2K info levels.
...
An-embrace-and-extending we will go...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
9297ae69a7
New info level tester.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
0fcf200633
Fix for assert fail - left over when moved to dynamic allocation.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
db5b82e53a
Added patches to remove Linux specific XFS ACLs. These are now handled by the
...
generic Linux ACL code.
rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
70194b194e
Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory support
...
for Win9x.
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3d4a3bfacd
added a oplock break handler hook to the client code, this allows for more complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly
0001-01-01 00:00:00 +00:00
Tim Potter
720fea5360
Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive
...
and the use of this function only increased timeouts when Samba queries
a broken DNS server.
0001-01-01 00:00:00 +00:00
Tim Potter
d11c871fc5
Fixed typo in nmblookup example.
0001-01-01 00:00:00 +00:00
Tim Potter
41fe64e70f
Fixed typo in configure error message.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5690ec77c8
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
bc366f3153
Jim McDonough's parse patches for Win9x get SD calls.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a600c96e59
Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
...
Jeremy.
0001-01-01 00:00:00 +00:00
Simo Sorce
53803b0087
Be sure to not use strlen with NULL pointer.
0001-01-01 00:00:00 +00:00
Tim Potter
402639926f
Prototype update.
0001-01-01 00:00:00 +00:00
Tim Potter
66e62245ea
Added a unix error code for NT_STATUS_PATH_NOT_COVERED.
0001-01-01 00:00:00 +00:00
Tim Potter
d2eafa7483
Add password length field to SAM_USER_INFO24 structure and fix init
...
and parse function.
0001-01-01 00:00:00 +00:00
Tim Potter
fb80cf2aa1
Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch.
0001-01-01 00:00:00 +00:00
Tim Potter
3e3b9bc538
Fixed some return code checks for cli_initialise() from False to NULL.
...
Spotted by Joe Doran <joed@interlude.eu.org>
0001-01-01 00:00:00 +00:00
Tim Potter
2ad921d126
Oops - proto.h contained junk from another workarea.
0001-01-01 00:00:00 +00:00
Tim Potter
13df2304b3
Added some msdfs client routines.
0001-01-01 00:00:00 +00:00
Tim Potter
bdb9714380
Renamed -d option (make verbose) on smbstatus to -v.
...
Added -d <debuglevel> option.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d8807b1922
Make message receive fn static.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
24eea8a309
Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
...
problems.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
4d2f660582
Fixed typo in debug message.
0001-01-01 00:00:00 +00:00
Tim Potter
a542f4513a
Removed commented out msdfs code that was being called anyway.
0001-01-01 00:00:00 +00:00
Jeremy Allison
d989f8bd3e
lib/util_getent.c: removed debug code.
...
smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris.
Needs testing.
lib/sysacls.c: Typo fix.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
e0f88cabfc
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
fc7830eec8
Fixed potential free of NULL found by SGI speedshop.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
bd750def13
Fixed typo in Solaris and UnixWare ACLs.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
1b3977c536
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
...
cleaned on clients abending connections. Thanks Andrew !
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
81b5a628d1
Herb's IRIX fix for deleting default ACLs.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
f004471aac
Log tdb failures.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5853f1dc42
AIX has no default acls.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5668512ffa
Added sys_acl_delete_def_file for UnixWare and Solaris from
...
Michael Davidson <michael_davidson@pacbell.net>.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
a8532b193d
Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.
...
Will add changes for other supported ACL systems shortly (Herb, I may
need help with the IRIX one).
Jeremy.
0001-01-01 00:00:00 +00:00
Gerald Carter
1e1a8ad528
syc up docs with 2.2
0001-01-01 00:00:00 +00:00
Jeremy Allison
4338ee78c3
Extra stuff for large readwrite support.
...
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
30cffea8fa
Correctly make max pathlength 255.
...
Jeremy.
0001-01-01 00:00:00 +00:00