summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8642: - fixed install of new swat filesAndrew Tridgell2-8/+2
2007-10-10r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell3-5/+19
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell8-20/+42
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell4-7/+26
2007-10-10r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell1-0/+71
2007-10-10r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, andAndrew Tridgell2-10/+8
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell5-27/+33
2007-10-10r8634: we are still getting occasional test failures due to disk spaceAndrew Tridgell1-1/+1
2007-10-10r8633: check for valid input to ejs_userAuth()Andrew Tridgell1-0/+5
2007-10-10r8632: use <pre> around displayed exceptionsAndrew Tridgell1-1/+3
2007-10-10r8631: give an error on incorrect argument countAndrew Tridgell2-5/+4
2007-10-10r8630: give a much nicer backtrace on assert() failures in ejsAndrew Tridgell3-20/+25
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell3-30/+27
2007-10-10r8628: add retries to the normal paths of nbt name resolution. UDP broadcasts...Andrew Tridgell1-2/+2
2007-10-10r8627: fixed a big memory leak in the spnego gensec code in sessionAndrew Tridgell1-2/+3
2007-10-10r8626: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r8625: move the ldb_wrap logic into the ldb code. This logic is meant toAndrew Tridgell7-61/+132
2007-10-10r8624: removed valgrind comment on tdb that no longer appliesAndrew Tridgell1-19/+0
2007-10-10r8623: Fix warnings in ODL-generated code.Jelmer Vernooij2-0/+2
2007-10-10r8622: Support parsing new structs/unions/enums/bitmaps without typedef inJelmer Vernooij2-646/+757
2007-10-10r8621: Simplify code. Add support for nested structures back into the header ...Jelmer Vernooij6-165/+80
2007-10-10r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij3-1/+23
2007-10-10r8613: Remove a couple of empty loops.Jelmer Vernooij1-2/+5
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij3-201/+11
2007-10-10r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell1-1/+1
2007-10-10r8602: allow options in ldb connect callsAndrew Tridgell1-2/+3
2007-10-10r8601: fixed null termination in ltdb connect errorAndrew Tridgell1-1/+1
2007-10-10r8600: fixed null termination on some error messages in ldbAndrew Tridgell1-3/+3
2007-10-10r8599: null terminate the argv list in string C functionsAndrew Tridgell1-1/+2
2007-10-10r8598: move provisioning to /install/ directory from /esptest/Andrew Tridgell5-2/+14
2007-10-10r8594: more placeholder pages for server statusAndrew Tridgell5-10/+52
2007-10-10r8593: register the rpc server with irpcAndrew Tridgell1-0/+3
2007-10-10r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell22-17/+120
2007-10-10r8590: added server status utility functions for checking on the status of a ...Andrew Tridgell2-0/+80
2007-10-10r8589: - support --version option to smbstatusAndrew Tridgell1-0/+2
2007-10-10r8588: register wins server with irpcAndrew Tridgell1-0/+3
2007-10-10r8587: - fixed ref allocation in irpc repliesAndrew Tridgell2-8/+28
2007-10-10r8586: register the kdc with irpc so we can tell that it is upAndrew Tridgell1-0/+3
2007-10-10r8585: add to ldb and ldap comparison functionalitySimo Sorce7-287/+537
2007-10-10r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2-3/+47
2007-10-10r8583: nicer smbstatus outputAndrew Tridgell1-13/+45
2007-10-10r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell1-0/+19
2007-10-10r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell1-14/+8
2007-10-10r8580: try to fix the build on stratusAndrew Tridgell1-12/+8
2007-10-10r8579: recognise the name 'localhost' as 127.0.0.1. This solves a problemAndrew Tridgell1-0/+5
2007-10-10r8578: Fix overlapping sections in SWAT.Deryck Hodge1-1/+1
2007-10-10r8577: added management calls to list current tree connectsAndrew Tridgell6-2/+102
2007-10-10r8576: install scripts from scripting/bin/Andrew Tridgell2-3/+9
2007-10-10r8575: the beginnings of a smbstatus commandAndrew Tridgell2-0/+59
2007-10-10r8574: added server side irpc calls for listing the current sessionsAndrew Tridgell6-4/+131