summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r8649: added smbscript to the list of binaries to installAndrew Tridgell2007-10-101-0/+1
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2007-10-102-0/+27
* r8647: no diffrences between the heimdal and no heimdal case when buildingLove Hörnquist Åstrand2007-10-101-5/+0
* r8646: update install howto for new provision codeAndrew Tridgell2007-10-101-17/+6
* r8645: updated the ldb esp test for the new ldb ejs syntaxAndrew Tridgell2007-10-101-1/+1
* r8644: This is a more useful error than unsuccesful.Andrew Bartlett2007-10-101-1/+1
* r8643: - make lp_configfile() work againAndrew Tridgell2007-10-1018-33/+104
* r8642: - fixed install of new swat filesAndrew Tridgell2007-10-102-8/+2
* r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2007-10-103-5/+19
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-108-20/+42
* r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2007-10-104-7/+26
* r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell2007-10-101-0/+71
* r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, andAndrew Tridgell2007-10-102-10/+8
* r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell2007-10-105-27/+33
* r8634: we are still getting occasional test failures due to disk spaceAndrew Tridgell2007-10-101-1/+1
* r8633: check for valid input to ejs_userAuth()Andrew Tridgell2007-10-101-0/+5
* r8632: use <pre> around displayed exceptionsAndrew Tridgell2007-10-101-1/+3
* r8631: give an error on incorrect argument countAndrew Tridgell2007-10-102-5/+4
* r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell2007-10-103-20/+25
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell2007-10-103-30/+27
* r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell2007-10-101-2/+2
* r8627: fixed a big memory leak in the spnego gensec code in sessionAndrew Tridgell2007-10-101-2/+3
* r8626: fixed a typoAndrew Tridgell2007-10-101-1/+1
* r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell2007-10-107-61/+132
* r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell2007-10-101-19/+0
* r8623: Fix warnings in ODL-generated code.Jelmer Vernooij2007-10-102-0/+2
* r8622: Support parsing new structs/unions/enums/bitmaps without typedef inJelmer Vernooij2007-10-102-646/+757
* r8621: Simplify code. Add support for nested structures back into the header ...Jelmer Vernooij2007-10-106-165/+80
* r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij2007-10-103-1/+23
* r8613: Remove a couple of empty loops.Jelmer Vernooij2007-10-101-2/+5
* r8612: Parse::Pidl::NDR:Jelmer Vernooij2007-10-103-201/+11
* r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell2007-10-101-1/+1
* r8602: allow options in ldb connect callsAndrew Tridgell2007-10-101-2/+3
* r8601: fixed null termination in ltdb connect errorAndrew Tridgell2007-10-101-1/+1
* r8600: fixed null termination on some error messages in ldbAndrew Tridgell2007-10-101-3/+3
* r8599: null terminate the argv list in string C functionsAndrew Tridgell2007-10-101-1/+2
* r8598: move provisioning to /install/ directory from /esptest/Andrew Tridgell2007-10-105-2/+14
* r8594: more placeholder pages for server statusAndrew Tridgell2007-10-105-10/+52
* r8593: register the rpc server with irpcAndrew Tridgell2007-10-101-0/+3
* r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell2007-10-1022-17/+120
* r8590: added server status utility functions for checking on the status of a ...Andrew Tridgell2007-10-102-0/+80
* r8589: - support --version option to smbstatusAndrew Tridgell2007-10-101-0/+2
* r8588: register wins server with irpcAndrew Tridgell2007-10-101-0/+3
* r8587: - fixed ref allocation in irpc repliesAndrew Tridgell2007-10-102-8/+28
* r8586: register the kdc with irpc so we can tell that it is upAndrew Tridgell2007-10-101-0/+3
* r8585: add to ldb and ldap comparison functionalitySimo Sorce2007-10-107-287/+537
* r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2007-10-102-3/+47
* r8583: nicer smbstatus outputAndrew Tridgell2007-10-101-13/+45
* r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell2007-10-101-0/+19
* r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell2007-10-101-14/+8