summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell2007-10-106-4/+131
* r8570: delete all records in the old db when provisioning, rather than usingAndrew Tridgell2007-10-101-2/+26
* r8569: delete is a js reserved word, so use del insteadAndrew Tridgell2007-10-101-1/+1
* r8568: change missing templates to warnings, so that provisioning with an exi...Andrew Tridgell2007-10-101-3/+3
* r8567: fixed the build after the com idl changesAndrew Tridgell2007-10-101-4/+4
* r8566: Couple of code cleanupsJelmer Vernooij2007-10-101-88/+74
* r8565: put the docs menu on the rightAndrew Tridgell2007-10-101-1/+8
* r8562: small merge with upstreamAndrew Tridgell2007-10-102-12/+5
* r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell2007-10-102-13/+30
* r8560: added a newuser page in swatAndrew Tridgell2007-10-102-0/+42
* r8559: Couple of (D)COM updates:Jelmer Vernooij2007-10-108-14/+20
* r8558: move newuser logic into the provision.js libAndrew Tridgell2007-10-102-71/+86
* r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell2007-10-101-0/+19
* r8541: this might take a few tries ...Andrew Tridgell2007-10-101-1/+1
* r8540: fixed network interface detection on several hostsAndrew Tridgell2007-10-103-10/+5
* r8539: $LOGNAME is a common varient of $USER on some systemsAndrew Tridgell2007-10-101-0/+3
* r8537: cope better with the small file handle limit on some systems in the bu...Andrew Tridgell2007-10-101-2/+2
* r8536: - use smbd pid file to kill at end of selftestAndrew Tridgell2007-10-102-18/+2
* r8535: no longer rely on seekdir working after a closedir. Instead, keepAndrew Tridgell2007-10-104-62/+35
* r8533: improve --help outputAndrew Tridgell2007-10-101-1/+1
* r8532: this miight fix cross compilation for reactosAndrew Tridgell2007-10-102-1/+5
* r8530: Now our ldap server is able to fullfill present and substring searchesSimo Sorce2007-10-101-36/+184
* r8529: Matching against the wrong unionSimo Sorce2007-10-101-2/+3
* r8527: found an uninitialised variable in 'make valgrindtest'Andrew Tridgell2007-10-101-10/+11
* r8525: added two more test targets:Andrew Tridgell2007-10-107-14/+78
* r8523: match a zero message id in ldap replies to the last request sent. Than...Andrew Tridgell2007-10-101-0/+8
* r8522: fixed another couple of size_t warningsAndrew Tridgell2007-10-103-4/+4
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-1059-116/+142
* r8519: better method of ensuring null terminationAndrew Tridgell2007-10-101-1/+3
* r8518: ensure all constructed NDR packets are null terminated. This is neededAndrew Tridgell2007-10-101-8/+9
* r8517: fixed a crash bug in ldb_dn_compare_base()Andrew Tridgell2007-10-101-2/+4
* r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce2007-10-101-8/+31
* r8515: ldb_dn_cmp now uses ldb_dn_compare so that the DNs are comparedSimo Sorce2007-10-105-16/+35
* r8514: add docsSimo Sorce2007-10-101-0/+2803
* r8511: This 'can't happen', but GCC gives warnings because it thinks it can.Andrew Bartlett2007-10-101-2/+6
* r8505: - 'seal' and 'sign,seal' is the sameStefan Metzmacher2007-10-101-1/+1
* r8504: Temporary fix to #content width/height just toDeryck Hodge2007-10-101-0/+8
* r8503: remove useless lineStefan Metzmacher2007-10-101-1/+0
* r8500: greatly reduce the number of build warnings on x86-64 (every NDR macroAndrew Tridgell2007-10-101-5/+5
* r8499: clearer function nameSimo Sorce2007-10-101-5/+5
* r8498: more test suite speedups. It's down to 5 minutes on my box nowAndrew Tridgell2007-10-102-2/+2
* r8497: prevent a fd leak in RAW-SEARCH testAndrew Tridgell2007-10-101-1/+1
* r8496: speed up the test_echo.sh test a lot, while still providing good coverageAndrew Tridgell2007-10-101-5/+10
* r8495: allow for up 10% change in allocated disk space during QFSINFO testsAndrew Tridgell2007-10-101-2/+10
* r8494: fixed a bug in RAW-SFILEINFO that caused inconsistent results on diffe...Andrew Tridgell2007-10-101-0/+2
* r8491: lower the offset limit that filesystems need to support to pass RAW-WR...Andrew Tridgell2007-10-101-1/+1
* r8490: make the ldb tests more portableAndrew Tridgell2007-10-103-3/+3
* r8489: neaten up the object handlingAndrew Tridgell2007-10-102-4/+20
* r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2007-10-105-61/+109
* r8487: kfixed a typoAndrew Tridgell2007-10-101-1/+1