1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

4968 Commits

Author SHA1 Message Date
Jeremy Allison
bd228fb059 Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.
Jeremy.
(This used to be commit 7f45836c85)
2001-02-28 20:35:08 +00:00
Gerald Carter
8f873d5676 autogen stuff
(This used to be commit ce6777d119)
2001-02-28 18:36:45 +00:00
Gerald Carter
a5f2332065 fixed typo
(This used to be commit fb512aee76)
2001-02-28 18:36:11 +00:00
Gerald Carter
276ea81fd3 updated Makefile to generate howto's and the FAQ
(This used to be commit c71e99556b)
2001-02-28 18:35:51 +00:00
Gerald Carter
01c1f62d67 added so that it is not necessary for autoconf to be locally installed
for CVS users
(This used to be commit a8ec2901d4)
2001-02-28 14:45:29 +00:00
Gerald Carter
f5b17b7519 some updates and reorganization
(This used to be commit a6d65d7964)
2001-02-28 14:44:31 +00:00
Jeremy Allison
acc06fc7a8 More converted to canonical format. Home now - do the rest tomorrow...
Jeremy.
(This used to be commit 9d5979f51e)
2001-02-28 02:38:09 +00:00
Jeremy Allison
2a258f7a64 Converted more to canonical format... save as I go.,
Jeremy.
(This used to be commit 1d4ff7a81b)
2001-02-28 02:03:02 +00:00
Jeremy Allison
6ed9b52862 Ooops - forgot to check the rpcclient and smbcacls compile with the new
code :-(.
Jeremy.
(This used to be commit 70beabf73b)
2001-02-28 01:38:12 +00:00
Jeremy Allison
403562cb94 Partial conversion of SPOOLSS code to canonical format. More to follow.
Once complete then the PRINTER_XX functions and structures will be converted
to talloc control.
Jeremy.
(This used to be commit 8171cc5642)
2001-02-28 01:24:55 +00:00
Jeremy Allison
0f2799aaf1 Move to talloc control of SPOOL_XXX structs. Move to talloc control of
security descriptors and pointers. Syncup with 2.2 tree.
Jeremy.
(This used to be commit 14d5997dc8)
2001-02-28 00:51:02 +00:00
Gerald Carter
545649a05f more updates and autogen
(This used to be commit 2d3429cfe2)
2001-02-27 22:09:24 +00:00
Jeremy Allison
8e99021e65 Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus
a solaris quota update fix.
Jeremy.
(This used to be commit 9efd7a778b)
2001-02-27 21:46:01 +00:00
Gerald Carter
6ee504d0fc autogen
(This used to be commit c52c2fa14e)
2001-02-27 21:03:02 +00:00
Gerald Carter
750a37026b another conversion
(This used to be commit eda9d9ac04)
2001-02-27 21:02:37 +00:00
Jeremy Allison
20b8d6b025 Don't marshal data from a stack frame.....
Jeremy.
(This used to be commit 86ee091b3b)
2001-02-27 20:17:32 +00:00
Jeremy Allison
5265ce7837 Added total memory allocated counter to talloc, so we can tell if a talloc
pool is getting bloated. Also added a talloc_zero function to return zeroed memory.
Added debug in rpc_server/srv_pipe_hnd.c so we know when a talloc pool is being
freed. Syncup with srv_pipe_hnd.c from 2.2 so we are freeing memory at the same time.
Jeremy.
(This used to be commit d3a56c6042)
2001-02-27 19:22:02 +00:00
Jeremy Allison
dbc5cace14 Hmmm. I thought I'd added these files to CVS head.....
Jeremy.
(This used to be commit d573700a92)
2001-02-27 18:22:39 +00:00
Andrew Tridgell
1d67fe4dbe better handling of '.'
better verbose print
(This used to be commit 1f8b8a7189)
2001-02-27 12:04:49 +00:00
Andrew Tridgell
acaf04b7cc remove some test code
(This used to be commit 2c509c9860)
2001-02-27 06:13:32 +00:00
Andrew Tridgell
dccf44d752 almost there with lanman1 wildcards. We now seem to correctly handle
'<', '>', '"' and '?' when combined with '.'. The '*' character is
proving troublesome.
(This used to be commit 0a55d9a17b)
2001-02-27 06:11:59 +00:00
Andrew Tridgell
54f5661b43 I have now found that despite initial appearences the lanman1 wildcard
algorithm does *not* match separately on base and extension.

I also added a -v option to masktest for verbose output
(This used to be commit 76c8fa5cd1)
2001-02-27 04:18:12 +00:00
Jeremy Allison
61b28a3aba Added patch from Urban Widmark <urban@teststation.com> modified by me to
enable large file support on Linux if glibc >= 2.2 and kernel >= 2.4.
Jeremy.
(This used to be commit c59a5db9c2)
2001-02-27 03:37:29 +00:00
Jeremy Allison
538fbb7ad0 As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
Jeremy.
(This used to be commit 94fdffb355)
2001-02-27 02:18:37 +00:00
Jeremy Allison
ef2de912f2 Separated dfs pipe into implementation and interface modules.
rpc_parse/parse_dfs.c: Had to add buffer overrun checking ! HOW DID THIS GET IN HERE !
rpc_parse/parse_prs.c: Ensure prs_alloc_mem does a memset of zero before returning.
Jeremy.
(This used to be commit c9a6a17025)
2001-02-27 02:09:50 +00:00
Jeremy Allison
d4a28325f1 Implementation module for netlog pipe. Can't be easily integrated into
HEAD right now due to passdb changes - placeholder added.
Jeremy.
(This used to be commit eb88512cff)
2001-02-27 00:32:11 +00:00
Jeremy Allison
de187df10c Split srvsvc pipe into interface and implementation modules.
Jeremy.
(This used to be commit e14c88ddf4)
2001-02-26 22:05:41 +00:00
Jeremy Allison
95731132dc Split wks pipe into interface and implementation modules.
Jeremy.
(This used to be commit 6a16b3850f)
2001-02-26 20:06:25 +00:00
Jeremy Allison
d757d61abf Separated lsa code into interface and implementation.
Jeremy.
(This used to be commit 1cc96e0340)
2001-02-26 19:45:00 +00:00
Jeremy Allison
e1951d75fc Added implementation file for lsa.
Jeremy.
(This used to be commit 72e7c261e8)
2001-02-26 19:31:07 +00:00
Gerald Carter
3a3393fc25 DocBook V4.1 DTD so we are all on the same page
(This used to be commit f84d1892cf)
2001-02-26 13:35:48 +00:00
Gerald Carter
1f7dd2c296 ISO entity files needed for DocBook V4.1 DTD
(This used to be commit 214caff101)
2001-02-26 13:34:10 +00:00
Gerald Carter
1c523188a5 beginning on consolidating individual text files.
Chapter 1 contains UNIX_INSTALL.txt
(This used to be commit 45d406ba27)
2001-02-26 13:32:51 +00:00
Gerald Carter
46b5e6bdae used in AC_INIT(). Contains global entities for DocBook files.
Not actually referenced yet.  That'll come soon
(This used to be commit 69fff4e8a7)
2001-02-26 13:31:35 +00:00
Gerald Carter
d387f90a6f updates to instructions
(This used to be commit aa1113c622)
2001-02-26 13:30:32 +00:00
Gerald Carter
7e02895dcf dependencies for individual man pages are handled now
(This used to be commit 46fec4253a)
2001-02-26 13:30:14 +00:00
Richard Sharpe
00e4feec00 Fix some errors uncovered in libsmbclient by the test suite
Fix some problems with unused variables and reaching the end of a
  nonvoid function
(This used to be commit 44986f397a)
2001-02-26 11:53:22 +00:00
Jeremy Allison
683ccef0bd Started conversion of lsa server code to canonical format (as srv_reg and
srv_samr have been).
Jeremy.
(This used to be commit f434cda977)
2001-02-26 08:10:51 +00:00
Andrew Tridgell
0d54de536c made some LANMAN1 wildcard progress
it now handles -M LANMAN1 -f '.x' -m '?x' nicely
(This used to be commit e7ccb9be6d)
2001-02-26 06:53:42 +00:00
Andrew Tridgell
8cfc745339 updated prototypes
(This used to be commit 2a94e8e02d)
2001-02-26 05:14:57 +00:00
Andrew Tridgell
571a04613b made some progress in masktest
it now handles the server renaming files on create
(This used to be commit 85ce14f36d)
2001-02-26 05:13:19 +00:00
Andrew Tridgell
d33b294b9a fixed a bug in non-terminated unicode strings with clistr_pull()
(This used to be commit 339bcfd05d)
2001-02-26 05:11:06 +00:00
Andrew Tridgell
f9405ab8f9 add cli_list_new() for forced new protocol listing
(This used to be commit a5407366b7)
2001-02-26 05:10:44 +00:00
Andrew Tridgell
f7602aaaa6 a snapshot of my attempts to get wildcard matching right for LANMAN1
clients. This is not complete and not correct - expect some more work
on this soon
(This used to be commit 06d158d5e9)
2001-02-25 23:47:27 +00:00
Andrew Tridgell
96e791eb11 use cli_list_old() when negotiating the older protocols
(This used to be commit 735f29319b)
2001-02-25 23:46:28 +00:00
Andrew Tridgell
57467a9f60 neater negprot code using the new cli_setup_bcc() call
(This used to be commit 5b17284265)
2001-02-25 23:46:02 +00:00
Andrew Tridgell
4d6e45e41b the -m option to the client is back
(This used to be commit 69c13434f6)
2001-02-25 23:45:06 +00:00
Jeremy Allison
1c8eb37534 Separated reg code into interface & implementation.
libsmb/namequery.c: Removed ununsed variables.
Jeremy.
(This used to be commit b857113f40)
2001-02-25 02:14:49 +00:00
Jeremy Allison
f93bb0801c rpc_client/cli_netlogon.c: Fixed incorrect printf.
Added Solaris ACL support.
Jeremy.
(This used to be commit f0d11b6997)
2001-02-25 00:24:54 +00:00
Jeremy Allison
3699948e97 This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy :-).
Probably Veritas too... :-).
It allows Samba as a domain member to authenticate against an AS/U server such
as the older HP PDC product or PD Netlink. It does this by trying a netlogon
with info level 3 and then falling back to info level 2 if the PDC returns
invalid info level.
Jeremy.
(This used to be commit bda1d6d4a4)
2001-02-24 00:42:41 +00:00