summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
* r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2007-10-102-3/+47
| | | | (This used to be commit 26a676a4e3596d34aee391bf132f2525972c81df)
* r8583: nicer smbstatus outputAndrew Tridgell2007-10-101-13/+45
| | | | (This used to be commit 0578bcdf7f8919509a78a5c64f94aa5de7e90416)
* r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell2007-10-101-0/+19
| | | | (This used to be commit 632f7bbe3e81af1ee89301765f8bfb72d4c9f3d7)
* r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell2007-10-101-14/+8
| | | | (This used to be commit 2ae6a338466bf287ea2180d5ad7313ba116b88ca)
* r8580: try to fix the build on stratusAndrew Tridgell2007-10-101-12/+8
| | | | (This used to be commit 58d7a1e6a311c98c9b4dfc9e280b328406165997)
* r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell2007-10-101-0/+5
| | | | | with some hosts that are missing localhost from /etc/hosts (This used to be commit f9866258e099001390aa61dcc12055fe1374db60)
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-106-2/+102
| | | | (This used to be commit 658befc1e4df44bee1f365a730951001f0f36640)
* r8576: install scripts from scripting/bin/Andrew Tridgell2007-10-102-3/+9
| | | | (This used to be commit a64490d1e5224c47437e07a0f1fbcbd8f197fdfd)
* r8575: the beginnings of a smbstatus commandAndrew Tridgell2007-10-102-0/+59
| | | | (This used to be commit 4ecaf72a31cde2722315a61cbe823d44f0c14586)
* r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell2007-10-106-4/+131
| | | | (This used to be commit 391cfe3c9645a19f8f5ff5c11b1ac03ee0b10f8f)
* r8570: delete all records in the old db when provisioning, rather than usingAndrew Tridgell2007-10-101-2/+26
| | | | | sys.unlink(). This allows smbd to see the new db without restarting. (This used to be commit 71004aa165e88f5f448dc7d90ad11dea7143f0df)
* r8569: delete is a js reserved word, so use del insteadAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 9af48b8fc201822e290a1071d9e61afe519558f5)
* r8568: change missing templates to warnings, so that provisioning with an ↵Andrew Tridgell2007-10-101-3/+3
| | | | | | | existing db doesn't print lots of fatal errors (This used to be commit d8d47bb18fbb467e253e99c4281578d6e4762de3)
* r8567: fixed the build after the com idl changesAndrew Tridgell2007-10-101-4/+4
| | | | | Jelmer, can you please check that I got this right? (This used to be commit bec135446af741200743cdc4ecb4c5ce68ed34a6)
* r8566: Couple of code cleanupsJelmer Vernooij2007-10-101-88/+74
| | | | (This used to be commit e43ac10e36e289966fdf34a8c5b523cd7fbcb368)
* r8562: small merge with upstreamAndrew Tridgell2007-10-102-12/+5
| | | | (This used to be commit 6c9bf162afddda4747ef08b56598aaf0747a4d27)
* r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2007-10-102-13/+30
| | | | (This used to be commit a3f3292e6698ce9be6a5036f47dd4fa81a1dfd4e)
* r8559: Couple of (D)COM updates:Jelmer Vernooij2007-10-108-14/+20
| | | | | | | - Fixes annoying array-of-pointers bug in pidl. - No longer "inherit" alignment thru subcontexts - Use "Image Object" as example DCOM object, rather then the "My Computer" object, which is built-in and can't be accessed remotely as far as I can see (This used to be commit bd706d496405d274b68c1ee560211837a8e63009)
* r8558: move newuser logic into the provision.js libAndrew Tridgell2007-10-102-71/+86
| | | | (This used to be commit b6ef32ddd1fdca0d40a12f34fa5f7a484b3c2071)
* r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell2007-10-101-0/+19
| | | | (This used to be commit 21ca972d06bbf4694569855f39a1649d799c05c7)
* r8541: this might take a few tries ...Andrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit cc61a0ba33d5a9d4d0b98736109220c58342358a)
* r8540: fixed network interface detection on several hostsAndrew Tridgell2007-10-103-10/+5
| | | | (This used to be commit 777ac8496b400b0ed348995feed83c22c5b344b3)
* r8539: $LOGNAME is a common varient of $USER on some systemsAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit e571d6a36bdf61aaab383e05c857347838de4c1d)
* r8537: cope better with the small file handle limit on some systems in the ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | build farm (This used to be commit 6202a9d099619a0ba78809647039cbc7622f1d3d)
* r8536: - use smbd pid file to kill at end of selftestAndrew Tridgell2007-10-102-18/+2
| | | | | - remove use of 'jobs -p' as it is not portable (This used to be commit ff42315245750a37759ef84548582da5cf5e4716)
* r8535: no longer rely on seekdir working after a closedir. Instead, keepAndrew Tridgell2007-10-104-62/+35
| | | | | | directories open, but close search states based on an inactivity timer, with a default of a 5 minute timeout (This used to be commit 2e8d154e7dfb9b320a1344e957a39e96e1eefadd)
* r8533: improve --help outputAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 3dd6e2056678ccf5c4844d74410dbe0775db3c46)
* r8532: this miight fix cross compilation for reactosAndrew Tridgell2007-10-102-1/+5
| | | | (This used to be commit 810fa4f762458202adee3f2fd5b13e74eae7781f)
* r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce2007-10-101-36/+184
| | | | (This used to be commit a910671bd8c6d2d8d5b6ff30fc07ead244e696f1)
* r8529: Matching against the wrong unionSimo Sorce2007-10-101-2/+3
| | | | (This used to be commit 24a65b5ba6e31655bdf49be8076d758206694ac3)
* r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell2007-10-101-10/+11
| | | | (This used to be commit 9eebd240d8ed9a634307ce31696d817f78f503b2)
* r8525: added two more test targets:Andrew Tridgell2007-10-107-14/+78
| | | | | | | | | | - 'make quicktest' for running only quick tests. Finishes in 20 seconds or so. - 'make valgrindtest' runs smbd under valgrind in a xterm window and runs the quick tests. Also disables tls as that slows down valgrind too much to be usable (This used to be commit af36bc401154d278dbe272628110634f62fdba25)
* r8523: match a zero message id in ldap replies to the last request sent. ↵Andrew Tridgell2007-10-101-0/+8
| | | | | | | | Thanks to simo for noticing that this is needed to catch the server sending a "can't decode request" error reply (This used to be commit 6e81e866dc7a5dc014d2d9f2e09803c6adfd1830)
* r8522: fixed another couple of size_t warningsAndrew Tridgell2007-10-103-4/+4
| | | | (This used to be commit d2c928548336682ffd3dda873f9957f3d041f0af)
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-1059-116/+142
| | | | | | | | | | | | | | S390. This is an attempt to avoid the panic we're seeing in the automatic builds. The main fixes are: - assumptions that sizeof(size_t) == sizeof(int), mostly in printf formats - use of NULL format statements to perform dn searches. - assumption that sizeof() returns an int (This used to be commit a58ea6b3854973b694d2b1e22323ed7eb00e3a3f)
* r8519: better method of ensuring null terminationAndrew Tridgell2007-10-101-1/+3
| | | | (This used to be commit f93bd0ced6b0b2b4ee3bf15e53ba30138fd6b533)
* r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell2007-10-101-8/+9
| | | | | | by the new ldb code dealing with binary records, but is also a good defensive strategy in general (This used to be commit 17decd129928290a6916a1d1cec73dad924d64f8)
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
| | | | (This used to be commit 19d789e82526eff236aeed77ddc8d2606c5118b6)
* r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce2007-10-101-8/+31
| | | | (This used to be commit e709e3792846e2bd48b55112c74395d1ab3a1b6a)
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
| | | | | | | | on a content level not ona form level, his means that the 2 DNs: a) cn= user, dc=this, dc = is,dc=test b) cn=user,dc=this,dc=is,dc=test are now identical even if the string form differ (spaces) (This used to be commit 76d496c30867ae80434483a34b0d842523aed762)
* r8514: add docsSimo Sorce2007-10-101-0/+2803
| | | | (This used to be commit 876f0a095b8aa7060c62f91fc5715af1f1432e8b)
* r8511: This 'can't happen', but GCC gives warnings because it thinks it can.Andrew Bartlett2007-10-101-2/+6
| | | | | Andrew Bartlett (This used to be commit 40088b9566e8f63897958fc99d99dedb38e0cb69)
* r8505: - 'seal' and 'sign,seal' is the sameStefan Metzmacher2007-10-101-1/+1
| | | | | | | - sign and seal are tested seperate below metze (This used to be commit 102c2e0ae4f5e48da925ef4ee40691f9ee9187f4)
* r8503: remove useless lineStefan Metzmacher2007-10-101-1/+0
| | | | | metze (This used to be commit ec31739642a89fb62930a3b8c0fa870aaad5c476)
* r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell2007-10-101-5/+5
| | | | | in the generated code from pidl generated a warning) (This used to be commit 22f7fd76343646a149937fcdc891a98a516bf820)
* r8499: clearer function nameSimo Sorce2007-10-101-5/+5
| | | | (This used to be commit 5a6c2170ff83c29ed1d7f0f5329f2d9aa00c223a)
* r8498: more test suite speedups. It's down to 5 minutes on my box nowAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 82f8ad16af52aeb0ba5f831ea5c9960f90e8ae8f)
* r8497: prevent a fd leak in RAW-SEARCH testAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit efb151ba797a5473316ca2dc9ec7f40fead9dab2)
* r8496: speed up the test_echo.sh test a lot, while still providing good coverageAndrew Tridgell2007-10-101-5/+10
| | | | (This used to be commit 037feb7538f162d99f220b46c29a3c1538b69d16)
* r8495: allow for up 10% change in allocated disk space during QFSINFO testsAndrew Tridgell2007-10-101-2/+10
| | | | (This used to be commit 16d752b55189780a038aed1d54ef28201a9859a4)