metze/samba/wip.git
2010-04-27 Andrew Tridgells4-vampire: show main CLDAP response attributes during...
2010-04-27 Andrew Tridgells4-repl: added a workaround for WERR_DS_DRA_NO_REPLICA...
2010-04-27 Jeremy AllisonCorrectly report share types (now Win7 makes RPC calls...
2010-04-27 Jeremy AllisonPlumb in get_nt_acl into SMB2.
2010-04-27 Andrew Tridgells4-dns: fixed dc.dc duplication in DNS update list
2010-04-27 Andrew Tridgells4-drs: add entries to repsTo based on calculated repsFrom
2010-04-27 Andrew Tridgells4-drepl: don't setup a repsFrom from a DC that isn...
2010-04-27 Andrew Tridgells4-getncchanges: honor DRSUAPI_DRS_REF_GCSPN
2010-04-27 Andrew Tridgells4-repl: these messages are common, and don't deserve...
2010-04-27 Andrew Tridgells4-repl: on a failed request, clear the current ptr
2010-04-27 Andrew Tridgells4-repl: end repl request when not doing an UpdateRefs
2010-04-27 Andrew Tridgells4-repl: don't delete repsTo entry on DsReplicaSync
2010-04-26 Jelmer Vernooijs3-build: Remove --enable-merged support.
2010-04-26 Günther Deschners4: remove unused rap.h.
2010-04-26 Günther Deschners3: remove unused rap.h.
2010-04-26 Günther Deschners4: fix some build warnings.
2010-04-26 Günther Deschners3: fix some build warnings.
2010-04-26 Günther Deschners3: use generated rap header.
2010-04-26 Günther Deschners4: use generated rap header.
2010-04-26 Günther Deschners3: re-run make samba3-idl and add generated header...
2010-04-26 Günther Deschnerrap: add rap idl.
2010-04-26 Günther Deschners4: rename RAP share_enum_info to share_info.
2010-04-26 Jeremy AllisonWhen walking the SMB2 requests queue, ensure the reques...
2010-04-26 Jeremy AllisonFix crash when rescheduling oplock open.
2010-04-26 Volker Lendeckes3: Implement "net rpc user setprimarygroup"
2010-04-26 Andrew Tridgells4-ddb: don't create partitions with the UNINSTANT...
2010-04-26 Andrew Tridgells4-drs: allow getncchanges requests to non WRIT_REP...
2010-04-26 Andrew Tridgells4-drs: don't send uninstantiated objects in getncchanges
2010-04-26 Andrew Tridgells4-drepl: don't send an UpdateRefs unless its a plain...
2010-04-26 Andrew Tridgellbuild: cope with realname for install of non-python...
2010-04-26 Andrew Tridgells4-drs: make links to foreign partitions non-fatal
2010-04-26 Andrew Tridgellbuild: automatically run autogen-waf.sh when needed
2010-04-26 Andrew Tridgells4-heimdalbuild: remove LIBNETIF dependency from HEIMDA...
2010-04-26 Andrew Tridgellbuild: normalise paths in unique source checking
2010-04-26 Andrew Tridgellbuild: a library is only empty if it has no deps
2010-04-26 Andrew Tridgellbuild: use option_group() not add_option_group()
2010-04-26 Andrew Tridgellbuild: cope with duplicates in source lists
2010-04-25 Volker Lendeckes3: async_domain_request is no longer used
2010-04-25 Volker Lendeckes3: Convert add_trusted_domains() to wb_domain_request_...
2010-04-25 Volker Lendeckes3: Simplify trustdom_state
2010-04-25 Volker Lendeckes3: Make "struct trustdom_state" its own talloc context
2010-04-25 Volker Lendeckelibwbclient: Talloc is no longer used
2010-04-24 Stefan MetzmacherRevert "tsocket: not all systems have IPV6_V6ONLY"
2010-04-24 Stefan Metzmacherlib/replace/wscript: make sure IPV6_V6ONLY is available...
2010-04-24 Stefan Metzmacherlib/replace: make sure IPV6_V6ONLY is available for...
2010-04-24 Stefan Metzmacherlib/replace/wscript: add replacement for IPV6_V6ONLY...
2010-04-24 Stefan Metzmacherlib/replace: add replacement for IPV6_V6ONLY on linux...
2010-04-24 Stefan Metzmacherbuildtools/wafsamba: inline defines during configure...
2010-04-24 Stefan Metzmacherbuildtools/wafsamba: make sure we create bin/default...
2010-04-24 Matthieu Patous4 dns: Allow to specify static grant entries to be...
2010-04-24 Tim Potters4-smbd: Fix compiler warning in prefork smbd.
2010-04-24 Stefan Metzmacherlib/zlib/wscript: fix system zlib detection
2010-04-24 Volker LendeckeRevert "nsswitch: Fix a memleak in wbinfo"
2010-04-24 Volker Lendeckes3: sendto_domain() is lo longer used
2010-04-24 Volker Lendeckes3: Simplify (bool != True) to !bool
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-23 Jeremy AllisonWhen sending the initial async response, this is never...
2010-04-23 Jeremy AllisonDon't free the entire tevent_req on cancel, only the...
2010-04-23 Volker Lendeckelibwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSE
2010-04-23 Volker Lendeckes3: Allow pdb password change using WINBINDD_PAM_CHNG_P...
2010-04-23 Volker Lendeckes3: init_dc_connection() can't init for internal domains
2010-04-23 Volker Lendeckelibwbclient: Actually copy something in wbcChangeUserPa...
2010-04-23 Volker Lendeckes3: replace some data_blob_talloc by data_blob_const
2010-04-23 Volker Lendeckelibwbclient: Remove some pointless BAIL_ON_WBC_ERROR...
2010-04-23 Volker Lendeckes3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the...
2010-04-23 Simo Sorces3-smbd: group print relate data in own structure
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Ira CooperFix bug #7384 - dptr_Close has a bitmap leak.
2010-04-23 Jeremy AllisonAt simo's request return struct tevent_req *treq -...
2010-04-23 Jeremy AllisonRename - no functional change. Stop all variables being...
2010-04-23 Andreas Schneiders3-spoolss: Added a winreg_get_printer function.
2010-04-23 Andreas Schneiders3-spoolss: Added a winreg_create_printer function.
2010-04-23 Andreas Schneiders3-spoolss: Added a winreg_update_printer function.
2010-04-23 Simo Sorces3-spoolss: Added a winreg_get_driver_list function.
2010-04-23 Simo Sorces3-spoolss: Added a winreg_del_driver function.
2010-04-23 Simo Sorces3-spoolss: Added a winreg_get_driver function.
2010-04-23 Simo Sorces3-spoolss: Added a winreg_add_driver function.
2010-04-23 Simo Sorces3-spoolss: Move info_ctr conversion to a public helper.
2010-04-23 Andreas Schneiders3-spoolss: Fixed winreg_delete_printer_key if key...
2010-04-23 Simo Sorces3-spoolss: Add date and version winreg helpers.
2010-04-23 Andreas Schneiders3-spoolss: Added more winreg hepler functions.
2010-04-23 Simo Sorces3-spoolss: Added winreg helper functions
2010-04-23 Andreas Schneiders3-spoolss: Added a winreg function to query a dword.
2010-04-23 Andreas Schneiders3-spoolss: Added a function to get the ChangeID from...
2010-04-23 Andreas Schneiders3-spoolss: Added a function to update the ChangeID...
2010-04-23 Andreas Schneiders3-spoolss: Added winreg helper functions to write...
2010-04-23 Andreas Schneiders3-spoolss: Fixed return values of winreg_printer_delet...
2010-04-23 Andreas Schneiders3-spoolss: Added missing return value to winreg_printe...
2010-04-23 Andreas Schneiders3-spoolss: Use const values for notify functions.
2010-04-23 Andreas Schneiders3-time: Added a function to get the startup time of...
2010-04-23 Günther Deschners3-lanman: fix uninitialized variable in api_RDosPrintJ...
2010-04-23 Günther Deschners3-selftest: enable RPC-SPOOLSS-DRIVER against s3.
2010-04-23 Günther Deschners4-smbtorture: skip tests when no local driver director...
2010-04-23 Günther Deschners3-selftest: add print$ share with two arch dirs.
2010-04-23 Günther Deschners3-selftest: add print$ share with two arch dirs.
2010-04-23 Günther Deschners3-winbind: fix setup_domain_child() callers.
2010-04-23 Günther Deschners4-smbtorture: use server_name for all printerdriver...
2010-04-23 Günther Deschners3-spoolss: make switch in _spoolss_AddPrinterDriver...
2010-04-23 Günther Deschners4-smbtorture: allow to upload or remove any file belon...
2010-04-23 Volker Lendeckes3: Fix a winbind crash when scanning trusts
next