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

4603 Commits

Author SHA1 Message Date
Stefan Metzmacher
87fa5c4fb5 r7185: fix formatting
metze
(This used to be commit 87a3162190)
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
d3dd8a4307 r7184: remove unused ndr_pull/push_struct_start/end() functions
metze
(This used to be commit 95d3286a32)
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
6dd757005a r7183: add some forward declarations ...
metze
(This used to be commit e9f30ad698)
2007-10-10 13:17:24 -05:00
Stefan Metzmacher
8618c6a906 r7182: remove current support for RELATIVE_CURRENT, this will be replaced with a better aproach later
metze
(This used to be commit 9a4e9f68fb)
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
4536f0ef91 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
(This used to be commit 539fe32ced)
2007-10-10 13:17:23 -05:00
Jeremy Allison
2825b0cddf r7180: Missed fixing the shutdown for 1 process...
Jeremy.
(This used to be commit 997e1405cb)
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
b60ea95547 r7179: remove compiler warnings
metze
(This used to be commit 0e1b1c3937)
2007-10-10 13:17:23 -05:00
Jeremy Allison
cbf0a4c362 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.
(This used to be commit fba9462591)
2007-10-10 13:17:23 -05:00
Stefan Metzmacher
b035f34168 r7177: fill in REMOTE_ADDR correctly
metze
(This used to be commit aab9b953da)
2007-10-10 13:17:22 -05:00
Deryck Hodge
2db5c6b1f8 r7171: Just learning my way around the new SWAT, and updating some
docs/specs in the menu...

Linking to XHTML specs since we're sending the pages as XHTML.
Also, added a link to CSS specs to go along with the CSS quick
reference card.
(This used to be commit 95337ad27b)
2007-10-10 13:17:22 -05:00
Stefan Metzmacher
c791da9a51 r7167: fix the build
metze
(This used to be commit 978f49ced5)
2007-10-10 13:17:22 -05:00
Jelmer Vernooij
e4a505192d r7166: Move replacement stuff to seperate directory
(easier to add win32-specific bits later)
Trim LIBBASIC a bit more
(This used to be commit fc7f519e4a)
2007-10-10 13:17:22 -05:00
Jelmer Vernooij
b2b886e38b r7165: Fix pidl tests
(This used to be commit 3c6e9d0bd0)
2007-10-10 13:17:22 -05:00
Andrew Tridgell
c4d0fdbf93 r7163: a 2nd test commit to trigger anon update with new svn fsfs backend
(This used to be commit 02bfd2e51b)
2007-10-10 13:17:22 -05:00
Andrew Tridgell
73cc5bd645 r7162: a test commit to trigger anon update with new svn fsfs backend
(This used to be commit d661591c97)
2007-10-10 13:17:22 -05:00
Jelmer Vernooij
8474f37dc1 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)
(This used to be commit 6731e0a654)
2007-10-10 13:17:21 -05:00
Jelmer Vernooij
cc89874f52 r7160: Initial work on an esp function wrapper generator
(This used to be commit aaf097ec10)
2007-10-10 13:17:21 -05:00
Jelmer Vernooij
03c2d642a6 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.
(This used to be commit b264c61061)
2007-10-10 13:17:21 -05:00
Tim Potter
5ec5e7aa29 r7138: Doh - fix some typos.
(This used to be commit 20e1ed965a)
2007-10-10 13:17:21 -05:00
Tim Potter
b4540e5399 r7137: Add a couple more dummy idl files for the DNS server and Windows
Terminal Server remote management.
(This used to be commit 6838607893)
2007-10-10 13:17:21 -05:00
Andrew Tridgell
d9c199a9f8 r7136: fixed a typo
(This used to be commit d0374ffc87)
2007-10-10 13:17:21 -05:00
Andrew Tridgell
a05bd5e9d6 r7135: make typeof() complient with ECMA 11.4.3
(This used to be commit 29ab4cc6cb)
2007-10-10 13:17:21 -05:00
Andrew Tridgell
ee21d32b25 r7134: a number of small changes to make the pages HTML compliant. The
builtin web validator in firefox sure is useful!
(This used to be commit aa43111aa5)
2007-10-10 13:17:20 -05:00
Derrell Lipman
913c19cd5b r7133: work in progress, including a HIGHLY revised and simplified schema
(This used to be commit aa9bb6ad4c)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
580b5bb8ef r7132: - start a convention of making object constructors end in Obj, so we
now have FormObj(). This follows the style in the ejs manual

- make a new MenuObj object type, with a display_menu() to display
  it. This will make it easier to make different types of
  menus. Currently only veritical simple menus are supported.
(This used to be commit ac978d4124)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
b8b680f3aa r7131: support sub-object arrays when displaying objects. This allows the ldb test to
correctly display multi-value attributes like objectClass
(This used to be commit 134f42655e)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
a8efb670df r7128: added recursion to bugs list
(This used to be commit 645e645a4e)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
999d0eb6e8 r7127: allow for recursive ejs functions
(This used to be commit 567bb9568c)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
509e57995c r7125: demonstrate some bugs in ejs
(This used to be commit 46adb4a065)
2007-10-10 13:17:20 -05:00
Andrew Tridgell
5c1a3defc6 r7124: fixed a bug in array construction (see ECMA standard section 15.4.2.2)
(This used to be commit f9f1d85e65)
2007-10-10 13:17:19 -05:00
Jelmer Vernooij
6bdb915e27 r7122: Some cleanups, simplification of the code.
(This used to be commit 277f26edac)
2007-10-10 13:17:19 -05:00
Jelmer Vernooij
fe5510e453 r7121: More subcontext fixes. A subcontext does not always imply internally deferred
data, though it might.
(This used to be commit cf522ba372)
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
62480f1252 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
(This used to be commit 155d18e8b7)
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
46e5fda0ad 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
(This used to be commit 8a16aa6401)
2007-10-10 13:17:19 -05:00
Stefan Metzmacher
d089ecb5b6 r7118: allways pull scalars and buffers when pulling the subcontext context
(this, is not the full fix, still doesn't work :-( )

metze
(This used to be commit 9a858b5614)
2007-10-10 13:17:19 -05:00
Jelmer Vernooij
c5981f6db0 r7117: Move more manpages to the source repository
(This used to be commit b00355bf0c)
2007-10-10 13:17:18 -05:00
Derrell Lipman
a3972de894 r7116: work in progress
(This used to be commit c860a4f994)
2007-10-10 13:17:18 -05:00
Stefan Metzmacher
7d82d86660 r7115: specify what properties can be used on what objects...
metze
(This used to be commit 2287ed4afa)
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
1863240bbc r7114: Convert ldb documentation to DocBook/XML
(This used to be commit 470c6185fb)
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
dde05bc787 r7113: Move manpages from docs repository to source repository
(This used to be commit f16d346032)
2007-10-10 13:17:18 -05:00
Stefan Metzmacher
a7e6b41873 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
(This used to be commit 5531eb852c)
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
41d7c0c1e3 r7111: Patch from Alan DeKok for correct use of the needed variables in Decl*
(This used to be commit 1e9beae533)
2007-10-10 13:17:18 -05:00
Jelmer Vernooij
aa2580cab2 r7110: Remove invalid use of id()
(This used to be commit 9fe7e0f770)
2007-10-10 13:17:17 -05:00
Jelmer Vernooij
022b973a2a r7109: Change noid() to noopnum() so it isn't confusing to people familiar with id()
(This used to be commit 7721fc7274)
2007-10-10 13:17:17 -05:00
Andrew Tridgell
a0986dd424 r7108: display a session expired message
(This used to be commit 3f87d53d66)
2007-10-10 13:17:17 -05:00
Andrew Tridgell
43bc09e2aa r7107: detect when a users session has expired and set request['SESSION_EXPIRED']
(This used to be commit 0c2e42986c)
2007-10-10 13:17:17 -05:00
Andrew Tridgell
419598e1d1 r7106: the web interface now works completely with or without cookies. If you have cookies
they will be used, otherwise you will see URLs with ?SwatSessionId=XXX on the end.
(This used to be commit 104d47a745)
2007-10-10 13:17:17 -05:00
Andrew Tridgell
0d00eba376 r7105: fixed a typo
(This used to be commit 790f861538)
2007-10-10 13:17:17 -05:00
Andrew Tridgell
5aaaa7ef0e r7104: add support into the web server for session[] variables without cookies by using
query strings
(This used to be commit 6ca3e3af89)
2007-10-10 13:17:17 -05:00
Stefan Metzmacher
9a4c00db07 r7103: fix make installswat again:-)
metze
(This used to be commit 46e3f57f0e)
2007-10-10 13:17:16 -05:00