summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-21waftest: updated the cross compilation environment I test withAndrew Tridgell1-1/+1
2010-04-21s4-server: show build host in samba -b outputAndrew Tridgell1-0/+5
2010-04-21build: fixed uname output to be on target machine when cross compilingAndrew Tridgell4-15/+51
2010-04-21s4-upgradeprovision: fixed --realm option duplicate in upgrade_from_s3Andrew Tridgell2-2/+1
2010-04-21s4-drs: accept zero revision in drs selftestAndrew Tridgell1-0/+5
2010-04-21s4-provision: cope with --realm being in getopt.pyAndrew Tridgell1-1/+2
2010-04-21s4-waf: create the smbd.tmp/messaging directoryAndrew Tridgell1-1/+1
2010-04-21s4-python: added --realm option to python scriptsAndrew Tridgell1-1/+7
2010-04-21s4-provision: set "setup_dir" to the right pathAndrew Tridgell1-2/+8
2010-04-21s4-schema: allow revision numbers of zeroAndrew Tridgell1-6/+3
2010-04-21s4-python: accept --option arguments in python cmdline parsingAndrew Tridgell1-10/+17
2010-04-21s4-devel: allow extra net command line options and gdbAndrew Tridgell1-1/+1
2010-04-21s4-pynet: accept None for target_dir in vampireAndrew Tridgell1-1/+1
2010-04-20Fix i18n of net conf import error message.Jim McDonough1-3/+4
2010-04-20Display an error on net conf import failures.Jim McDonough1-0/+3
2010-04-20s4-smbtorture: add spoolss DriverInfo and winreg consistency test.Günther Deschner1-7/+238
2010-04-20s4-smbtorture: add function to get a printserver's environment.Günther Deschner1-0/+22
2010-04-20s4-smbtorture: simplify macros used in PrinterInfo winreg consistency teste.Günther Deschner1-22/+22
2010-04-20s4-smbtorture: refactor test_GetPrinterDriver2().Günther Deschner1-36/+64
2010-04-20s4:dynconfig: fix the autoconf build and pass -DPYTHONDIR=\"$(pythondir)\"Stefan Metzmacher1-2/+2
2010-04-20s4:rpc_server/netlogon: add no memory checksStefan Metzmacher1-1/+2
2010-04-20s4-netlogon: fixed dc_unc and dc_address_typeAndrew Tridgell1-1/+3
2010-04-20build: added uname display and SYSTEM_UNAME defineAndrew Tridgell2-0/+22
2010-04-20util-runcmd: ignore spurious ECHILD errorsAndrew Tridgell1-0/+14
2010-04-20s4-smbtorture: add test for csetprinter field behaviour in printer info level 0.Günther Deschner1-0/+71
2010-04-20s4-net: don't show a full python exception when you can't open sam.ldbAndrew Tridgell1-2/+2
2010-04-20s4-net: show a list of commands when someone runs "net" with no argumentsAndrew Tridgell1-1/+1
2010-04-20s4-python: added PYTHONDIR to python search pathAndrew Tridgell1-0/+5
2010-04-20s4-dynconfig: added dyn_PYTHONDIRAndrew Tridgell3-0/+6
2010-04-20s3-spoolss: fix winreg spoolss helper call documentation.Günther Deschner1-11/+33
2010-04-20s3-spoolss: avoid passing down full "struct pipes_struct".Günther Deschner2-51/+73
2010-04-20s4:netlogon RPC - "fill_one_domain_info" - use "lp_workgroup" for the DC shor...Matthias Dieter Wallnöfer1-1/+1
2010-04-20s4:torture/rpc/netlogon.c - fix typoMatthias Dieter Wallnöfer1-1/+1
2010-04-20pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell4-10/+10
2010-04-20talloc: there is no ambiguity when freeing a ptr with a null parentAndrew Tridgell6-3/+105
2010-04-20tdb: update tdb ABI to use hide_symbols=TrueAndrew Tridgell5-78/+67
2010-04-20build: include uninitialised data in the ABI symbolsAndrew Tridgell1-1/+1
2010-04-20build: quote cross-answer stringsAndrew Tridgell1-1/+1
2010-04-20build: allow "waf --abi-check" to force a re-check of the ABIAndrew Tridgell1-0/+3
2010-04-20s4:provisionbackend Print the command we failed to start slapd withAndrew Bartlett1-1/+2
2010-04-20s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett6-13/+106
2010-04-19Now SMB2 error messages are correctly being returned with the 1 byte data are...Jeremy Allison1-51/+49
2010-04-19Ensure vectors are always allocated with consistent size. Removes one byte al...Jeremy Allison1-20/+60
2010-04-19Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison1-1/+2
2010-04-20Removed more excess looping and fixed problem with incorrect IO flag handling.Nadezhda Ivanova2-126/+114
2010-04-19Remove an unused auto variable.Jeremy Allison1-3/+0
2010-04-19libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke1-3/+1
2010-04-19libwbclient: Fix wbcListGroups against too small num_entriesVolker Lendecke1-6/+11
2010-04-19libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke1-6/+11
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher2-2/+8