summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8405: update var.c from upstreamAndrew Tridgell1-12/+12
2007-10-10r8404: small upstream merges of appweb codeAndrew Tridgell4-17/+13
2007-10-10r8403: Reinstate linkpad.gif at Deryck's suggestion.Tim Potter1-1/+1
2007-10-10r8401: add a readme pointing to the upstream sourcesAndrew Tridgell1-0/+6
2007-10-10r8400: separate out the mpr code, as it is in the upstream appweb sourcesAndrew Tridgell7-9/+19
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell38-664/+48
2007-10-10r8397: merged an upstream fix for the expression bug tpot found yesterdayAndrew Tridgell1-3/+3
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand13-33/+36
2007-10-10r8393: check for bswap16 and bswap32Love Hörnquist Åstrand1-6/+91
2007-10-10r8390: (smb_pam_start): move variable to scope within #ifdef to avoid warningLove Hörnquist Åstrand1-1/+4
2007-10-10r8377: forgot an ldif testSimo Sorce1-0/+4
2007-10-10r8376: remove version info from configure.inStefan Metzmacher1-1/+1
2007-10-10r8375: - move from netr_StringLarge to lsa_StringLargeStefan Metzmacher2-11/+17
2007-10-10r8374: avoid running flex and bison unless neededAndrew Tridgell1-2/+12
2007-10-10r8373: New wildcard matching code.Simo Sorce15-206/+413
2007-10-10r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell3-197/+245
2007-10-10r8371: the objectGUID is now stored in binary...Stefan Metzmacher1-5/+4
2007-10-10r8370: remove the '$' from in the cn: attribute for computer and dc accountsStefan Metzmacher1-7/+21
2007-10-10r8369: update the configure script I useAndrew Tridgell1-2/+1
2007-10-10r8368: the type filed depends on the user being present or notStefan Metzmacher3-17/+16
2007-10-10r8367: another configure test needed by netbsd for heimdalAndrew Tridgell1-1/+1
2007-10-10r8365: fixed a problem on netbsdAndrew Tridgell1-0/+3
2007-10-10r8364: fixed a valgrind bug spotted by simoAndrew Tridgell1-1/+1
2007-10-10r8363: - we need to correct the realm for the krbtgt/NETBIOSDOMAINREALMStefan Metzmacher1-7/+24
2007-10-10r8362: change AC_INIT to the new version, improves failure reporting from aut...Love Hörnquist Åstrand1-1/+2
2007-10-10r8361: ctype is* macros needs unsigned argumentsLove Hörnquist Åstrand1-1/+1
2007-10-10r8359: fix a shell warningStefan Metzmacher1-1/+1
2007-10-10r8358: Return an error message if js include path not set instead of silentlyTim Potter1-0/+1
2007-10-10r8357: Call lp_load() so we can access the various lp_functions().Tim Potter1-0/+2
2007-10-10r8356: avoid warning from AC_CHECK_HEADER that file is present but cannot be ...Love Hörnquist Åstrand1-1/+7
2007-10-10r8355: - added a vsprintf() functionAndrew Tridgell3-2/+44
2007-10-10r8352: we need to override "setup directory" for the build farm hostsAndrew Tridgell1-0/+1
2007-10-10r8351: When finished sending call stream_terminate_connection() with a niceTim Potter1-4/+4
2007-10-10r8350: fixed the --root option to provisionAndrew Tridgell1-2/+1
2007-10-10r8349: as we don't use standard dirs, we need to create smb.conf before we ru...Andrew Tridgell1-2/+3
2007-10-10r8348: switch selftest to use the new provision scriptAndrew Tridgell1-1/+4
2007-10-10r8347: replace the perl provision script with a ejs scriptAndrew Tridgell2-527/+66
2007-10-10r8345: make the dn on the hklm ldif validAndrew Tridgell1-9/+9
2007-10-10r8344: added a "setup directory" smb.conf parameter, pointing at the setup te...Andrew Tridgell1-0/+4
2007-10-10r8343: removed a debugging messageAndrew Tridgell1-2/+1
2007-10-10r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell3-5/+8
2007-10-10r8341: enable floating point support in ejsAndrew Tridgell3-2/+7
2007-10-10r8340: - added sys_gmtime()Andrew Tridgell10-234/+236
2007-10-10r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell1-0/+144
2007-10-10r8338: - added a substitute_var() js library function for doing hash drivenAndrew Tridgell2-102/+90
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell9-23/+230
2007-10-10r8336: enable 64 bit integer support in ejsAndrew Tridgell3-12/+12
2007-10-10r8335: removed some duplicated codeAndrew Tridgell1-9/+5
2007-10-10r8334: fixed a ejs bug that prevented functions variables from being called i...Andrew Tridgell1-4/+5
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell13-70/+93