1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-19 23:17:05 +03:00

4818 Commits

Author SHA1 Message Date
Simo Sorce
e1572f85d6 initial support for paramter type P_LIST
it will avoid problems with lists being longer than 1024 bytes
just now only ip list parameters have been converted to the new type
(hosts allow, hosts deny, ssl hosts, ssl hosts resign)
-
Tim Potter
d0b37d1a62 make proto -
Tim Potter
2162454d9e Added cli_samr_delete_dom_user() function. -
Tim Potter
aa9024c959 Added delete domain user rpcclient command. -
Andrew Tridgell
15b17a80db added a close-share smbcontrol message that forcibly closes a share in smbd (to allow unmount) -
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!
-
Jeremy Allison
0fe11c329f INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not
depend on it...
Jeremy.
-
Jeremy Allison
5b1245f803 Only try and open a directory if we get EISDIR.
Jeremy.
-
Jeremy Allison
2c2fc85136 Extra debug in open.c, fix for bad debug message in reply.c
Jeremy.
-
Tim Potter
d05577c332 Fixed typo in debug message. -
Andrew Tridgell
fd0d729ce0 added a torture target for building all torture progs. Fixed a typo in locktest -
Andrew Tridgell
dd12c47645 moved all our torture code to a separate directory -
Andrew Tridgell
a4ef84e1a0 torture code is moving to its own directory -
Jeremy Allison
66f959e0ff rpc_server/srv_srvsvc_nt.c: Don't test an uint32 for < 0.
utils/smbcacls.c: Set enum correctly.
Jeremy.
-
Tim Potter
4897cfcf85 Added $(PROFILE_OBJ) to winbindd objects. -
Jeremy Allison
e033f75891 Set support for info levels...
Jeremy.
-
Jeremy Allison
43bf9b2c7a Best-effort so far implementation of new W2K info levels.
An-embrace-and-extending we will go...
Jeremy.
-
Jeremy Allison
9297ae69a7 New info level tester.
Jeremy.
-
Jeremy Allison
0fcf200633 Fix for assert fail - left over when moved to dynamic allocation.
Jeremy.
-
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.
-
Jeremy Allison
70194b194e Added "Jim McDonough" <jmcd@us.ibm.com> patches for directory support
for Win9x.
Jeremy.
-
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 -
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.
-
Jeremy Allison
5690ec77c8 Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy.
-
Jeremy Allison
bc366f3153 Jim McDonough's parse patches for Win9x get SD calls.
Jeremy.
-
Jeremy Allison
a600c96e59 Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
Jeremy.
-
Simo Sorce
53803b0087 Be sure to not use strlen with NULL pointer. -
Tim Potter
402639926f Prototype update. -
Tim Potter
66e62245ea Added a unix error code for NT_STATUS_PATH_NOT_COVERED. -
Tim Potter
d2eafa7483 Add password length field to SAM_USER_INFO24 structure and fix init
and parse function.
-
Tim Potter
fb80cf2aa1 Merged encode_pw_buffer() and nt_owf_genW() functions from TNG branch. -
Tim Potter
3e3b9bc538 Fixed some return code checks for cli_initialise() from False to NULL.
Spotted by Joe Doran <joed@interlude.eu.org>
-
Tim Potter
2ad921d126 Oops - proto.h contained junk from another workarea. -
Tim Potter
13df2304b3 Added some msdfs client routines. -
Tim Potter
bdb9714380 Renamed -d option (make verbose) on smbstatus to -v.
Added -d <debuglevel> option.
-
Jeremy Allison
d8807b1922 Make message receive fn static.
Jeremy.
-
Jeremy Allison
24eea8a309 Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion
problems.
Jeremy.
-
Tim Potter
4d2f660582 Fixed typo in debug message. -
Tim Potter
a542f4513a Removed commented out msdfs code that was being called anyway. -
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.
-
Jeremy Allison
e0f88cabfc Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy.
-
Jeremy Allison
fc7830eec8 Fixed potential free of NULL found by SGI speedshop.
Jeremy.
-
Jeremy Allison
bd750def13 Fixed typo in Solaris and UnixWare ACLs.
Jeremy.
-
Jeremy Allison
1b3977c536 *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
cleaned on clients abending connections. Thanks Andrew !
Jeremy.
-
Jeremy Allison
81b5a628d1 Herb's IRIX fix for deleting default ACLs.
Jeremy.
-
Jeremy Allison
f004471aac Log tdb failures.
Jeremy.
-
Jeremy Allison
5853f1dc42 AIX has no default acls.
Jeremy.
-
Jeremy Allison
5668512ffa Added sys_acl_delete_def_file for UnixWare and Solaris from
Michael Davidson <michael_davidson@pacbell.net>.
Jeremy.
-
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.
-
Jeremy Allison
4338ee78c3 Extra stuff for large readwrite support.
Jeremy.
-