1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
Commit Graph

5594 Commits

Author SHA1 Message Date
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
Richard Sharpe
832227a72b Fix up the problems with calling smbc_init multiple times. 0001-01-01 00:00:00 +00:00
Tim Potter
6bd1ba9a04 Fixed typo in #ifndef at head of file. 0001-01-01 00:00:00 +00:00
Tim Potter
bb01d2151c Added comment about possible optimisation to winbindd_pam_auth() 0001-01-01 00:00:00 +00:00
Tim Potter
9a77f8530f Fixed bug in winbind_sid_to_gid() function. 0001-01-01 00:00:00 +00:00
Tim Potter
73055f3f7d Correction to winbind nss library install process. So how do I update the
manual/html pages???
0001-01-01 00:00:00 +00:00
Jeremy Allison
d0c276c242 Added getconf flags for RH7.1 lfs support. Changed while() to a for()
loop in Simo's code (removes much grp = gep->next code).
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
5a15831b9a Changes to use new genrand code that got missed while I was in Japan.
Jeremy.
0001-01-01 00:00:00 +00:00
Tim Potter
15efbbd2fe Fix for cli_samr_connect() arg change. 0001-01-01 00:00:00 +00:00
Tim Potter
d122568b35 Converted SAMR_Q_LOOKUP_NAMES structure to tallocated memory instead of
static arrays.
0001-01-01 00:00:00 +00:00
Tim Potter
e65b486273 Added stub dfs client commands to rpcclient. 0001-01-01 00:00:00 +00:00
Tim Potter
abc294c4a8 Added stubs for dfs rpc client routines. 0001-01-01 00:00:00 +00:00