Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8706: My previous patch oversimplied the previous change to session setup - | Andrew Bartlett | 1 | -3/+14 |
2007-10-10 | r8703: cope with null string in interpret_addr() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8702: fixed ntlm_auth build. Andrew, can you check I got this right? | Andrew Tridgell | 1 | -7/+6 |
2007-10-10 | r8701: Fix up auth_developer for recent changes. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8700: Propmted by tridge's need to do plaintext auth in ejs, rework the | Andrew Bartlett | 14 | -464/+516 |
2007-10-10 | r8699: removed invalid comment | Andrew Bartlett | 1 | -2/+0 |
2007-10-10 | r8698: attempt to cope with lack of strtoull() on HPUX | Andrew Tridgell | 1 | -1/+9 |
2007-10-10 | r8696: fixed ejs to more strictly follow the va_list rules. Might fix that | Andrew Tridgell | 2 | -3/+5 |
2007-10-10 | r8693: Test code for usermod routine. | Rafal Szczesniak | 2 | -0/+72 |
2007-10-10 | r8692: Starting parts of code to provide user modify functionality. | Rafal Szczesniak | 3 | -6/+195 |
2007-10-10 | r8690: Code cleanups, improvements necessary for dependencies (not added yet) | Jelmer Vernooij | 8 | -98/+50 |
2007-10-10 | r8685: an alpha in the build farm is dying with a floating point | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8684: this should fix the panic on x86_64, and possibly alpha | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r8681: if SOCKET_WRAPPER_DIR starts with ./ then strip it internally. This sa... | Andrew Tridgell | 1 | -4/+17 |
2007-10-10 | r8680: try harder to find the binary for gdb in the backtrace | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r8679: only call fault setup once (thanks to andrew for pointing this out) | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r8678: setup for gdb backtrace in 'make test' | Andrew Tridgell | 7 | -24/+39 |
2007-10-10 | r8677: The first part of the domain name may not be equal to the netbios doma... | Andrew Bartlett | 2 | -2/+4 |
2007-10-10 | r8676: attribute lists in ldb searches must be NULL terminated | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8674: With the rdn_name module, we don't need this duplication in the samdb | Andrew Bartlett | 1 | -22/+0 |
2007-10-10 | r8671: use much shorter names for the selftest directory and socket wrapper | Andrew Tridgell | 3 | -9/+21 |
2007-10-10 | r8670: Remove GUID code from SAMR, it is handled lower down now. I notice | Andrew Bartlett | 1 | -11/+1 |
2007-10-10 | r8669: The objectguid module belongs in Samba's ldb module collection, not in | Andrew Bartlett | 5 | -33/+25 |
2007-10-10 | r8668: fixed a segv during upgrade of a very old ldb. | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8667: Further simply the provision script, by removing the 'name' attribute. | Andrew Bartlett | 7 | -83/+312 |
2007-10-10 | r8666: The same fix as the last commit, I was caught out on a move from a | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8665: fixed a segv at high debug level in the web server | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r8664: I got caught out not testing... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r8663: Since simo constructed the samdb module, he and tridge have worked on | Andrew Bartlett | 1 | -31/+34 |
2007-10-10 | r8662: Revert change to CN=Cert Publishers, this group still needs to | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r8661: added strstr() ejs function in string lib | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r8660: Use templates for the initial provision of user and computer accounts. | Andrew Bartlett | 4 | -237/+164 |
2007-10-10 | r8659: return ldif formatted attributes in the ejs ldb search call, so sids s... | Andrew Tridgell | 4 | -11/+27 |
2007-10-10 | r8658: move use of lp_security() and lp_nt_status_support() into the connecti... | Andrew Tridgell | 3 | -2/+10 |
2007-10-10 | r8651: fixed a boolean expression bug (submitted upstream) | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8650: Use the timestamps and a new objectguid module rather than placing | Andrew Bartlett | 7 | -212/+307 |
2007-10-10 | r8649: added smbscript to the list of binaries to install | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r8648: automatically redirect to provisioning if not yet provisioned when the | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r8644: This is a more useful error than unsuccesful. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r8643: - make lp_configfile() work again | Andrew Tridgell | 17 | -32/+92 |
2007-10-10 | r8642: - fixed install of new swat files | Andrew Tridgell | 1 | -6/+2 |
2007-10-10 | r8640: continue the trend by moving the ejs random calls into an object | Andrew Tridgell | 2 | -4/+17 |
2007-10-10 | r8639: moved loadparm calls into an ejs object | Andrew Tridgell | 5 | -11/+30 |
2007-10-10 | r8638: continue the trend of maknig our C functions true ejs objects by makin... | Andrew Tridgell | 2 | -7/+22 |
2007-10-10 | r8637: added sys.stat() and sys.lstat() calls | Andrew Tridgell | 1 | -0/+71 |
2007-10-10 | r8636: fixed the ejs ldb test to work with the new ldb.search() syntax, and | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8635: make object inheritance with the builtin objects easy by allowing | Andrew Tridgell | 5 | -27/+33 |
2007-10-10 | r8634: we are still getting occasional test failures due to disk space | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8633: check for valid input to ejs_userAuth() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r8632: use <pre> around displayed exceptions | Andrew Tridgell | 1 | -1/+3 |