Age | Commit message (Expand) | Author | Files | Lines |
2008-02-16 | fixed handling of zero sized buffers versus NULL buffers in | Andrew Tridgell | 1 | -10/+31 |
2008-02-15 | Unconditionally run the python tests. | Jelmer Vernooij | 1 | -30/+26 |
2008-02-15 | Reconcile header files for torture utility functions. | Jelmer Vernooij | 6 | -55/+123 |
2008-02-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 20 | -469/+606 |
2008-02-15 | Mark the provision_bare() test as known failing for now. | Jelmer Vernooij | 1 | -0/+1 |
2008-02-15 | Use struct for provision parameters since there are so many of them. | Jelmer Vernooij | 5 | -186/+202 |
2008-02-15 | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 1 | -0/+6 |
2008-02-15 | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 1 | -3/+3 |
2008-02-15 | epmapper.idl: don't use ascstr2 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-15 | epmapper.idl: add link to official IDL | Stefan Metzmacher | 1 | -0/+1 |
2008-02-15 | dcerpc.idl: use charset() instead of ascstr3 | Stefan Metzmacher | 1 | -1/+2 |
2008-02-15 | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ... | Stefan Metzmacher | 1 | -0/+3 |
2008-02-15 | drsuapi.idl: use charset() instead of the exotic flags() and string | Stefan Metzmacher | 1 | -3/+6 |
2008-02-15 | krb5pac.idl: use charset() instead of string type with flags | Stefan Metzmacher | 1 | -1/+2 |
2008-02-15 | NET-API-BECOME-DC: at least find the 'provision' function in python mode | Stefan Metzmacher | 1 | -4/+16 |
2008-02-15 | cyrus_sasl: fix compiler warnings | Stefan Metzmacher | 1 | -1/+4 |
2008-02-15 | remove redundent code | Andrew Tridgell | 1 | -3/+0 |
2008-02-15 | fixed some options that could not be overridden on the command line | Andrew Tridgell | 1 | -10/+3 |
2008-02-15 | added blackbox testing of gentest | Andrew Tridgell | 2 | -0/+48 |
2008-02-15 | convert gentest to use popt and the cmdline library | Andrew Tridgell | 1 | -83/+83 |
2008-02-15 | make sure lp_ctx is initialised | Andrew Tridgell | 1 | -1/+2 |
2008-02-15 | fix typo | Andrew Tridgell | 1 | -1/+1 |
2008-02-15 | added a blackbox test for masktest | Andrew Tridgell | 3 | -5/+52 |
2008-02-15 | fixed masktest to use popt, and fixed the incorrect pstring conversion | Andrew Tridgell | 1 | -94/+63 |
2008-02-15 | converted locktest to use popt and cmdline utility code | Andrew Tridgell | 4 | -99/+77 |
2008-02-15 | added blackbox testing for locktest | Andrew Tridgell | 3 | -1/+56 |
2008-02-15 | add some info on running tests | Andrew Tridgell | 1 | -0/+21 |
2008-02-15 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 10 | -207/+204 |
2008-02-15 | fixed loadparm handling in standalone tests | Andrew Tridgell | 3 | -3/+3 |
2008-02-15 | Add ability to not specify certain provision options(), fix some other options. | Jelmer Vernooij | 1 | -19/+47 |
2008-02-15 | Add test for provision_bare() code. | Jelmer Vernooij | 1 | -0/+21 |
2008-02-15 | Finish migration of provision code. | Jelmer Vernooij | 3 | -57/+103 |
2008-02-15 | Move Python dependencies. | Jelmer Vernooij | 1 | -3/+2 |
2008-02-15 | Avoid using private libnet test structure inside util_provision. | Jelmer Vernooij | 2 | -55/+95 |
2008-02-14 | Split provision from C code out of becomedc. | Jelmer Vernooij | 3 | -296/+326 |
2008-02-14 | Fix path to talloc guide. Noted by "teferi" on irc. | Michael Adam | 1 | -1/+1 |
2008-02-14 | util_ldb: Add a missing \n to debug string, fix trailing whitespaces. | Kai Blin | 1 | -8/+9 |
2008-02-14 | loadparm: Clean up trailing whitespace | Kai Blin | 1 | -163/+163 |
2008-02-14 | Don't create symlinks pointing at themselves. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-14 | Remove type before variables in data.mk | Jelmer Vernooij | 6 | -29/+29 |
2008-02-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 36 | -235/+446 |
2008-02-14 | updated SMB2 code for getinfo according to WSPP docs | Andrew Tridgell | 8 | -58/+109 |
2008-02-14 | A better way to handle the different format of RenameInformation in SMB2 | Andrew Tridgell | 6 | -14/+54 |
2008-02-14 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 18 | -96/+115 |
2008-02-14 | we need to refuse a root_fid in rename on SMB but not SMB2 | Andrew Tridgell | 1 | -3/+5 |
2008-02-14 | Fixed SMB2 rename operations from Vista clients | Andrew Tridgell | 8 | -30/+59 |
2008-02-14 | Convert SMB and SMB2 code to use a common buffer handling structure | Andrew Tridgell | 28 | -157/+246 |
2008-02-13 | Remove some make variables that aren't necessary. | Jelmer Vernooij | 3 | -4/+2 |
2008-02-13 | Fix talloc .so installation. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-13 | Fix corner case. | Jelmer Vernooij | 1 | -1/+2 |