Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r9793: Be more verbose, check for errors in upgrade script. | Jelmer Vernooij | 1 | -9/+23 |
2007-10-10 | r9770: Couple other bugfixes | Jelmer Vernooij | 2 | -8/+9 |
2007-10-10 | r9762: Add support for reading good old smbpasswd files | Jelmer Vernooij | 1 | -23/+36 |
2007-10-10 | r9756: One-way upgrade from Samba3->Samba4 basically works now | Jelmer Vernooij | 2 | -13/+8 |
2007-10-10 | r9754: Upgrading with the command line utility now works, at least partially (-: | Jelmer Vernooij | 1 | -8/+95 |
2007-10-10 | r9746: Add "staff" as possible alternative to wheel | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9744: - [upgrade.js] Start working on smb.conf conversion. | Jelmer Vernooij | 1 | -36/+123 |
2007-10-10 | r9735: More work on generating a valid Samba4 configuration using the | Jelmer Vernooij | 1 | -2/+269 |
2007-10-10 | r9722: Initial attempt at converting samba3dump to EJS.. | Jelmer Vernooij | 1 | -1/+6 |
2007-10-10 | r9718: Work a bit on the SWAT interface | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r9707: r11080@blu: tridge | 2005-08-28 12:41:12 +1000 | Andrew Tridgell | 1 | -1/+26 |
2007-10-10 | r9568: updated the winreg js library for CreateKey, and add a --createkey | Andrew Tridgell | 1 | -6/+41 |
2007-10-10 | r9497: - converted the winreg library to a more OO style of interface | Andrew Tridgell | 1 | -30/+63 |
2007-10-10 | r9465: handle encoding and decoding of pointers, representing them as a | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r9355: return the EnumKey and EnumValue list we have so far when we get a rpc... | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValue | Andrew Tridgell | 1 | -17/+110 |
2007-10-10 | r9227: cleanup and simplify the AJAJ code | Andrew Tridgell | 1 | -6/+7 |
2007-10-10 | r9218: make the winreg library code handle arbitrary paths more efficiently | Andrew Tridgell | 1 | -16/+38 |
2007-10-10 | r9178: remove the old server printf code | Andrew Tridgell | 1 | -13/+0 |
2007-10-10 | r9174: ejs does not include the special variable 'length' in for loops over o... | Andrew Tridgell | 1 | -18/+32 |
2007-10-10 | r9159: abstract the winreg js functions into a nice library interface | Andrew Tridgell | 1 | -0/+115 |
2007-10-10 | r9131: started adding the server side code for "AJAJ" (asynchronous javascrip... | Andrew Tridgell | 2 | -0/+195 |
2007-10-10 | r8822: fixed number of arguments in samr lib | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r8821: continue the trend to move to a more OO style of interface for our js | Andrew Tridgell | 2 | -31/+25 |
2007-10-10 | r8790: Finish the migration of aliases and privilages with SamSync, by adding | Andrew Bartlett | 1 | -12/+7 |
2007-10-10 | r8677: The first part of the domain name may not be equal to the netbios doma... | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r8660: Use templates for the initial provision of user and computer accounts. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r8650: Use the timestamps and a new objectguid module rather than placing | Andrew Bartlett | 1 | -5/+14 |
2007-10-10 | r8648: automatically redirect to provisioning if not yet provisioned when the | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r8643: - make lp_configfile() work again | Andrew Tridgell | 1 | -2/+19 |
2007-10-10 | r8640: continue the trend by moving the ejs random calls into an object | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r8639: moved loadparm calls into an ejs object | Andrew Tridgell | 3 | -8/+14 |
2007-10-10 | r8638: continue the trend of maknig our C functions true ejs objects by makin... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs... | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r8603: we have to use the same db name as the rest of smbd uses so the ldb co... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8590: added server status utility functions for checking on the status of a ... | Andrew Tridgell | 2 | -0/+80 |
2007-10-10 | r8584: added --nbt option to smbstatus for nbt server statistics | Andrew Tridgell | 1 | -0/+21 |
2007-10-10 | r8577: added management calls to list current tree connects | Andrew Tridgell | 1 | -1/+40 |
2007-10-10 | r8575: the beginnings of a smbstatus command | Andrew Tridgell | 1 | -0/+33 |
2007-10-10 | r8570: delete all records in the old db when provisioning, rather than using | Andrew Tridgell | 1 | -2/+26 |
2007-10-10 | r8561: as with the other ejs subsystems, make nss into a object | Andrew Tridgell | 1 | -5/+7 |
2007-10-10 | r8558: move newuser logic into the provision.js lib | Andrew Tridgell | 1 | -0/+84 |
2007-10-10 | r8488: after discussions with simo, moved to a full OO interface, so you don'... | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r8486: switched to a separate connection operation in ldb interface | Andrew Tridgell | 1 | -2/+5 |
2007-10-10 | r8484: switched the sys_*() calls to the OO interface | Andrew Tridgell | 1 | -10/+12 |
2007-10-10 | r8483: switched our generated ejs rpc code over to the new OO interface. This | Andrew Tridgell | 1 | -14/+15 |
2007-10-10 | r8481: switched ldb ejs called over to an OO interface, so you do: | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8445: if a system doesn't have "nogroup" then try "nobody" | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8372: - split out provisioning logic into a separate ejs library | Andrew Tridgell | 1 | -0/+222 |
2007-10-10 | r8355: - added a vsprintf() function | Andrew Tridgell | 1 | -0/+8 |