Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19449: ldbbrowse: installation hopefully works now. "Developer" installations | Derrell Lipman | 1 | -5/+7 |
2007-10-10 | r19427: print out the currect name | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grained | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19334: Commit commented provisioning code to activate the schema | Simo Sorce | 1 | -0/+32 |
2007-10-10 | r19318: Because we don't test the vampire code in SWAT very regularly, it bit... | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r19297: fixed a leak in the ejs ldb interface | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r19258: Don't delete the contents of the partitions twice, and in particular | Andrew Bartlett | 1 | -17/+6 |
2007-10-10 | r19252: - fixed 'erase' argument to setup_ldb() | Andrew Tridgell | 1 | -2/+21 |
2007-10-10 | r19216: Merge from SAMBA_4_0_RELEASE: | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r19165: handle errors better for jsonrpc. generate an error object whenever ... | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suite | Derrell Lipman | 2 | -124/+233 |
2007-10-10 | r19051: JSON-RPC server work-in-progress. It's almost working. | Derrell Lipman | 2 | -1/+34 |
2007-10-10 | r19048: ensure our memory gets cleaned up even upon exception | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r19020: move jsonrpc_include to a more appropriate location in the file, and ... | Derrell Lipman | 1 | -13/+17 |
2007-10-10 | r19019: Add a parser for javascript literals. This is implemented for parsin... | Derrell Lipman | 2 | -1/+672 |
2007-10-10 | r18977: Seperate these asserts, so we know which fired. | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r18880: JSON-RPC work in progress | Derrell Lipman | 3 | -1/+167 |
2007-10-10 | r18850: add strspn() function i ejs | Derrell Lipman | 1 | -0/+17 |
2007-10-10 | r18567: fixed the winreg js code for the new names of the fields in winreg.idl | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r18334: AIX 5.1 doesn't have any of 'users', 'guest', 'other' or 'unknown' | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18248: Bail out with a error message if this search fails for some reason. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r18213: don't list LIBREPLACE depdendecies explicit and | Stefan Metzmacher | 1 | -8/+1 |
2007-10-10 | r18135: almost there .... | Andrew Tridgell | 1 | -1/+8 |
2007-10-10 | r18121: Simplify m4 code, hopefully fix Samba4 build problems. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18117: first steps in making samba4 use libreplace | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r18072: Really delete things in the base partition, after we changed where the | Andrew Bartlett | 1 | -4/+3 |
2007-10-10 | r17982: One final hack... | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size() | Stefan Metzmacher | 1 | -8/+4 |
2007-10-10 | r17876: Require one less patch for the LDAP backend to work. | Andrew Bartlett | 1 | -4/+21 |
2007-10-10 | r17791: get rid of another compiler warning | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r17704: Add comments suggesting how to get the LDAP backend working. | Andrew Bartlett | 1 | -3/+23 |
2007-10-10 | r17648: update minschema.js | Simo Sorce | 1 | -2/+14 |
2007-10-10 | r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on the | Stefan Metzmacher | 2 | -2/+2 |
2007-10-10 | r17548: It is a good idea to commit the fix (from mkhl) before the test that | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17534: Try another group for 'wheel' on True64. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r17499: Open the main database only the minimum times during a provision. | Andrew Bartlett | 1 | -84/+62 |
2007-10-10 | r17341: pass a messaging context to auth_context_create() | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r17339: pass the event context and messaging context together to the | Stefan Metzmacher | 2 | -2/+16 |
2007-10-10 | r17330: Enable the partitions module. | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r17206: Add a modular API for share configuration. | Simo Sorce | 1 | -0/+7 |
2007-10-10 | r16265: Fix 'newuser' command. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16264: Add, but do not yet enable, the partitions module. | Andrew Bartlett | 1 | -19/+150 |
2007-10-10 | r16168: Make the example match the actual function. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16063: Make is clearer when we can't write to the smb.conf | Andrew Bartlett | 1 | -5/+8 |
2007-10-10 | r15805: Fix incompatible type assignment. Caught by the IBM checker. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15731: module init functions should return NTSTATUS, not void | Andrew Tridgell | 10 | -10/+20 |
2007-10-10 | r15585: Revive pidl's SWIG file generator. It now generates simple | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15581: Remove unused include | Jelmer Vernooij | 1 | -1/+0 |
2007-10-10 | r15391: Wrap up the nbt_name_query() function as a bit of an experiment. It | Tim Potter | 1 | -1/+2 |