1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00
Commit Graph

4528 Commits

Author SHA1 Message Date
Andrew Tridgell
35ef6e3b15 r7205: added support for sendto() on unix domain sockets 2007-10-10 13:17:26 -05:00
Andrew Bartlett
06b1416c31 r7204: Also fall back to different password set methods on WRITE_FAULT, as
NT4 apparently returns this.

Andrew Bartlett
2007-10-10 13:17:26 -05:00
Andrew Bartlett
27257170f4 r7203: Fill in the error message and fail if we can't open the secrets database.
Andrew Bartlett
2007-10-10 13:17:25 -05:00
Jelmer Vernooij
c04fca198a r7198: Add IDL for browse service 2007-10-10 13:17:25 -05:00
Stefan Metzmacher
da319b7bc3 r7196: fix typo, that makes the spoolss test working with [validate]
([validate,bigendian] is still failing badly...)

metze
2007-10-10 13:17:25 -05:00
Jelmer Vernooij
837c83d77a r7195: - Fix echo pipe
- Don't allocate strings
- Give higher preference to the [out] part of variables when they
  are being used by another [out] variable. Also make sure that
  [in] variables never use [out] variables (i.e. switch_is() on an
  [in] variable can no longer use an [out] variable).
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
d2eb1a6844 r7194: fix pulling of the NDR_IN data, [validate] works for the NDR_IN side now...
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
58a214d98f r7193: add some bail out checks and fix pushing of relative pointers
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
870ed3a2b5 r7188: make use of the new relative_base property for the spoolss_Enum* functions
metze
2007-10-10 13:17:25 -05:00
Stefan Metzmacher
b9e50a47f1 r7187: fix alignment of unions
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
c0dd18326c r7186: add [relative_base] property, which is allowed on typedef's
(maybe we could add them to elements latter...)

with this property all relative pointers from inside the struct or union
are relative to the struct/union start

metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
87a3162190 r7185: fix formatting
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
95d3286a32 r7184: remove unused ndr_pull/push_struct_start/end() functions
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
e9f30ad698 r7183: add some forward declarations ...
metze
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
9a4e9f68fb r7182: remove current support for RELATIVE_CURRENT, this will be replaced with a better aproach later
metze
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
539fe32ced r7181: add functions to calculate the buffer size needed for array buffer in the spoolss_Enum* functions
they will be later used in the spoolss server code

metze
2007-10-10 13:17:23 -05:00
Jeremy Allison
997e1405cb r7180: Missed fixing the shutdown for 1 process...
Jeremy.
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
0e1b1c3937 r7179: remove compiler warnings
metze
2007-10-10 13:17:23 -05:00
Jeremy Allison
fba9462591 r7178: If we're using one process in NETBENCH simultion only open one
connection to the server. Makes valgrind/cachegrind on the server
easier.
Jeremy.
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
aab9b953da r7177: fill in REMOTE_ADDR correctly
metze
2007-10-10 13:17:22 -05:00
Stefan Metzmacher
978f49ced5 r7167: fix the build
metze
2007-10-10 13:17:22 -05:00
Jelmer Vernooij
fc7f519e4a r7166: Move replacement stuff to seperate directory
(easier to add win32-specific bits later)
Trim LIBBASIC a bit more
2007-10-10 13:17:22 -05:00
Jelmer Vernooij
3c6e9d0bd0 r7165: Fix pidl tests 2007-10-10 13:17:22 -05:00
Jelmer Vernooij
6731e0a654 r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.
- Define __PIDL__ when preprocessing IDL files.
- Remove a couple of useless defines from rpcecho.idl
rpcecho.idl now works in both pidl and midl
(althought pidl is a bit pedantic and gives two warnings)
2007-10-10 13:17:21 -05:00
Jelmer Vernooij
aaf097ec10 r7160: Initial work on an esp function wrapper generator 2007-10-10 13:17:21 -05:00
Jelmer Vernooij
b264c61061 r7159: Improve the messages from pidl's validator module.
Change the IDL file for the echo interface to match the one we use for
Windows. The only thing different between the two files currently is the
names of the scalar types and the handling of strings.
2007-10-10 13:17:21 -05:00
Tim Potter
20e1ed965a r7138: Doh - fix some typos. 2007-10-10 13:17:21 -05:00
Tim Potter
6838607893 r7137: Add a couple more dummy idl files for the DNS server and Windows
Terminal Server remote management.
2007-10-10 13:17:21 -05:00
Andrew Tridgell
29ab4cc6cb r7135: make typeof() complient with ECMA 11.4.3 2007-10-10 13:17:21 -05:00
Derrell Lipman
aa9bb6ad4c r7133: work in progress, including a HIGHLY revised and simplified schema 2007-10-10 13:17:20 -05:00
Andrew Tridgell
567bb9568c r7127: allow for recursive ejs functions 2007-10-10 13:17:20 -05:00
Andrew Tridgell
f9f1d85e65 r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2) 2007-10-10 13:17:19 -05:00
Jelmer Vernooij
277f26edac r7122: Some cleanups, simplification of the code. 2007-10-10 13:17:19 -05:00
Jelmer Vernooij
cf522ba372 r7121: More subcontext fixes. A subcontext does not always imply internally deferred
data, though it might.
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
155d18e8b7 r7120: make use of the new 'noopnum' property and get rid of handwritten
parsing code for the spoolss_Enum* functions, there still same handwritten code needed
but just to stack the autogenerated code into the correct way

metze
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
8a16aa6401 r7119: the content of a subcontext can contain deferred data,
but for the caller a subcontext is like a scalar...
the first point is more important and is fixed with this commit,
however it would be nice if we could make them look like scalars to the callers later

metze
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
9a858b5614 r7118: allways pull scalars and buffers when pulling the subcontext context
(this, is not the full fix, still doesn't work :-( )

metze
2007-10-10 13:17:19 -05:00
Jelmer Vernooij
b00355bf0c r7117: Move more manpages to the source repository 2007-10-10 13:17:18 -05:00
Derrell Lipman
c860a4f994 r7116: work in progress 2007-10-10 13:17:18 -05:00
Stefan Metzmacher
2287ed4afa r7115: specify what properties can be used on what objects...
metze
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
470c6185fb r7114: Convert ldb documentation to DocBook/XML 2007-10-10 13:17:18 -05:00
Jelmer Vernooij
f16d346032 r7113: Move manpages from docs repository to source repository 2007-10-10 13:17:18 -05:00
Stefan Metzmacher
5531eb852c r7112: add RPC-SPOOLSS test to the w2k3 tests, only with ncacn_np for now
(I also noticed that RPC-SAMR and some other tests are faling against my w2k3 box...)

metze
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
1e9beae533 r7111: Patch from Alan DeKok for correct use of the needed variables in Decl* 2007-10-10 13:17:18 -05:00
Jelmer Vernooij
9fe7e0f770 r7110: Remove invalid use of id() 2007-10-10 13:17:17 -05:00
Jelmer Vernooij
7721fc7274 r7109: Change noid() to noopnum() so it isn't confusing to people familiar with id() 2007-10-10 13:17:17 -05:00
Andrew Tridgell
0c2e42986c r7107: detect when a users session has expired and set request['SESSION_EXPIRED'] 2007-10-10 13:17:17 -05:00
Andrew Tridgell
6ca3e3af89 r7104: add support into the web server for session[] variables without cookies by using
query strings
2007-10-10 13:17:17 -05:00
Stefan Metzmacher
46e3f57f0e r7103: fix make installswat again:-)
metze
2007-10-10 13:17:16 -05:00
Stefan Metzmacher
81c878b7b2 r7102: fix subcontext(0)
metze
2007-10-10 13:17:16 -05:00