ira/wip.git
2010-05-05 Andreas Schneiders3-spoolss: Added winreg security descriptor functions.
2010-05-05 Andreas Schneiders3-spoolss: Migrated winreg to spoolss_create_default_s...
2010-05-05 Günther Deschners3-spoolss: make sure to return success in winreg_get_d...
2010-05-05 Günther Deschners3-spoolss: talloc_steal the returned driver_list in...
2010-05-05 Simo Sorces3-spoolss: Fixed winreg_printer_query_XXX.
2010-05-05 Andreas Schneiders3-spoolss: Added a winreg_printer_query_binary function.
2010-05-05 Andreas Schneiders3-spoolss: Added a generic spoolss_create_default_secd...
2010-05-05 Andreas Schneiders3-spoolss: Added a function to create a default spools...
2010-05-05 Volker Lendeckes3: Fix bug 5972 -- remove -L testparm parameter
2010-05-05 Andreas Schneiders3-spoolss: Fixed memory error in winreg_get_driver.
2010-05-05 Andreas Schneiders3-spoolss: Added a sharename arg to winreg_update_printer.
2010-05-05 Andreas Schneiders3-spoolss: Added missing servername option to winreg_...
2010-05-05 Andreas Schneiders3-spoolss: Added missing Printer Driver in winreg_...
2010-05-05 Günther Deschners3-net: fix crash in rap_share_add().
2010-05-05 Günther Deschners4-smbtorture: remove unused variable from smbcli_rap_n...
2010-05-05 Günther Deschnerrap: add IDL for rap_NetShareAdd (undocumented in MS...
2010-05-05 Andrew Tridgells3-build: don't rebuild/link on every make run
2010-05-05 Andrew Tridgellbuild: added configure test for inline
2010-05-05 Andrew Tridgellbuild: update version of waf
2010-05-05 Andrew Tridgellbuild: use the wrapper commands in testwaf.sh
2010-05-05 Andrew Tridgellbuild: added a distcheck target
2010-05-05 Andrew Tridgellbuild: mark cloned task generators as not posted
2010-05-05 Andrew Tridgellbuild: exit with an error if waf configure fails
2010-05-05 Andreas Schneiderlibwbclient: Fixed doxygen errors.
2010-05-05 Jeremy AllisonFixed issue with return in a void function found by...
2010-05-05 Andrew Tridgells4-ldb: add msg saying which build system is being...
2010-05-05 Andreas Schneidertevent: Started a tevent_queue tutorial.
2010-05-05 Andreas Schneidertevent: Document the tevent_queue functions.
2010-05-05 Andreas Schneidertevent: Document the tevent helper functions.
2010-05-05 Andreas Schneidertevent: Document missing callback typedefs.
2010-05-05 Andreas Schneidertevent: Document the missing tevent async request callb...
2010-05-05 Andreas Schneidertevent: Create a typedef for the debug function callback.
2010-05-05 Stephen Gallaghertevent: Added more documentation.
2010-05-05 Stephen Gallaghertevent: Remove erroneous comments about TEVENT_FD_AUTOCLOSE
2010-05-05 Andreas Schneidertevent: Add doxygen tevent config file.
2010-05-05 Andreas Schneidertevent: Added basic doxygen documentation.
2010-05-05 Andreas Schneiders3-libsmb: Fixed a recursion in cli_pull_print.
2010-05-05 Andreas Schneidertsocket: Added the warning again to tsocket_address_bsd...
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-05-04 Luca OlivettiFix bug #7263 - Unable to print using Samba 3.5.1 and...
2010-05-04 Simo Sorces3-spoolss: Remove duplicate macro.
2010-05-04 Andreas Schneiders4-torture: Added the printername to the AddPrinter...
2010-05-04 Andreas Schneiders4-torture: Fixed spoolss dsspooler printername test.
2010-05-04 Andreas Schneiders3-lib: Create a sec_desc_merge and sec_desc_merge_buf...
2010-05-04 Anatoliy Atanasovs4/waf: ABI update for lib/ldb
2010-05-04 Anatoliy Atanasovs4/rodc: Support read-only database
2010-05-04 Anatoliy Atanasovs4/rodc: Fix the callbacks up the stack to handle refer...
2010-05-04 Matthias Dieter... s4:py_nttime2string - removed unused variable "nt2"
2010-05-04 Günther Deschners4-smbtorture: fill in test_rap_print().
2010-05-04 Günther Deschners3-libnetjoin: omit admin password in generated ndr_pri...
2010-05-04 Günther Deschners4-smbtorture: add test_netprintdestgetinfo() to RAP...
2010-05-04 Günther Deschners4-smbtorture: add smbcli_rap_netprintdestgetinfo().
2010-05-04 Günther Deschners4-smbtorture: add test_netprintdestenum to RAP-PRINTING.
2010-05-04 Günther Deschnerrap: add rap_NetPrintDestGetInfo to IDL.
2010-05-04 Günther Deschners4-smbtorture: add smbcli_rap_netprintdestenum.
2010-05-04 Günther Deschnerrap: add IDL for (undocumented) NetPrintDestEnum.
2010-05-04 Andrew Tridgells3-idl: update the 2nd build_idl.sh script
2010-05-04 Andrew Tridgells3-idl: rebuild IDL files based on all outputs
2010-05-04 Andrew Tridgells3-idl: auto-build IDL files in Samba3
2010-05-04 Andrew Tridgells4-waf: we don't need the symlink hack for gen_ndr...
2010-05-04 Andrew Tridgell.gitignore: simplify the .gitignore after gen_ndr removal
2010-05-04 Andrew Tridgells3-idl: removed gen_ndr files from source3/ as well
2010-05-04 Andrew Tridgellidl: removed the generated gen_ndr/ files from pidl
2010-05-04 Andrew Tridgellbuild: enable python 3.0 and 3.1 in testwaf.sh
2010-05-04 Andrew Tridgellbuild: fixed wildcard handling for python 3.x
2010-05-04 Andrew Tridgells4-waf: fixed indentation for python 3.1
2010-05-04 Volker Lendeckes3: Fix a memleak in check_pac_checksum
2010-05-04 Andrew Tridgells4-script: added a --waf option to minimal_includes.pl
2010-05-04 Andrew Tridgellbuild: allow use of target names as commands in waf
2010-05-03 Günther Deschners4-smbtorture: add extraformat to smbcli_rap_netprintqg...
2010-05-03 Günther Deschners4-smbtorture: use RAP extraformat for smbcli_rap_netpr...
2010-05-03 Günther Deschners4-smbtorture: add rap_cli_expect_extra_format().
2010-05-03 Günther Deschners4-smbtorture: make all smbcli_rap_* failures critical.
2010-05-03 Anatoliy Atanasovs4/test: Implement tests for msDS-isRODC constructed...
2010-05-03 Anatoliy Atanasovs4/rodc: Implement msDS-isRODC constructed attr
2010-05-03 Matthias Dieter... s4:LogonGetDomainInfo - fix a potential crash source
2010-05-03 Matthias Dieter... s4:LogonGetDomainInfo - fix indentation
2010-05-03 Matthias Dieter... s4:LogonGetDomainInfo - remove singular "dNSHostName...
2010-05-03 Andrew Tridgellbuild: use the waf patterns for RPATH
2010-05-03 Andrew Tridgells4-waf: fixed target group for SOCKET_WRAPPER
2010-05-03 Andrew Tridgellbuild: added a check for group ordering within target...
2010-05-03 Andrew Tridgellbuild: fix for combined configure/build in one command
2010-05-03 Günther Deschners3-lanman: before trying to call spoolss_ClosePrinter...
2010-05-03 Nadezhda IvanovaReplaced DS_FLAG_ATTR_IS_CRITICAL with SCHEMA_FLAG_ATTR...
2010-05-03 Günther Deschners3-rpcclient: Fix Bug #7277. rpcclient was sending...
2010-05-03 Andreas Schneidertsocket: Fixed the documentation of tsocket_address_bsd...
2010-05-03 Nadezhda IvanovaAdded a couple of systemFlags, needed for determining...
2010-05-03 Nadezhda IvanovaAdded a function to check if an attribute can belong...
2010-05-03 Günther Deschners3-lanman: fix api_DosPrintQEnum().
2010-05-03 Günther Deschners3: re-run make samba3-idl.
2010-05-03 Günther Deschnerpidl: indent cosmetics for s3 server stubs.
2010-05-03 Günther Deschners4-smbtorture: add test_netprintjobsetinfo to RAP-PRINTING.
2010-05-03 Günther Deschners4-smbtorture: add smbcli_rap_netprintjobsetinfo().
2010-05-03 Günther Deschners4-smbtorture: add rap_cli_push_param() and rap_cli_pus...
2010-05-03 Günther Deschners3-lanman: exit early for unsupported levels in api_Pri...
2010-05-03 Günther Deschners3: re-run make samba3-idl.
2010-05-03 Günther Deschnerrap: add rap_NetPrintJobSetInfo to IDL.
2010-05-03 Andrew Tridgells4-waf: fixed symlink path for autogen.sh
2010-05-03 Andrew Tridgells4-waf: switch Samba4 over to the waf build by default
2010-05-03 Matthew McGillisConsolidate all get SEC_DESC into single procedure...
next