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

11025 Commits

Author SHA1 Message Date
Shirish Kalele
8701eb8db2 Add msdfs proxy functionality; a CIFS share can directly be a stand-in for
another share, and when clients connect to the first share, they will be
redirected to the proxied share.
(This used to be commit 514f548b18)
2002-12-27 20:08:35 +00:00
Jelmer Vernooij
ec07c8aed9 Update link
(This used to be commit 03d8d0285e)
2002-12-24 02:04:09 +00:00
Jelmer Vernooij
4a270d477a Put in actual status
(This used to be commit 36722b02b0)
2002-12-24 02:01:35 +00:00
Jelmer Vernooij
dab0251509 sync
(This used to be commit 28d0601630)
2002-12-24 01:56:03 +00:00
Jelmer Vernooij
d49474fa41 Add note about storing mysql passwords in smb.conf
(This used to be commit a2de27a684)
2002-12-24 01:41:10 +00:00
Jeremy Allison
98ac4503ac Finish adding strings to all talloc_init() calls.
Jeremy.
(This used to be commit aa8439a49e)
2002-12-23 23:54:10 +00:00
Jeremy Allison
0fdf60f051 Finish adding strings to all talloc_init() calls.
Jeremy.
(This used to be commit 784d15761c)
2002-12-23 23:53:56 +00:00
Andrew Tridgell
54af5d0f25 the 'padding' field in the query domain info reply is not a padding
field at all. It seems to be an optional 12 byte structure of some
kind. mkaplan found a situation where the structure was not present at
all (depending on ptr_0)
(This used to be commit d7f18c60f7)
2002-12-23 20:22:20 +00:00
Jeremy Allison
fa997c54eb talloc_init_named -> talloc_init.
Jeremy.
(This used to be commit 35d00bacdc)
2002-12-22 16:03:28 +00:00
Jeremy Allison
b95b82b798 talloc_init_named -> talloc_init.
Jeremy.
(This used to be commit 20a44d4cf1)
2002-12-22 16:02:36 +00:00
Jeremy Allison
7f23546730 Forward port the change to talloc_init() to make all talloc contexts
named. Ensure we can query them.
Jeremy.
(This used to be commit 842e08e52a)
2002-12-20 20:23:06 +00:00
Jeremy Allison
ef8bd7c4f7 Forward port the change to talloc_init() to make all talloc contexts
named. Ensure we can query them.
Jeremy.
(This used to be commit 09a218a9f6)
2002-12-20 20:21:31 +00:00
Tim Potter
8c93138982 Merge removal of unpopular winbind client environment variable.
(This used to be commit 0637f582fe)
2002-12-20 01:37:39 +00:00
Tim Potter
45030bcbca Formatting syncup.
(This used to be commit 4277262c74)
2002-12-20 01:36:57 +00:00
Tim Potter
8e5c9b0431 Merge from HEAD:
>Fix fnum leak under error condition in cacl_dump.
(This used to be commit cd11f10e84)
2002-12-20 01:35:21 +00:00
Tim Potter
d4f08a4802 Merge of some kind of bugfix from idra.
(This used to be commit 0f556b1c02)
2002-12-20 01:34:06 +00:00
Tim Potter
53a87ee8eb Merge from HEAD:
>fix rpcclient querygroup command (from 2.2 and head)
(This used to be commit 77b403434f)
2002-12-20 01:31:13 +00:00
Tim Potter
4ae77aa17c Whitespace syncup.
(This used to be commit 7a4a2cb8e8)
2002-12-20 01:29:08 +00:00
Tim Potter
48461eb42a Merge of comment about apparent spoolss_io_user_info weirdness.
(This used to be commit 872c152d35)
2002-12-20 01:27:22 +00:00
Tim Potter
f1fc17ea37 Merge from HEAD.
- null termination of winbind request fix
 - bail out if we can't open winbind socket
(This used to be commit 102e490d68)
2002-12-20 01:25:27 +00:00
Tim Potter
71647364a0 Merge from HEAD. lp_winbind_separator() is now a const string.
(This used to be commit 1f2622f5cc)
2002-12-20 01:23:58 +00:00
Tim Potter
4413a3cfea Merge some more FUNCTION_MACRO stuff.
(This used to be commit adb34ee5b1)
2002-12-20 01:22:57 +00:00
Tim Potter
5a346d6cb0 Merge from HEAD:
>CR1333: Fix memory leak when unpacking some structures.
>
>* (pytdbunpack_item): PyList_Append creates an additional reference to
>  the appended object.  Therefore, release the initial reference after
>  it's added to the list.
(This used to be commit 36091157b2)
2002-12-20 01:19:04 +00:00
Tim Potter
1e9428658c Ignore python compiled files.
(This used to be commit 4262a25a0d)
2002-12-20 01:16:07 +00:00
Tim Potter
45a6532727 Fixed bug in debug statement when tconX fails.
(This used to be commit a2159610b9)
2002-12-20 01:07:09 +00:00
Jeremy Allison
574c676c94 Protect nmbd against malformed reply packets. Some reports on the lists showing
these.
Jeremy.
(This used to be commit 65d5bf65c4)
2002-12-19 22:14:53 +00:00
Jeremy Allison
6d6ee3b227 Protect nmbd against malformed reply packets. Some reports on the lists showing
these.
Jeremy.
(This used to be commit 4bc49cc943)
2002-12-19 22:14:40 +00:00
Herb Lewis
41969738a4 merge from 2.2 fix for smbclient large files
(This used to be commit 17f685fdbf)
2002-12-19 20:26:44 +00:00
Herb Lewis
c52a34693d merge from 2.2 fix for smbclient large files
(This used to be commit 723c4caf64)
2002-12-19 20:23:45 +00:00
Herb Lewis
d81a04b410 merge from 2.2
actually print args for %g and %e
(This used to be commit 077c515ee9)
2002-12-19 19:57:37 +00:00
Herb Lewis
c26dd35c76 merge from 2.2
actually print args for %g and %e
(This used to be commit 47a0ba53fd)
2002-12-19 19:56:31 +00:00
John Terpstra
8191e7aa15 Updated from Samba-2.2.7 code tree.
(This used to be commit 3163213081)
2002-12-18 21:19:24 +00:00
John Terpstra
aa3e8c598e Applied typoe fix from SuSE.
(This used to be commit f40fc6fcdf)
2002-12-18 20:21:31 +00:00
John Terpstra
cdfbb81aae Fixed typo.
(This used to be commit b5de5fc92c)
2002-12-18 17:02:36 +00:00
Gerald Carter
98b19b0e5e app_head merge for get_friendly_nt_err()
(This used to be commit 5b31125025)
2002-12-17 22:55:49 +00:00
Gerald Carter
846b50cd41 app_head merge for get_friendly_nt_err()
(This used to be commit 3ceff08eb7)
2002-12-17 22:53:56 +00:00
Herb Lewis
2134817842 fix make proto to work with SGI smake
(This used to be commit 773e5af6eb)
2002-12-17 21:45:50 +00:00
Herb Lewis
9eb8d07312 fix make proto to work with SGI smake
(This used to be commit 24dfb8c745)
2002-12-17 21:45:09 +00:00
Gerald Carter
1c318819cc * fix memory leak when constructing an driver_level_6 structure
and no dependent files (working on smbd memory leak).  No CR# yet.
(This used to be commit 416fd947da)
2002-12-17 21:36:31 +00:00
Gerald Carter
b1cfbb0f69 * fix memory leak when constructing an driver_level_6 structure
and no dependent files (working on smbd memory leak).  No CR# yet.
(This used to be commit f017fa7c47)
2002-12-17 21:35:56 +00:00
John Terpstra
81c720cc69 Added Registry update to remove roaming profiles from local machine cache.
NOTE: This works with NT4, Win2K, WinXP.
(This used to be commit 145213ab38)
2002-12-17 20:26:06 +00:00
Richard Sharpe
a3460ac9ba Start adding code to allow the in memory version of the registry tree
structure to be manipulated. Keys can be partially deleted now.
(This used to be commit 9181ba0c68)
2002-12-17 07:45:14 +00:00
Simo Sorce
1a37c02890 it's getting comic ...
yet another missing piece :-O
(This used to be commit eb595efa7e)
2002-12-17 01:38:48 +00:00
Simo Sorce
a628d7d54d Uhmm a bad day to commit changes :-((
(This used to be commit 5320d54b90)
2002-12-16 23:40:15 +00:00
Herb Lewis
e76f1ffa7e merge smbtar fix from 2.2
(This used to be commit 41188337c3)
2002-12-16 21:32:32 +00:00
Herb Lewis
96978d397a merge smbtar fixes from 2.2
(This used to be commit f3b994326e)
2002-12-16 21:30:20 +00:00
Simo Sorce
b242cfe6b3 oh god, I will forgot my name one of these days :-/
(This used to be commit 0b2591cc40)
2002-12-16 21:22:09 +00:00
Simo Sorce
928b534961 forgont genstruct.pl is needed to build new include files for genparse
sorry
(This used to be commit 4029dae906)
2002-12-16 17:51:40 +00:00
Jim McDonough
b02fa217c2 Add win32 utility to query driver capabilities to publish
(This used to be commit aebed4bf8a)
2002-12-16 17:26:49 +00:00
cvs2svn Import User
999c30958a This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 953ae9d182) 2002-12-16 17:26:02 +00:00