Stefan Metzmacher
c403dd11fb
r19188: merge from samba3:
...
fix compiler warnings
metze
(This used to be commit dc139d8715
)
2007-10-10 14:20:51 -05:00
Stefan Metzmacher
d6e1eb9872
r19187: this function should be static...
...
(this also fix compiler warnings)
metze
(This used to be commit f8afdac471
)
2007-10-10 14:20:51 -05:00
Stefan Metzmacher
fd2e67dadf
r19186: that doesn't help...
...
metze
(This used to be commit 59c6d51ab3
)
2007-10-10 14:20:50 -05:00
Stefan Metzmacher
4c1d2f1011
r19180: with "export MAKE_TEST_KEEP_PCAP=yes" make test
...
doesn't delete the generated pcap files
metze
(This used to be commit e89ae157e8
)
2007-10-10 14:20:50 -05:00
Stefan Metzmacher
e770df4c87
r19178: fix the standalone build of socket_wrapper by not using
...
samba's DLIST_ macros
metze
(This used to be commit 82abc39b55
)
2007-10-10 14:20:50 -05:00
Love Hörnquist Åstrand
9058263a6b
r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.
...
(This used to be commit fe621c1ab2
)
2007-10-10 14:20:50 -05:00
Love Hörnquist Åstrand
5b34e585fc
r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.
...
(This used to be commit 8c2585f0cf
)
2007-10-10 14:20:49 -05:00
Rafal Szczesniak
ae908a5b06
r19174: fix the test to pass against win2k3 server (username length
...
limit had been hit here, I guess).
rafal
(This used to be commit 795a37e170
)
2007-10-10 14:20:49 -05:00
Stefan Metzmacher
2e059dec54
r19173: see if HPUX 11.23 needs the same workaround as 11.11
...
metze
(This used to be commit 896326d508
)
2007-10-10 14:20:49 -05:00
Stefan Metzmacher
a3a619a364
r19171: change the socket wrapper license to
...
what heimdal uses...
metze
(This used to be commit 9f8809a16e
)
2007-10-10 14:20:48 -05:00
Derrell Lipman
9ee311c39f
r19167: - Various JSON-RPC facilities will desire to keep resources open in a
...
session. Provide a common method of doing this, which allows limiting,
somewhat (at least on a per-session basis) the possibility of DOS attacks.
- Add bindings for LDB functions, so they can be called via JSON-RPC
(This used to be commit 38d64118d1
)
2007-10-10 14:20:48 -05:00
Derrell Lipman
7bdfbd608c
r19166: better bug and reporting and proper authentication tracking
...
(This used to be commit 9eba44bf16
)
2007-10-10 14:20:47 -05:00
Derrell Lipman
1c681891b2
r19165: handle errors better for jsonrpc. generate an error object whenever possible
...
(This used to be commit aa8e4227a1
)
2007-10-10 14:20:47 -05:00
Günther Deschner
7c793e1bb7
r19162: Merge WERR code from Samba 3.
...
Guenther
(This used to be commit d9562e0f83
)
2007-10-10 14:20:46 -05:00
Volker Lendecke
8f073d3004
r19153: Simple consistency check for enumprinters level 2 as well
...
(This used to be commit bd50a59294
)
2007-10-10 14:20:44 -05:00
Volker Lendecke
84a5b72847
r19152: A simple consistency check for enumprinters
...
(This used to be commit 593b17c8e5
)
2007-10-10 14:20:44 -05:00
Stefan Metzmacher
b510a0bed9
r19150: add a usefull tool to test the gdb_backtrace script
...
just compile it with
cc -g -o gdb_backtrace_test gdb_backtrace_test.c
and run it in the same directory where your gdb_backtrace script is.
metze
(This used to be commit 56ae0171ba
)
2007-10-10 14:20:44 -05:00
Stefan Metzmacher
9db9ce6087
r19149: ladebug needs to have the stoponattach flag set
...
to generate the current backtrace without waiting for a signal...
metze
(This used to be commit d86100289a
)
2007-10-10 14:20:43 -05:00
Stefan Metzmacher
47f90dde40
r19146: merge from samba3:
...
talloc_reference() can fail
metze
(This used to be commit 542cd5d029
)
2007-10-10 14:20:43 -05:00
Derrell Lipman
250399c923
r19142: ensure no race conditions during installation by having same name in source and swat directory; install new apps and services
...
(This used to be commit a2b996317f
)
2007-10-10 14:20:42 -05:00
Derrell Lipman
10c06a1968
r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications
...
(This used to be commit ff28ab7314
)
2007-10-10 14:20:40 -05:00
Derrell Lipman
77fc14c081
r19140: allow own authentication handling by jsonrpc apps
...
(This used to be commit de2eb8df0c
)
2007-10-10 14:20:39 -05:00
Derrell Lipman
213f0d62f1
r19139: typos; consitent ordering of operations
...
(This used to be commit aaab47cb91
)
2007-10-10 14:20:38 -05:00
Derrell Lipman
d9cd237995
r19138: add authentication capability; fix typos
...
(This used to be commit d8f0701feb
)
2007-10-10 14:20:38 -05:00
Volker Lendecke
59b6b665d6
r19136: No conflict, after "svn up" it applied correctly", merge 19126 from 3_0
...
(This used to be commit 042a22b6dd
)
2007-10-10 14:20:38 -05:00
Volker Lendecke
109bf77ea3
r19134: Merge the second set of C++ warning fixes from Samba3. I'll leave r19132 to
...
metze to merge until the questions have been answered.
Volker
(This used to be commit e946717bf6
)
2007-10-10 14:20:38 -05:00
Stefan Metzmacher
ff4e832130
r19131: merge from samba3:
...
fix the logic for the AC_PROG_CC_C99 test
metze
(This used to be commit 5ccc020639
)
2007-10-10 14:20:38 -05:00
Simo Sorce
f7005d48d2
r19129: Add comment to clarify behavior
...
(This used to be commit 7180f38e9e
)
2007-10-10 14:20:37 -05:00
Stefan Metzmacher
40b9cb2dd9
r19128: - make the gdb_backtrace script more portable
...
- try /proc/${PID}/exe first
- fallback to the binary given on the commandline
- fallback searching the binary with 'which' from the
commandline argument
- use 'ladebug' debugger on Tru64
metze
(This used to be commit f792a9532d
)
2007-10-10 14:20:37 -05:00
Stefan Metzmacher
d544f8a6de
r19123: - pass LDFLAGS from configure to Makefile
...
which should fix the build on Tru64 in the build farm.
Thanks to Bjoern Jacke for finding this!
metze
(This used to be commit 165722a16c
)
2007-10-10 14:20:37 -05:00
Stefan Metzmacher
2210d51e4e
r19122: merge from samba3:
...
sync system/iconv.h
metze
(This used to be commit 9c74964b61
)
2007-10-10 14:20:37 -05:00
Andrew Tridgell
5efcccb259
r19120: silence a warning about a test function
...
(This used to be commit 59915150f0
)
2007-10-10 14:20:37 -05:00
Andrew Tridgell
18278a5560
r19118: get rid of a bunch of bool misuse warnings
...
(This used to be commit e620f44643
)
2007-10-10 14:20:36 -05:00
Andrew Tridgell
8f3c1e9fdb
r19117: I've changed the checker wrapper on snab to allow for a
...
.checker_innocent file, similar to our .valgrind_suppressions file.
(This used to be commit 8228efdb93
)
2007-10-10 14:20:36 -05:00
Andrew Tridgell
0f60472cb2
r19116: fixed a checker warning
...
(This used to be commit 48243721df
)
2007-10-10 14:20:36 -05:00
Andrew Bartlett
08478f8f92
r19115: Add the mapping required between Samba4's AD schema OIDs and what
...
Fedora DS can support.
Andrew Bartlett
(This used to be commit bdeb10de2e
)
2007-10-10 14:20:36 -05:00
Andrew Tridgell
31e50ccae7
r19114: fixed another checker warning and a possible error on allocation
...
failure
(This used to be commit bc02f7ef96
)
2007-10-10 14:20:36 -05:00
Andrew Tridgell
f1f807e66b
r19113: fixed another checker warning.
...
(This used to be commit d12550af01
)
2007-10-10 14:20:35 -05:00
Andrew Tridgell
36246a191c
r19112: fixed a checker warning.
...
In case you haven't noticed, lots of our packages now run the IBM
checker in the build farm on 'snab'
(This used to be commit b39a79f17c
)
2007-10-10 14:20:35 -05:00
Andrew Tridgell
53bb89680c
r19111: fixed basic web server operation
...
(This used to be commit 290468ede5
)
2007-10-10 14:20:35 -05:00
Stefan Metzmacher
4b35dc53fe
r19098: with
...
export MAKE_TEST_ENABLE_PCAP=yes
make test will use SOCKET_WRAPPER_PCAP_FILE support
and will run each test with a different file
the capture will be removed unless the test fails.
the TEST PCAP: line will show the location of the file
metze
(This used to be commit 5095783cdf
)
2007-10-10 14:20:35 -05:00
Stefan Metzmacher
e6f16b7421
r19097: add support for SUCKET_WRAPPER_PCAP_FILE
...
we may need to rework the code to use something like PUSH_U32()
into a data blob instead of the structs for the header layout.
metze
(This used to be commit 990dfc98e4
)
2007-10-10 14:20:35 -05:00
Stefan Metzmacher
eb06c35f12
r19092: active replica records cannot expire!
...
we handle that in the scavenging code, but were missing that
in the wins server name query code...
metze
(This used to be commit 7fb8dd3ab7
)
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
df31092a01
r19091: merge from samba3:
...
remove some -Wl,-rpath combinations with /usr/lib
metze
(This used to be commit 66c6aab37e
)
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
a484b8367b
r19084: make socket_wrapper more portable (standalone) and not use uintX_t
...
metze
(This used to be commit 7e89a0a282
)
2007-10-10 14:20:34 -05:00
Stefan Metzmacher
42b1e2c806
r19082: add the source vs. destination address and tcp logic
...
for SOCKET_WRAPPER_PCAP_FILE support.
metze
(This used to be commit 20945409b8
)
2007-10-10 14:20:34 -05:00
Volker Lendecke
06ac3dbd9a
r19079: talloc_array can fail
...
(This used to be commit 441ad8a45c
)
2007-10-10 14:20:34 -05:00
Volker Lendecke
ecd970abb6
r19076: ldb_dn_copy_partial can fail
...
(This used to be commit 78aa689a74
)
2007-10-10 14:20:33 -05:00
Volker Lendecke
c56585e5fe
r19075: Fix a potential NULL dereference
...
(This used to be commit 84ae80b39b
)
2007-10-10 14:20:33 -05:00
Volker Lendecke
9bbc8736e7
r19074: Merge from 3_0: Fix a potential NULL dereference.
...
Volker
(This used to be commit af72af684b
)
2007-10-10 14:20:33 -05:00