2009-03-01 |
Jelmer Vernooij | Move secace.c to top-level.
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of git://git.samba.org/samba...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Rerun pidl.
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Don't generate array iterators when the length of the...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of git://git.samba.org/samba...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of git://git.samba.org/samba...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Avoid using tevent_util.h, which won't be available...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Move next_token_talloc to util.c, as util_str.c is...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Move next_token_talloc() to top-level.
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Sync smb_iconv_t type, convert_string return type with...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Add allow_badcharcnv argument to all conversion function...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Merge branch 'master' of git://git.samba.org/samba...
|
commit | commitdiff | tree |
2009-03-01 |
Jelmer Vernooij | Eliminate two duplicate SEC_ACE_TYPE constants already...
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Only define _GNU_SOURCE if it's not defined yet.
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Rerun pidl.
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Include header with NTSTATUS, as some IDL files use it.
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Don't define _GNU_SOURCE if it's already defined on...
|
commit | commitdiff | tree |
2009-02-25 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-24 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-24 |
Jelmer Vernooij | expand tabs in python file, consistent with the rest...
|
commit | commitdiff | tree |
2009-02-24 |
Jelmer Vernooij | expand tabs in python file, consistent with the rest...
|
commit | commitdiff | tree |
2009-02-23 |
Jelmer Vernooij | Fix finding of setup data.
|
commit | commitdiff | tree |
2009-02-21 |
Jelmer Vernooij | pytevent: Fix include path - tevent_util is not installed.
|
commit | commitdiff | tree |
2009-02-21 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-21 |
Jelmer Vernooij | Let --enable-external-libldb default to no (since linking...
|
commit | commitdiff | tree |
2009-02-21 |
Jelmer Vernooij | Add --enable-external-* flags for libraries shipped...
|
commit | commitdiff | tree |
2009-02-12 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-12 |
Jelmer Vernooij | Provide a SamDB TestCase-class that can be used by...
|
commit | commitdiff | tree |
2009-02-12 |
Jelmer Vernooij | Use created loadparm context, rather than the one specified...
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Catch specific exceptions, rather than catching everything...
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Use convenience function for finding setup dir in SaMDB...
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Use convenience function for finding setup_dir based...
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Move some samdb-specific code out of provision.
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Make it possible to override the setup path.
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | Cancel transactions when exceptions are raised.
|
commit | commitdiff | tree |
2009-02-11 |
Jelmer Vernooij | --interactive doesn't take any argument.
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Revert "Fix errornos assumption that all compilers...
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Fix warning in spoolss IDL file output.
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Rerun pidl.
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Remove an invalid discard_const_p() - it masks an actual
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Use discard_const_p rather than CONST_DISCARD.
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Revert "s3/s4: Move CONST_DISCARD into lib/util so...
|
commit | commitdiff | tree |
2009-02-09 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-02-05 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-28 |
Jelmer Vernooij | Stop installing events.h - it contains a broken include...
|
commit | commitdiff | tree |
2009-01-28 |
Jelmer Vernooij | Define _GNU_SOURCE, required for comparison_fn_t.
|
commit | commitdiff | tree |
2009-01-27 |
Jelmer Vernooij | Define GNU_SOURCE, required if libreplace doesn't provide...
|
commit | commitdiff | tree |
2009-01-26 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-26 |
Jelmer Vernooij | pyrpc: Raise proper NDR error codes with matching strings...
|
commit | commitdiff | tree |
2009-01-26 |
Jelmer Vernooij | Add function for mapping NDR error codes to strings.
|
commit | commitdiff | tree |
2009-01-25 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-25 |
Jelmer Vernooij | Add prototypes required by samba-gtk.
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Remove obsolete samr Python module - use samba.dcerpc...
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Implement as_sddl.
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Support parsing sddl for security descriptors.
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-22 |
Jelmer Vernooij | Move configure test files to the top-level and share...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Fix path to check_python.m4.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | libsmbconf: Remove use of some Samba3-specific macros.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | libsmbconf: Add build magic for Samba 4.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | pidl/python: Add explicit casts, fixes warnings about...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Fix warning; base dn is no longer const.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Move check_python.m4 to common m4 directory.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | expand-includes: Add simple protection against infinite...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Automagically expand includes in Makefile.in during...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Only check for Perl once in Samba 3.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Move check_make.m4 to the top-level.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Replace ldb_search() with ldb_search_exp_fmt(), like...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Reorder arguments to ldb_search() to match what is...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Use script path to find the setup directory.
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Merge branch 'v4-0-test' of /home/jelmer/samba4
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Allow calling DCE/RPC server implementations directly...
|
commit | commitdiff | tree |
2009-01-21 |
Jelmer Vernooij | Allow overriding the function that ships the request...
|
commit | commitdiff | tree |
2009-01-19 |
Jelmer Vernooij | Don't use TMPDIR as variable, it's already used for...
|
commit | commitdiff | tree |
2009-01-19 |
Jelmer Vernooij | Make sure server_role gets initialized in backend provisioni...
|
commit | commitdiff | tree |
2009-01-19 |
Jelmer Vernooij | Merge branch 'v4-0-stable'
|
commit | commitdiff | tree |
2009-01-19 |
Jelmer Vernooij | Add some more entries to WHATSNEW, by no means complete.
|
commit | commitdiff | tree |
2009-01-19 |
Jelmer Vernooij | Remove mention of external heimdal - its not yet supported.
|
commit | commitdiff | tree |
2009-01-18 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-18 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | More work on the Samba 4 release notes.
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | loadparm: Make sure various state variables get initialized...
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | Add copyright headers.
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | s4/NEWS: Remove mention of no longer existing js parameter.
|
commit | commitdiff | tree |
2009-01-16 |
Jelmer Vernooij | Find default smb.conf path correctly, when it was not...
|
commit | commitdiff | tree |
2009-01-15 |
Jelmer Vernooij | Use AS_HELP_STRING() in a couple more places.
|
commit | commitdiff | tree |
2009-01-15 |
Jelmer Vernooij | Fix indentation for some configure options.
|
commit | commitdiff | tree |
2009-01-15 |
Jelmer Vernooij | python/param: Cope with lp configfile being NULL.
|
commit | commitdiff | tree |
2009-01-08 |
Jelmer Vernooij | Merge branch 'master' of ssh://git.samba.org/data/git...
|
commit | commitdiff | tree |
2009-01-08 |
Jelmer Vernooij | Make sure smbtorture4 can find all gensec modules....
|
commit | commitdiff | tree |