Age | Commit message (Expand) | Author | Files | Lines |
2008-04-15 | Fix formatting, remove unused function. | Jelmer Vernooij | 1 | -14/+3 |
2008-04-15 | More patchfile fixes. Write support should work now. | Wilco Baan Hofman | 2 | -14/+35 |
2008-04-15 | Fix PReg write support. | Wilco Baan Hofman | 4 | -18/+97 |
2008-04-15 | Fixed the patchfile tests and tidy up the patchfile backends. | Wilco Baan Hofman | 5 | -32/+226 |
2008-04-14 | Remove debug stuff. | Wilco Baan Hofman | 1 | -1/+0 |
2008-04-14 | Add support for security descriptors. Also patched the regf backend to suppor... | Wilco Baan Hofman | 7 | -42/+164 |
2008-04-14 | Attempt to fix the patchfile_preg backend for big endian machines. | Wilco Baan Hofman | 2 | -6/+10 |
2008-04-13 | smb_build: Make sure LIBRARY_SONAME is never uninitialized. | James Peach | 1 | -0/+4 |
2008-04-13 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovision | Jelmer Vernooij | 24 | -535/+1385 |
2008-04-13 | Use torture_assert_mem_equal() in a couple more places. | Jelmer Vernooij | 6 | -13/+13 |
2008-04-13 | Use new torture_assert_mem_equal. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-13 | Attempt to fix get_value() test on sparc machines. | Jelmer Vernooij | 2 | -1/+10 |
2008-04-11 | Actually test the different 'fill levels' in the provision process. | Andrew Bartlett | 1 | -0/+2 |
2008-04-11 | Reuse the lp_ctx and samdb returned by the python provision. | Andrew Bartlett | 1 | -36/+2 |
2008-04-11 | Don't specify the ntds_guid to the C -> python provision interface | Andrew Bartlett | 3 | -4/+0 |
2008-04-11 | Don't reopen the sam.ldb again | Andrew Bartlett | 1 | -2/+0 |
2008-04-11 | Use the python-provided ldb and lp_ctx pointers in libnet_vampire.c | Andrew Bartlett | 1 | -29/+6 |
2008-04-11 | Far less cryptic traceback when you have an existing smb.conf | Andrew Bartlett | 1 | -6/+21 |
2008-04-11 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 2 | -12/+8 |
2008-04-11 | Fixed a crash bug in unixuid module on failed ID mapping | Andrew Tridgell | 2 | -12/+8 |
2008-04-11 | Fix merge errors on C provision interface after jelmer's good work. | Andrew Bartlett | 11 | -45/+121 |
2008-04-11 | Set a netbios name into provision, and zero the rest. | Andrew Bartlett | 1 | -2/+2 |
2008-04-11 | Return SAM ldb context and loadparm context as part of C provision | Jelmer Vernooij | 5 | -34/+94 |
2008-04-10 | Fix extra argument to provision_bare(). | Jelmer Vernooij | 1 | -1/+2 |
2008-04-10 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into cprovision | Jelmer Vernooij | 1 | -1/+4 |
2008-04-10 | Add infrastructure for returning ProvisionResult in C provision code. | Jelmer Vernooij | 4 | -7/+20 |
2008-04-09 | Make sure we do not reference req after it has been freed | Simo Sorce | 1 | -1/+4 |
2008-04-09 | No longer install unused smbscript binary. | Jelmer Vernooij | 1 | -1/+0 |
2008-04-09 | Fix so version of hostconfig library. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-09 | Fix up provision to specify SERVERDN in more places. | Andrew Bartlett | 1 | -0/+5 |
2008-04-09 | Link the new vampire code togeather. | Andrew Bartlett | 6 | -15/+113 |
2008-04-09 | Don't fill in the secrets DB unless we make the entries. | Andrew Bartlett | 1 | -7/+8 |
2008-04-09 | Factor out filling in the secrets database. | Andrew Bartlett | 2 | -80/+133 |
2008-04-09 | Remove dns_name element | Andrew Bartlett | 3 | -4/+2 |
2008-04-09 | Be consistant in using ${SEVERDN}. | Andrew Bartlett | 5 | -7/+7 |
2008-04-09 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 22 | -5041/+376 |
2008-04-09 | Start implementation of real 'net vampire' code. | Andrew Bartlett | 6 | -375/+1120 |
2008-04-09 | Merge branch 'openchange' into cprovision | Jelmer Vernooij | 3 | -8/+1 |
2008-04-09 | Add docstring, PEP8. | Jelmer Vernooij | 1 | -5/+15 |
2008-04-09 | Move provision C bindings to param/. | Jelmer Vernooij | 7 | -27/+54 |
2008-04-08 | BASE-DELAYWRITE: be more friendly to filesystems without high resolution time... | Stefan Metzmacher | 1 | -1/+12 |
2008-04-08 | BASE-DELAYWRITE: use timeval_* and make it possible to spefic the writetime u... | Stefan Metzmacher | 1 | -101/+164 |
2008-04-08 | Clearer names for singleton return types. | Jelmer Vernooij | 1 | -3/+2 |
2008-04-08 | Remove length arguments, add tests for unixinfo.GidToSid and unixinfo.UidToSid. | Jelmer Vernooij | 2 | -3/+9 |
2008-04-08 | Fix bug handling size arguments in a direction without actual data. | Jelmer Vernooij | 1 | -11/+22 |
2008-04-08 | Array lengths can be obtained from Python objects so remove them from the Pyt... | Jelmer Vernooij | 1 | -1/+25 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pidldocs | Jelmer Vernooij | 14 | -96/+179 |
2008-04-08 | Set VENDORPREFIX rather than PREFIX to try to fix installation on some | Jelmer Vernooij | 1 | -1/+1 |
2008-04-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 27 | -396/+553 |
2008-04-08 | Re-add support for the --ldap-backend-port option to provision-backend | Andrew Bartlett | 3 | -25/+37 |