summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r19261: Fix use of unitialised variables. (The binding string is used, if notAndrew Bartlett2-1/+4
NULL). This showed up in a manual pre-TP3 test of the 'net samdump' code, and shows the critical need for the windows testing infrustructure on the build farm. Andrew Bartlett (This used to be commit 9cef40779ad987b506b1f514a67b5b1c8aea9969)
2007-10-10r19259: An ldb browser.Derrell Lipman1-0/+555
This has the layout complete so anyone interested can see what a qooxdoo application might look like. It doesn't yet issue any JSON-RPC calls to do anything useful (that's next), and it still has the appearance of a qooxdoo test rather than something unique to Samba. I'll adjust the appearance later. This layout is loosely (or not so loosely) based on 'gq'. A few things in this layout won't apply to an ldb browser, but they're there for the time being anyway until I decide exactly what to do with them. Derrell (This used to be commit 0780cbcdcc7672932b055966a9d0480d2cd705b4)
2007-10-10r19258: Don't delete the contents of the partitions twice, and in particularAndrew Bartlett3-33/+22
don't delete their contents until we have specified the new partition locations. However, preserve the important part of tridge's change, that is to ensure that no database index is present when the mass delete occours. In my testing, it is best to leave the index until the provision is compleated. Andrew Bartlett (This used to be commit 962219df7dc53ce6f6889f4b71ee19850c7ff7b5)
2007-10-10r19256: add missing infolevel and fields to SetUserInfo callRafal Szczesniak1-23/+31
that's why ntsrv and win2k3 srv could pass the net test and we could not... rafal (This used to be commit 60ade8ddbd01ac45e5fe6380542ba23cd861e133)
2007-10-10r19253: its not so useful to index on objectclass. Much better to search onAndrew Tridgell1-1/+0
objectCategory provision now takes 2.4 secs, down from 24s on my laptop (This used to be commit 3d3144cc06b9987adb3f17e43f2858e7c416b6ae)
2007-10-10r19252: - fixed 'erase' argument to setup_ldb()Andrew Tridgell1-2/+21
- when wiping a ldb, wipe within each naming context first. By not wiping the naming contexts we didn't wipe the partitions, which caused a massive slowdown in re-provisioning due to re-indexing of the schema. (This used to be commit b62437214cf7c98c81598c4f37c91ab284928dbb)
2007-10-10r19251: fix silly typos causing the test to fail at account_nameRafal Szczesniak1-7/+7
and acct_expiry fields. rafal (This used to be commit dba5e642a0230539ac73292ac5baae0f74e9f46e)
2007-10-10r19247: Ok, figured out that wkssvc wksgetinfo also gives the server name. I ↵Volker Lendecke2-0/+74
thought I had tested that w2k3 copies the input server name to output. Volker (This used to be commit b7e54501f773a11892ab5ef3202ee4d57723725e)
2007-10-10r19245: mrege from samba3:Stefan Metzmacher1-0/+18
add AC_REMOVE_INCLUDE(), AC_REMOVE_DEFINE() macros metze (This used to be commit dc65a6625295a7316c2e9982ee09eb9607dbed70)
2007-10-10r19242: merge from samba3:Stefan Metzmacher2-3/+4
handle NO_CONFIG_H in libreplace metze (This used to be commit 909d736a4bf5a7adfcd64eecf6bb2a92211c6f96)
2007-10-10r19234: fix configure test for net/if.h for some platformsStefan Metzmacher1-2/+2
AC_LANG_SOURCE() causes to have the content of confdefs.h in front of the file that will be compiled metze (This used to be commit cd03738e7c5610c4a0cb1161b9bcee5d7c88322d)
2007-10-10r19229: let mkversion.sh handle bzr treesStefan Metzmacher1-6/+42
metze (This used to be commit 12c8067337e4cecf1fcd3123e4e0e3bb1bbcba8e)
2007-10-10r19227: - add a AC_CACHE_CHECK() around the net/if.h testStefan Metzmacher1-16/+15
to see (we now get some output that this test happens at all...). - make use of AC_INCLUDES_DEFAULT metze (This used to be commit 7e399e607c8e9bf7365de7d492d29377177cdc1f)
2007-10-10r19225: 30 seconds is too short for a Samba4 provision to finish. Make theAndrew Bartlett1-1/+1
timeout longer. Andrew Bartlett (This used to be commit cc03ffd0e97f82e4af3f80dc760c5297e2f93d79)
2007-10-10r19219: Fix a memleak in the generated srv_code.Volker Lendecke1-2/+10
Fix a warning. Implement the rng_fault_state return check. After this (and Jeremy's fix) all Samba3-developers should do a 'make idl' and do a complete rebuild. Volker (This used to be commit 0c0a861c8b5b4c44d290f8db0d4c5e95260140ca)
2007-10-10r19217: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett1-1/+2
Re-enable TLS in the default configuration. We passed on the build farm because we have an explicit diffie-hilliman parameters file set. Andrew Bartlett (This used to be commit d20ab6a5ed7f980cb653e965c4de3de8d058d9c4)
2007-10-10r19216: Merge from SAMBA_4_0_RELEASE:Andrew Bartlett2-2/+1
Move default for subobj.LDAPMODULES into scripting/libjs/provision.js so that SWAT can provision again. Andrew Bartlett (This used to be commit a4aafe307d6d1396fa79b0c48b0a36cbf682f0ce)
2007-10-10r19208: Fix Samba3 pidl generation to remove memory leaks.Jeremy Allison1-1/+1
Jermey. (This used to be commit 4b878578c27d499e38b208c87b4fd4b399474092)
2007-10-10r19205: Some consolidationVolker Lendecke1-25/+6
(This used to be commit 6991864a032b136c68190b0f86714cd6c0c14b9f)
2007-10-10r19204: Samba3 does level6 nowVolker Lendecke1-5/+0
(This used to be commit 603ecde9bca4460fb139f5119b9034c8b22f727b)
2007-10-10r19202: Make RPC-SAMBA3-SPOOLSS work against w2k3 againVolker Lendecke1-6/+46
(This used to be commit f67a0159d107238a0b2197777fb2d51596f66097)
2007-10-10r19201: rap_cli_do_call only needs smbcli_tree, not smbcli_stateVolker Lendecke1-26/+26
(This used to be commit 15c3b5d26eb1a21ce29afbf9f938176efdc0761f)
2007-10-10r19200: Implement smbcli_rap_netservergetinfo. To be used in ↵Volker Lendecke2-6/+102
RPC-SAMBA3SPOOLSS and others that might need the server name. Volker (This used to be commit 03eaf0edf9f8a6d70375f9f12810b4fbb860290a)
2007-10-10r19199: split out the xattr NTACL code into a separate part of the posixAndrew Tridgell6-49/+207
backend, allowing other ACL backends to be added. The xattr backend is still the default backend (This used to be commit 90f044e63b12d32228310c7529382198bd7e6dfe)
2007-10-10r19198: fix typo...Stefan Metzmacher1-1/+1
metze (This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589)
2007-10-10r19196: merge from samba3:Stefan Metzmacher6-25/+27
pass always a mem_ctx to functions and a ldb_context where needed metze (This used to be commit 67a6a41ba3af840cd8226de73576a90ecf602caa)
2007-10-10r19195: this should fix should workaround the brokenStefan Metzmacher1-0/+4
HPUX 11.23 <machine/sys/getppdp.h> on host hpisgr8 in the build-farm. metze (This used to be commit 88adbd744355284df223f5618bd76e3d327055d8)
2007-10-10r19188: merge from samba3:Stefan Metzmacher6-14/+19
fix compiler warnings metze (This used to be commit dc139d8715f58b27363266f1426da451907845eb)
2007-10-10r19187: this function should be static...Stefan Metzmacher1-2/+2
(this also fix compiler warnings) metze (This used to be commit f8afdac4710581db421dc7c558eb8ba57597b056)
2007-10-10r19186: that doesn't help...Stefan Metzmacher1-4/+0
metze (This used to be commit 59c6d51ab31d9d686de35024509f08f5de41c788)
2007-10-10r19180: with "export MAKE_TEST_KEEP_PCAP=yes" make testStefan Metzmacher1-1/+6
doesn't delete the generated pcap files metze (This used to be commit e89ae157e832483a44a1a744466c63edbcb2261d)
2007-10-10r19178: fix the standalone build of socket_wrapper by not usingStefan Metzmacher1-9/+34
samba's DLIST_ macros metze (This used to be commit 82abc39b559ccae832dd749495ebcfdffc2e5755)
2007-10-10r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.Love Hörnquist Åstrand1-0/+2
(This used to be commit fe621c1ab277407fb62ad7bced829815b6625f22)
2007-10-10r19175: If not in _SAMBA_BUILD_, define _PUBLIC_ to nothing.Love Hörnquist Åstrand1-0/+2
(This used to be commit 8c2585f0cfb7ae229de066965a732904545f0869)
2007-10-10r19174: fix the test to pass against win2k3 server (username lengthRafal Szczesniak1-1/+1
limit had been hit here, I guess). rafal (This used to be commit 795a37e1708caf5563ba71696595a840bc53408c)
2007-10-10r19173: see if HPUX 11.23 needs the same workaround as 11.11Stefan Metzmacher1-0/+4
metze (This used to be commit 896326d5081da6a20babacf4c28c556fa44216c5)
2007-10-10r19171: change the socket wrapper license toStefan Metzmacher2-36/+72
what heimdal uses... metze (This used to be commit 9f8809a16ef837f5cdf07ed2e383893d035e96d6)
2007-10-10r19167: - Various JSON-RPC facilities will desire to keep resources open in aDerrell Lipman3-0/+805
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 38d64118d17e20dc625c8262b2f667927daeac0d)
2007-10-10r19166: better bug and reporting and proper authentication trackingDerrell Lipman1-4/+13
(This used to be commit 9eba44bf16e1f5b6c9dc29d9917bc3b7754da54c)
2007-10-10r19165: handle errors better for jsonrpc. generate an error object whenever ↵Derrell Lipman2-2/+46
possible (This used to be commit aa8e4227a11d997f7c4c5af2b7a3c7c371b8c1cd)
2007-10-10r19162: Merge WERR code from Samba 3.Günther Deschner2-0/+2
Guenther (This used to be commit d9562e0f83d76043da7955e89b1fff8a1d921a36)
2007-10-10r19153: Simple consistency check for enumprinters level 2 as wellVolker Lendecke1-2/+18
(This used to be commit bd50a5929494949af865107551bb637ca9a3d96b)
2007-10-10r19152: A simple consistency check for enumprintersVolker Lendecke1-5/+17
(This used to be commit 593b17c8e5678949d8b41d241f522ffb20c6640f)
2007-10-10r19150: add a usefull tool to test the gdb_backtrace scriptStefan Metzmacher1-0/+42
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 56ae0171bafe4576c6163a0198a18b8163314e20)
2007-10-10r19149: ladebug needs to have the stoponattach flag setStefan Metzmacher1-6/+11
to generate the current backtrace without waiting for a signal... metze (This used to be commit d86100289a3a857456e2d4441c290ca2ea2330ff)
2007-10-10r19146: merge from samba3:Stefan Metzmacher1-1/+3
talloc_reference() can fail metze (This used to be commit 542cd5d029e97c2e0c7c006a1ced12114c1bb6da)
2007-10-10r19142: ensure no race conditions during installation by having same name in ↵Derrell Lipman6-0/+12
source and swat directory; install new apps and services (This used to be commit a2b996317f81aa61d7d5bf427003399560e64f77)
2007-10-10r19141: add a reasonable subset of the qooxdoo runtime environment, and ↵Derrell Lipman2098-0/+151833
example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121)
2007-10-10r19140: allow own authentication handling by jsonrpc appsDerrell Lipman1-0/+8
(This used to be commit de2eb8df0c1aa361adbf14a5984b1719e17f70cb)
2007-10-10r19139: typos; consitent ordering of operationsDerrell Lipman1-4/+6
(This used to be commit aaab47cb910fbbec6913bc5f796f0d6d479f729d)