Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11354: - generate a ejs error on bad ldif to add/modify | Andrew Tridgell | 2005-10-28 | 1 | -3/+7 | |
| | | | | - fixed a double free error in ldb.close() | |||||
* | r11308: Correctly return status code in case of js error or libnet | Rafal Szczesniak | 2005-10-26 | 1 | -1/+8 | |
| | | | | | | | function execution error. rafal | |||||
* | r11303: Support defining and installing public headers for libraries. | Jelmer Vernooij | 2005-10-26 | 1 | -1/+1 | |
| | | | | | Support installing libraries. Get rid of pkg-config file (will be autogenerated later on). | |||||
* | r11285: fixed winreg.js for the recent change to winreg.idl | Andrew Tridgell | 2005-10-25 | 1 | -2/+2 | |
| | ||||||
* | r11281: Initial ejs interface for libnet functions. | Rafal Szczesniak | 2005-10-24 | 4 | -1/+149 | |
| | | | | rafal | |||||
* | r11244: Relative path names in .mk files | Jelmer Vernooij | 2005-10-21 | 2 | -19/+21 | |
| | ||||||
* | r11222: Small provision fixes: canonicalName is now generated, and the DC= | Andrew Bartlett | 2005-10-20 | 1 | -1/+1 | |
| | | | | | | list should be from the dnsdomain (ie lowercae). Andrew Bartlett | |||||
* | r11217: Ensure the realm is substituted in UPPER case. | Andrew Bartlett | 2005-10-20 | 1 | -2/+2 | |
| | | | | Andrew Bartlett | |||||
* | r11214: Remove scons files (see ↵ | Jelmer Vernooij | 2005-10-20 | 2 | -15/+0 | |
| | | | | http://lists.samba.org/archive/samba-technical/2005-October/043443.html) | |||||
* | r11203: Use different variable names to make it easier to tell which assert ↵ | Andrew Bartlett | 2005-10-20 | 1 | -4/+4 | |
| | | | | | | fired. Andrew Bartlett | |||||
* | r11171: fix the build | Stefan Metzmacher | 2005-10-19 | 1 | -1/+2 | |
| | | | | metze | |||||
* | r11087: - add type,name,scope as attributes to winsRecords, | Stefan Metzmacher | 2005-10-15 | 1 | -7/+58 | |
| | | | | | | | | so you can use them in search filters, only for administration not used inside the winserver code - fix the samba3 ugrade scripts to create a correct samba4 wins.ldb metze | |||||
* | r11086: add sys.unix2nttime() function | Stefan Metzmacher | 2005-10-15 | 1 | -0/+17 | |
| | | | | metze | |||||
* | r11085: as ejs doesn't support '&' '|' bitwise AND and OR, | Stefan Metzmacher | 2005-10-15 | 1 | -0/+47 | |
| | | | | | | we need some helper functions for this metze | |||||
* | r11083: use the addresses from the record | Stefan Metzmacher | 2005-10-15 | 1 | -1/+3 | |
| | | | | metze | |||||
* | r10914: moved the ldap time string functions into ldb so they can be used by | Andrew Tridgell | 2005-10-12 | 1 | -1/+2 | |
| | | | | the time attribute handling functions | |||||
* | r10586: Add MergedObject() builder. Default to Library() rather | Jelmer Vernooij | 2005-09-28 | 1 | -2/+2 | |
| | | | | then StaticLibrary() | |||||
* | r10528: Add credentials.h back into includes.h as some compilers don't | Jelmer Vernooij | 2005-09-27 | 2 | -2/+0 | |
| | | | | seem to be able to handle incomplete enum types. | |||||
* | r10515: Handle replacement of "domain logons" and "domain master" by "server ↵ | Jelmer Vernooij | 2005-09-26 | 1 | -2/+14 | |
| | | | | role" | |||||
* | r10510: Decrease the amount of data included by includes.h a bit | Jelmer Vernooij | 2005-09-26 | 2 | -0/+2 | |
| | ||||||
* | r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again. | Andrew Bartlett | 2005-09-22 | 2 | -2/+2 | |
| | | | | | | | | | | | | | I still have issues with Win2k3 SP1, and Samba4 doesn't pass it's own test for the moment, but I'm working on these issues :-) This required a change to the credentials API, so that the special case for NTLM logins using a principal was indeed handled as a special, not general case. Also don't set the realm from a ccache, as then it overrides --option=realm=. Andrew Bartlett | |||||
* | r10348: Add scons scripts for remaining subsystems. Most subsystems build now, | Jelmer Vernooij | 2005-09-20 | 2 | -0/+15 | |
| | | | | | but final linking still fails (as does generating files asn1, et, idl and proto files) | |||||
* | r10316: More dynconfig fixes | Jelmer Vernooij | 2005-09-19 | 3 | -3/+0 | |
| | ||||||
* | r10252: a recent checkin from simo changed the handling of BASE and SUBTREE | Andrew Tridgell | 2005-09-16 | 1 | -0/+1 | |
| | | | | | searches in ldb to be more ldap compliant, but broke the wins server and the ejs ldb code. This fixes those up so 'make test' passes again. | |||||
* | r10193: r11632@blu: tridge | 2005-08-30 23:08:27 +1000 | Andrew Tridgell | 2005-09-13 | 1 | -0/+22 | |
| | | | | | | | | if we fail to erase a ldb during provision by traversing and deleting records (an in-place erase) then just unlink it and start it again. This makes provisioning much more robust to changes in ldb that make it not backward compatible with old DBs. | |||||
* | r10192: r11631@blu: tridge | 2005-08-30 23:06:37 +1000 | Andrew Tridgell | 2005-09-13 | 1 | -0/+26 | |
| | | | | added a ldb.close() method in js. Useful for re-opening the db | |||||
* | r10190: Do some very basic input checking when provisioning. | Jelmer Vernooij | 2005-09-12 | 1 | -0/+26 | |
| | ||||||
* | r9990: Fix some 64-bit size_t warnings. | Tim Potter | 2005-09-03 | 1 | -3/+3 | |
| | ||||||
* | r9951: Add another value to the default HKLM. | Jelmer Vernooij | 2005-09-02 | 1 | -4/+15 | |
| | | | | Convert Samba3 policy "refuse machine pw change" to registry value. | |||||
* | r9925: Fix swapped nt/lm password hashes - caught by Andrew Bartlett | Jelmer Vernooij | 2005-09-01 | 1 | -1/+1 | |
| | ||||||
* | r9915: Some more mappings. Fix weird sAMAccountName values. | Jelmer Vernooij | 2005-09-01 | 1 | -4/+10 | |
| | ||||||
* | r9899: Be more conservative about what is sent to the remote server in ldb_map. | Jelmer Vernooij | 2005-09-01 | 1 | -5/+6 | |
| | ||||||
* | r9854: Finish ldb_map testsuite | Jelmer Vernooij | 2005-09-01 | 1 | -18/+79 | |
| | | | | | Update PLAN Some more small other fixes | |||||
* | r9842: More error checks in the ldb_map modules, extend testsuite | Jelmer Vernooij | 2005-08-31 | 2 | -32/+35 | |
| | ||||||
* | r9834: More tests for the upgrade from Samba3 | Jelmer Vernooij | 2005-08-31 | 2 | -9/+63 | |
| | ||||||
* | r9830: Fix support for importing registry values. Extended the examplre ↵ | Jelmer Vernooij | 2005-08-31 | 1 | -5/+3 | |
| | | | | registry tdb. | |||||
* | r9827: Convert 'passdb backend' rather then 'passdb backends' | Jelmer Vernooij | 2005-08-31 | 1 | -1/+2 | |
| | | | | Be a bit more verbose | |||||
* | r9826: Add some more OOM checks | Jelmer Vernooij | 2005-08-31 | 1 | -2/+2 | |
| | ||||||
* | r9825: Correctly handle length argument to substr() | Jelmer Vernooij | 2005-08-31 | 1 | -3/+2 | |
| | ||||||
* | r9816: Work on testsuite for upgrade | Jelmer Vernooij | 2005-08-31 | 2 | -23/+39 | |
| | | | | Add 'paths' object to provision code. | |||||
* | r9813: Conver testsuite for samba3sam module to EJS | Jelmer Vernooij | 2005-08-30 | 1 | -3/+3 | |
| | ||||||
* | r9805: Add 'data' property to param EJS object | Jelmer Vernooij | 2005-08-30 | 2 | -23/+107 | |
| | | | | | Write out new smb.conf file. Parameters that have disappeared between Samba 3 and 4 will optionally be prefixed with 'samba3:' | |||||
* | r9800: Add EJS interface to param. tridge, sorry this overlaps a bit | Jelmer Vernooij | 2005-08-30 | 5 | -4/+216 | |
| | | | | with your loadparm interface. :-/ | |||||
* | r9798: Add generic functions for handling smb.conf files (the parameters ↵ | Jelmer Vernooij | 2005-08-30 | 1 | -40/+3 | |
| | | | | | | | | don't to be pre-declared). Also doesn't use any globals, so multiple files can be loaded at once. Currently uses the prefix "param" for all functions and structures; suggestions for better ones are welcome... Remove old smb.conf-parsing code from libsamba3. | |||||
* | r9793: Be more verbose, check for errors in upgrade script. | Jelmer Vernooij | 2005-08-30 | 1 | -9/+23 | |
| | ||||||
* | r9770: Couple other bugfixes | Jelmer Vernooij | 2005-08-30 | 4 | -13/+28 | |
| | | | | Update TODO-list | |||||
* | r9762: Add support for reading good old smbpasswd files | Jelmer Vernooij | 2005-08-29 | 3 | -25/+99 | |
| | | | | | Fix password support Make base64 decode/encode functions available to EJS | |||||
* | r9756: One-way upgrade from Samba3->Samba4 basically works now | Jelmer Vernooij | 2005-08-29 | 3 | -13/+65 | |
| | | | | Still need to polish some rough edges | |||||
* | r9755: Fix crash bug in SWAT login | Jelmer Vernooij | 2005-08-29 | 1 | -1/+4 | |
| | ||||||
* | r9754: Upgrading with the command line utility now works, at least partially (-: | Jelmer Vernooij | 2005-08-29 | 2 | -9/+98 | |
| | | | | Upgrading using SWAT should work as well now. |