summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-02-183 places where the VFS backend doesn't handle NULL strings.Andrew Tridgell3-0/+15
2008-02-18handle pushing of zero length smb2 stringsAndrew Tridgell1-0/+6
2008-02-16fixed RAW-READ after the bufinfo changes. Thanks to Metze for spottingAndrew Tridgell1-0/+3
2008-02-16Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell9-365/+604
2008-02-16fixed handling of zero sized buffers versus NULL buffers inAndrew Tridgell1-10/+31
2008-02-15Unconditionally run the python tests.Jelmer Vernooij1-30/+26
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij6-55/+123
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij17-469/+477
2008-02-15Mark the provision_bare() test as known failing for now.Jelmer Vernooij1-0/+1
2008-02-15Use struct for provision parameters since there are so many of them.Jelmer Vernooij5-186/+202
2008-02-15lsa.idl: add lsa_AsciiStringLargeStefan Metzmacher1-0/+6
2008-02-15lsa.idl: don't use ascstr_noterm anymoreStefan Metzmacher1-3/+3
2008-02-15epmapper.idl: don't use ascstr2 anymoreStefan Metzmacher1-1/+10
2008-02-15epmapper.idl: add link to official IDLStefan Metzmacher1-0/+1
2008-02-15dcerpc.idl: use charset() instead of ascstr3Stefan Metzmacher1-1/+2
2008-02-15ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ...Stefan Metzmacher1-0/+3
2008-02-15drsuapi.idl: use charset() instead of the exotic flags() and stringStefan Metzmacher1-3/+6
2008-02-15krb5pac.idl: use charset() instead of string type with flagsStefan Metzmacher1-1/+2
2008-02-15NET-API-BECOME-DC: at least find the 'provision' function in python modeStefan Metzmacher1-4/+16
2008-02-15cyrus_sasl: fix compiler warningsStefan Metzmacher1-1/+4
2008-02-15remove redundent codeAndrew Tridgell1-3/+0
2008-02-15fixed some options that could not be overridden on the command lineAndrew Tridgell1-10/+3
2008-02-15added blackbox testing of gentestAndrew Tridgell1-0/+1
2008-02-15convert gentest to use popt and the cmdline libraryAndrew Tridgell1-83/+83
2008-02-15make sure lp_ctx is initialisedAndrew Tridgell1-1/+2
2008-02-15fix typoAndrew Tridgell1-1/+1
2008-02-15added a blackbox test for masktestAndrew Tridgell2-5/+11
2008-02-15fixed masktest to use popt, and fixed the incorrect pstring conversionAndrew Tridgell1-94/+63
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell3-95/+72
2008-02-15added blackbox testing for locktestAndrew Tridgell2-1/+16
2008-02-15add some info on running testsAndrew Tridgell1-0/+21
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell10-207/+204
2008-02-15fixed loadparm handling in standalone testsAndrew Tridgell3-3/+3
2008-02-15Add ability to not specify certain provision options(), fix some other options.Jelmer Vernooij1-19/+47
2008-02-15Add test for provision_bare() code.Jelmer Vernooij1-0/+21
2008-02-15Finish migration of provision code.Jelmer Vernooij3-57/+103
2008-02-15Move Python dependencies.Jelmer Vernooij1-3/+2
2008-02-15Avoid using private libnet test structure inside util_provision.Jelmer Vernooij2-55/+95
2008-02-14Split provision from C code out of becomedc.Jelmer Vernooij3-296/+326
2008-02-14Fix path to talloc guide. Noted by "teferi" on irc.Michael Adam1-1/+1
2008-02-14util_ldb: Add a missing \n to debug string, fix trailing whitespaces.Kai Blin1-8/+9
2008-02-14loadparm: Clean up trailing whitespaceKai Blin1-163/+163
2008-02-14Don't create symlinks pointing at themselves.Jelmer Vernooij1-3/+1
2008-02-14Remove type before variables in data.mkJelmer Vernooij6-29/+29
2008-02-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij36-235/+446
2008-02-14updated SMB2 code for getinfo according to WSPP docsAndrew Tridgell8-58/+109
2008-02-14A better way to handle the different format of RenameInformation in SMB2Andrew Tridgell6-14/+54
2008-02-14Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell17-96/+114
2008-02-14we need to refuse a root_fid in rename on SMB but not SMB2Andrew Tridgell1-3/+5
2008-02-14Fixed SMB2 rename operations from Vista clientsAndrew Tridgell8-30/+59