Jeremy Allison
7f45836c85
Fix for stack return from "Jim McDonough" <jmcdough@hotmail.com>.
...
Jeremy.
-
Gerald Carter
ce6777d119
autogen stuff
-
Gerald Carter
fb512aee76
fixed typo
-
Gerald Carter
c71e99556b
updated Makefile to generate howto's and the FAQ
-
Gerald Carter
a8ec2901d4
added so that it is not necessary for autoconf to be locally installed
...
for CVS users
-
Gerald Carter
a6d65d7964
some updates and reorganization
-
Jeremy Allison
9d5979f51e
More converted to canonical format. Home now - do the rest tomorrow...
...
Jeremy.
-
Jeremy Allison
1d4ff7a81b
Converted more to canonical format... save as I go.,
...
Jeremy.
-
Jeremy Allison
70beabf73b
Ooops - forgot to check the rpcclient and smbcacls compile with the new
...
code :-(.
Jeremy.
-
Jeremy Allison
8171cc5642
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.
-
Jeremy Allison
14d5997dc8
Move to talloc control of SPOOL_XXX structs. Move to talloc control of
...
security descriptors and pointers. Syncup with 2.2 tree.
Jeremy.
-
Gerald Carter
2d3429cfe2
more updates and autogen
-
Jeremy Allison
9efd7a778b
Fixes from Toomas Soome <tsoome@ut.ee> code unicode problems, plus
...
a solaris quota update fix.
Jeremy.
-
Gerald Carter
c52c2fa14e
autogen
-
Gerald Carter
eda9d9ac04
another conversion
-
Jeremy Allison
86ee091b3b
Don't marshal data from a stack frame.....
...
Jeremy.
-
Jeremy Allison
d3a56c6042
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.
-
Jeremy Allison
d573700a92
Hmmm. I thought I'd added these files to CVS head.....
...
Jeremy.
-
Andrew Tridgell
1f8b8a7189
better handling of '.'
...
better verbose print
-
Andrew Tridgell
2c509c9860
remove some test code
-
Andrew Tridgell
0a55d9a17b
almost there with lanman1 wildcards. We now seem to correctly handle
...
'<', '>', '"' and '?' when combined with '.'. The '*' character is
proving troublesome.
-
Andrew Tridgell
76c8fa5cd1
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
-
Jeremy Allison
c59a5db9c2
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.
-
Jeremy Allison
94fdffb355
As prs_alloc_mem now zeros memory, remove superfluous memsets after it.
...
Jeremy.
-
Jeremy Allison
c9a6a17025
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.
-
Jeremy Allison
eb88512cff
Implementation module for netlog pipe. Can't be easily integrated into
...
HEAD right now due to passdb changes - placeholder added.
Jeremy.
-
Jeremy Allison
e14c88ddf4
Split srvsvc pipe into interface and implementation modules.
...
Jeremy.
-
Jeremy Allison
6a16b3850f
Split wks pipe into interface and implementation modules.
...
Jeremy.
-
Jeremy Allison
1cc96e0340
Separated lsa code into interface and implementation.
...
Jeremy.
-
Jeremy Allison
72e7c261e8
Added implementation file for lsa.
...
Jeremy.
-
Gerald Carter
f84d1892cf
DocBook V4.1 DTD so we are all on the same page
-
Gerald Carter
214caff101
ISO entity files needed for DocBook V4.1 DTD
-
Gerald Carter
45d406ba27
beginning on consolidating individual text files.
...
Chapter 1 contains UNIX_INSTALL.txt
-
Gerald Carter
69fff4e8a7
used in AC_INIT(). Contains global entities for DocBook files.
...
Not actually referenced yet. That'll come soon
-
Gerald Carter
aa1113c622
updates to instructions
-
Gerald Carter
46fec4253a
dependencies for individual man pages are handled now
-
Richard Sharpe
44986f397a
Fix some errors uncovered in libsmbclient by the test suite
...
Fix some problems with unused variables and reaching the end of a
nonvoid function
-
Jeremy Allison
f434cda977
Started conversion of lsa server code to canonical format (as srv_reg and
...
srv_samr have been).
Jeremy.
-
Andrew Tridgell
e7ccb9be6d
made some LANMAN1 wildcard progress
...
it now handles -M LANMAN1 -f '.x' -m '?x' nicely
-
Andrew Tridgell
2a94e8e02d
updated prototypes
-
Andrew Tridgell
85ce14f36d
made some progress in masktest
...
it now handles the server renaming files on create
-
Andrew Tridgell
339bcfd05d
fixed a bug in non-terminated unicode strings with clistr_pull()
-
Andrew Tridgell
a5407366b7
add cli_list_new() for forced new protocol listing
-
Andrew Tridgell
06d158d5e9
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
-
Andrew Tridgell
735f29319b
use cli_list_old() when negotiating the older protocols
-
Andrew Tridgell
5b17284265
neater negprot code using the new cli_setup_bcc() call
-
Andrew Tridgell
69c13434f6
the -m option to the client is back
-
Jeremy Allison
b857113f40
Separated reg code into interface & implementation.
...
libsmb/namequery.c: Removed ununsed variables.
Jeremy.
-
Jeremy Allison
f0d11b6997
rpc_client/cli_netlogon.c: Fixed incorrect printf.
...
Added Solaris ACL support.
Jeremy.
-
Jeremy Allison
bda1d6d4a4
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.
-