Jeremy Allison
9294acabb4
r483: Fix typo of appending '\\' instead of '/' now we're using
...
check_path_syntax.
Jeremy.
(This used to be commit 50ce579322
)
2007-10-10 10:51:25 -05:00
Jeremy Allison
34facd7e69
r481: Fix up assert caught by check_path_syntax.
...
Jeremy.
(This used to be commit 8a58bd39da
)
2007-10-10 10:51:25 -05:00
Jeremy Allison
dcdd94f209
r480: Added Andrew Bartletts pwinfo-parse-error.patch.
...
Jeremy.
(This used to be commit b9e79004a4
)
2007-10-10 10:51:25 -05:00
Jeremy Allison
1843f6905c
r478: Added Volkers fix to be able to force DOS errors when needed.
...
Jeremy.
(This used to be commit a9d1738eba
)
2007-10-10 10:51:24 -05:00
Jeremy Allison
741545b497
r475: Don't add ss padding length to the sent length as this is compared
...
with the actual data to return.
Jeremy.
(This used to be commit 7f837db6e4
)
2007-10-10 10:51:24 -05:00
Jeremy Allison
c1b7b9662d
r473: Fix for Microsoft hotfix MS04-011 password change breakage.
...
Jeremy.
(This used to be commit 038cae8a37
)
2007-10-10 10:51:24 -05:00
Gerald Carter
1b69619e6d
r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid gids using the wrong array size
...
(This used to be commit 3003769164
)
2007-10-10 10:51:24 -05:00
Jeremy Allison
683d27ff1e
r460: Fix for broken driver upload/delete path processing.
...
Jeremy.
(This used to be commit 78be46d13b
)
2007-10-10 10:51:24 -05:00
Gerald Carter
b9ca5901ee
r455: fixing a couple of bugs inthe specfile; (a) merge tpot's libsmbclienbt permissions fix from trunk, (b) fix typo when installing smbusers file
...
(This used to be commit ad30fb3fd3
)
2007-10-10 10:51:24 -05:00
Volker Lendecke
68938182ff
r449: Two AFS-related things:
...
Split off the non-crypto related parts of lib/afs.c into
lib/afs_settoken.c. This makes wbinfo link without -lcrypto.
Commit vfs_afsacl.c, display & set AFS acls via the NT security editor.
Volker
(This used to be commit 43870a3fc1
)
2007-10-10 10:51:23 -05:00
Volker Lendecke
5c2cd8aa38
r446: Close the open NT pipes before the tdis.
...
Volker
(This used to be commit ef80490baf
)
2007-10-10 10:51:23 -05:00
Herb Lewis
fc52c330ae
r428: add acls debug class
...
(This used to be commit b7703799f8
)
2007-10-10 10:51:23 -05:00
Andrew Tridgell
fc7a1ee35e
r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of timeout in socket connections
...
(This used to be commit 88278b24de
)
2007-10-10 10:51:23 -05:00
Tim Potter
0e551158b7
r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).
...
From Eric Mertens.
(This used to be commit d98a36b459
)
2007-10-10 10:51:23 -05:00
Tim Potter
848b86290d
r421: Fix debug message. Closes bugzilla #1305 .
...
(This used to be commit 6654b03cbd
)
2007-10-10 10:51:23 -05:00
Herb Lewis
9139b89259
r416: add a newline to the debuglevel message returned string
...
and have smbcontrol print the PID with it
(This used to be commit d3edf71885
)
2007-10-10 10:51:22 -05:00
Richard Sharpe
0922c254c6
r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...
...
(This used to be commit 164ff9a192
)
2007-10-10 10:51:22 -05:00
Stefan Metzmacher
65d9febf9a
r413: merge from 4_0:
...
as we decide to not do 3.0.2a releases anymore,
remove the generation stuff from VERSION and mkversion.sh
metze
(This used to be commit 25cbca89ba
)
2007-10-10 10:51:22 -05:00
Stefan Metzmacher
9b4e6c7ea6
r410: merge tpot's changeset 353 from trunk:
...
Move msdfs.c into the source/smbd directory and remove source/msdfs.
metze
(This used to be commit 88e6e6d29c
)
2007-10-10 10:51:22 -05:00
Stefan Metzmacher
77182a81f0
r408: - replace (conn->admin_user != True) with (current_user.uid != 0)
...
because someone changed it in all other places too
- fix quotas support from windows explorer
we now got the unix file name of a fake_file
metze
(This used to be commit 87e97d7723
)
2007-10-10 10:51:22 -05:00
Volker Lendecke
3250a8ab0a
r405: Some docs of vfs_full_audit.c as comment :-)
...
(This used to be commit 567f792377
)
2007-10-10 10:51:22 -05:00
Volker Lendecke
9e7dcbdbb7
r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing
...
Implement vfs_full_audit.c that can log every vfs.h operation. So if you
change vfs.h, from now on you also have to change full_audit :-)
Volker
(This used to be commit 9cb9c5f7c9
)
2007-10-10 10:51:21 -05:00
Stefan Metzmacher
fcc2e1e0f1
r403: update version to 3.0.4pre1
...
metze
(This used to be commit efba85d76e
)
2007-10-10 10:51:21 -05:00
Gerald Carter
b8f32d608f
r397: BUG 1199: check logfile before writing debug output
...
(This used to be commit 52df0905cd
)
2007-10-10 10:51:21 -05:00
Gerald Carter
ce55cf1b82
r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fix
...
user/group enumeration on systems whose libc does not call setgrent()
before trying to enumerate users (i.e. FreeBSD 5.2)
(This used to be commit 8106d80972
)
2007-10-10 10:51:21 -05:00
Gerald Carter
37c838b3e2
r393: BUG 1141: patch from timur@com.bat.ru (Timur Bakeyev) for nss*.so names on FreeBSD 5.x
...
(This used to be commit 6fcb8e5a48
)
2007-10-10 10:51:21 -05:00
Tim Potter
aea1d344b2
r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since the
...
license on tdb has changed.
(This used to be commit c6a18beafe
)
2007-10-10 10:51:21 -05:00
Jelmer Vernooij
0bb304d97f
r379: Fix syntax error in example mysql table
...
(This used to be commit 2a7aaedab6
)
2007-10-10 10:51:21 -05:00
Volker Lendecke
87a9681a00
r378: Add an option extd_audit:parseable=True. This gives messages of the form
...
Apr 27 16:05:59 delphin smbd_audit[14946]: 1011|192.168.234.100|unlink|New Folder/TESTDIR.TMP
where 1011 is the user's uid, 192.168.234.100 is the client IP etc.
Volker
(This used to be commit 9a1a8e2663
)
2007-10-10 10:51:20 -05:00
Gerald Carter
43fb4632c6
r376: BUG 1288: resolve any machine netbios name (0x00) and not just servers (0x20)
...
(This used to be commit d96929b5b1
)
2007-10-10 10:51:20 -05:00
Volker Lendecke
f789481101
r370: The 'it does never happen -- error on close()' does happen when you exceed
...
your quota on an AFS file system. The specific errno was thrown away by
close_normal_file(). Thus we returned NT_STATUS_UNSUCCESSFUL and not
NT_STATUS_DISK_FULL as we should. Fix that. (Not that this gives more sane
Windows app behaviour.... :-( )
Jerry, jra, could you please look over this one, it's been quite a while since
I touch file server code.
Volker
(This used to be commit 588351d1b3
)
2007-10-10 10:51:20 -05:00
Stefan Metzmacher
f880fe51b3
r340: fix a segfault in the login_cache code...
...
metze
(This used to be commit 908d8a4125
)
2007-10-10 10:51:20 -05:00
Gerald Carter
829f10ba51
r333: other half of fix for winbindd crask from gd@suse.de
...
(This used to be commit f902d52c82
)
2007-10-10 10:51:20 -05:00
Stefan Metzmacher
6f3fe3a85a
r329: add the shadow_copy vfs module
...
I'll add documentation to the Samba-Howto-Collection
metze
(This used to be commit 2bef5d2741
)
2007-10-10 10:51:20 -05:00
Volker Lendecke
c271c86180
r319: Fix a segfault in winbind. Thanks to Guenther Deschner for his valgrind log
...
:-)
Volker
(This used to be commit 91296a6003
)
2007-10-10 10:51:18 -05:00
Volker Lendecke
0d6acfe19a
r316: Fix split_domain_name. This defaulted to get_myname() instead of
...
get_global_sam_name().
Error case: Adding a domain user to a XP local group did a lsalookupname on
the user without domain prefix, and this then failed.
Jerry: This is a must-fix before 3.0.3.
Volker
(This used to be commit f35e353454
)
2007-10-10 10:51:18 -05:00
Gerald Carter
96ace9ae88
r299: updating release notes
...
(This used to be commit bdbf6458a8
)
2007-10-10 10:51:18 -05:00
Gerald Carter
042209871c
r296: patch from j.lu -- don't force an upper case domain name in the ntlmssp code
...
(This used to be commit a2e93dda24
)
2007-10-10 10:51:17 -05:00
Gerald Carter
f7cf0aaa6f
r294: checking in volker's winbindd patches; tested on domain members (Samba and AD) as well as on a Samba DC
...
(This used to be commit 157d53782d
)
2007-10-10 10:51:17 -05:00
Gerald Carter
1f7900ebda
r293: keeping a single default smb.conf to maintain
...
(This used to be commit 8703139566
)
2007-10-10 10:51:17 -05:00
Gerald Carter
4966a7a25c
r292: removing some outdated files and directories (I love subversion!)
...
(This used to be commit 39a2ab4d3d
)
2007-10-10 10:51:17 -05:00
Gerald Carter
125efdd608
r291: adding printer and driver migration shell script from Kurt Pfeifle
...
(This used to be commit 4d806384c0
)
2007-10-10 10:51:17 -05:00
Gerald Carter
26915c7a31
r289: BUG 1246 -- fix syntax error
...
(This used to be commit d02e3c14f5
)
2007-10-10 10:51:17 -05:00
Gerald Carter
ae2e649074
r288: combination of BUG 1081 and patch from J. Klinger -- added remove_duplicate_gids() to smbd and winbindd
...
(This used to be commit 95c68103ea
)
2007-10-10 10:51:16 -05:00
Gerald Carter
335b10ef10
r283: removing --with-cracklib after discussion with abartklet @ sambaXP
...
(This used to be commit df94b0471e
)
2007-10-10 10:51:16 -05:00
Volker Lendecke
5f1d46ce74
r272: mention net rpc group delete
...
(This used to be commit 4a8339fa84
)
2007-10-10 10:51:16 -05:00
Volker Lendecke
7f00878fe6
r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group delete'.
...
Volker
(This used to be commit ec32167496
)
2007-10-10 10:51:16 -05:00
Gerald Carter
a329b70e15
r252: add backtrace to examples so people know about it (slight change from lars @suse)
...
(This used to be commit c9db3da255
)
2007-10-10 10:51:16 -05:00
Richard Sharpe
0374be5d93
r248: Add support for printing out the MAC address on nmblookup.
...
(This used to be commit bf9f02be5f
)
2007-10-10 10:51:16 -05:00
Jeremy Allison
4938095e77
r247: Fixup a couple of debug messages.
...
Jeremy.
(This used to be commit c664a277b4
)
2007-10-10 10:51:15 -05:00