summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r8590: added server status utility functions for checking on the status of a ↵Andrew Tridgell2007-10-102-0/+80
| | | | | | | | | | | task via irpc - for stream tasks, returns the number of connections - for non-stream tasks, returns "RUNNING" For both, return "DISABLED" or "NOT RESPONDING" appropriately (This used to be commit 78d6303814382f7835212f5045f12180e396b540)
* r8589: - support --version option to smbstatusAndrew Tridgell2007-10-101-0/+2
| | | | | - print samba version at startup (This used to be commit eb3e4bbe7f4a8f48c9246275ad6ef21ed0b4d357)
* r8588: register wins server with irpcAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit dc0ea36344c8eeeff0aa1afa01202fe1f477d307)
* r8587: - fixed ref allocation in irpc repliesAndrew Tridgell2007-10-102-8/+28
| | | | | - make every irpc server support the irpc_uptime() call (This used to be commit eee90448268b9f673cc43076ad87529aa80d17ae)
* r8586: register the kdc with irpc so we can tell that it is upAndrew Tridgell2007-10-101-0/+3
| | | | (This used to be commit 093bbae1c391a999131f249b3aa9a9e3ce99a555)
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-107-287/+537
| | | | | | | better pares filters Approx is currently only a stub need to dig more info to understand what it really means and how it works exactly (This used to be commit a9e8cd0bad27ed2b3c6a12302e787ba3c9a70a3c)
* 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)
* r8578: Fix overlapping sections in SWAT.Deryck Hodge2007-10-101-1/+1
| | | | | deryck (This used to be commit 28cc020a1aaa2575b08b45f6334ab6b4de0b12f5)
* 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)
* r8565: put the docs menu on the rightAndrew Tridgell2007-10-101-1/+8
| | | | (This used to be commit ed02d9989f934c5a81050246c1b63a23d0e335e2)
* 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)
* r8560: added a newuser page in swatAndrew Tridgell2007-10-102-0/+42
| | | | (This used to be commit da366042f48c70b4cd2e6efcae23a7f1777d3ed4)
* 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)