s4/libnet: Vampire should join us as a Domain Controller
[kamenim/samba.git] / source3 /
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-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 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 Lendeckes3: replace some data_blob_talloc by data_blob_const
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 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 Deschners3-spoolss: make switch in _spoolss_AddPrinterDriver...
2010-04-23 Volker Lendeckes3: Fix a winbind crash when scanning trusts
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-04-23 Volker Lendeckes3: Fix a cut&paste error in a debug message in check_o...
2010-04-23 Günther Deschners3-spoolss: make sure AddPrinterDriver calls into AddPr...
2010-04-23 Günther Deschners3-spoolss: fix some crash bugs and missing error codes...
2010-04-20 Jim McDonoughFix i18n of net conf import error message.
2010-04-20 Jim McDonoughDisplay an error on net conf import failures.
2010-04-20 Günther Deschners3-spoolss: fix winreg spoolss helper call documentation.
2010-04-20 Günther Deschners3-spoolss: avoid passing down full "struct pipes_struct".
2010-04-19 Jeremy AllisonNow SMB2 error messages are correctly being returned...
2010-04-19 Jeremy AllisonEnsure vectors are always allocated with consistent...
2010-04-19 Jeremy AllisonFix valgrind error where a strdup of name reads one...
2010-04-19 Jeremy AllisonRemove an unused auto variable.
2010-04-19 Volker Lendeckes3: Remove a leftover of my lua experiments
2010-04-19 Volker Lendeckes3: Move the in-memory ccache to the parent
2010-04-19 Volker Lendeckes3: Test for wb ccache access by smbclient
2010-04-19 Volker Lendeckelibwbclient: remove async libwbclient and talloc from...
2010-04-19 Volker Lendeckes3: Change the make test password to "testPw"
2010-04-19 Volker Lendeckes3-winbind: Allow changing the password for pdb
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_LOGOFF to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_CHAUTHTOK to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_AUTH_CRAP to the new async API
2010-04-19 Volker Lendeckes3: Convert WINBINDD_PAM_AUTH to the new async API
2010-04-19 Volker Lendeckewinbindd: Fill in num_entries where available
2010-04-19 Volker Lendeckes3: Add some debug to GETSIDALIASES
2010-04-19 Günther Deschners3-smb2: fix some c++ warnings.
2010-04-19 Günther Deschners3-spoolss: fix samr_ValidatePassword_Change.
2010-04-19 Günther Deschners3-lanman: use spoolss for api_WPrintJobGetInfo().
2010-04-19 Günther Deschners3-lanman: use spoolss for api_WPrintJobEnumerate().
2010-04-19 Kai Blins3 i18n: Fix up missing newlines in more pam_winbind...
2010-04-19 Kai Blins3 i18n: Fix up missing newlines in pam_winbind transla...
2010-04-19 Jeremy AllisonFinal fix for #7331 - Compound async SMB 2 requests...
2010-04-18 Volker Lendeckes3: Fix indentation in remove_ccache
2010-04-18 Volker Lendeckes3: Fix a memleak in discover_dc_netbios
2010-04-18 Volker Lendeckes3: Fix a typo in winbindd_ccache_save
2010-04-18 Ira Coopers3: Improved support for GAMIN.
2010-04-18 Jeremy AllisonSecond part of fix for bug #7331 - Compound async SMB...
2010-04-18 Jeremy AllisonFirst part of fix for bug #7331 - Compound async SMB...
2010-04-17 Volker Lendeckes3: Slightly simpify samr_ValidatePassword_Reset
2010-04-17 Volker Lendeckes3: Slightly simpify samr_ValidatePassword_Change
2010-04-17 Volker Lendeckes3: Slightly simplify the logic of check_password_compl...
2010-04-17 Volker Lendeckes3: Fix some nonempty blank lines
2010-04-16 Andreas Schneiders3-winreg_nt: Fixed QueryValue with data=NULL to get...
2010-04-14 Volker Lendeckes3: Fix a typo
2010-04-14 Jeremy AllisonDon't set "requested_posix_capabilities" in the sync...
2010-04-14 Jeremy AllisonAdd basic DFS tests.
2010-04-14 Jeremy AllisonSplit out the client unix capabilities to those the...
2010-04-13 Volker Lendeckes3-winbind: Authenticate SAM users
2010-04-13 Karolin Seegers3-winbindd: Fix typo in comment.
2010-04-13 Volker Lendeckes3: Cache the username map in gencache
2010-04-13 Jeremy AllisonMove to using 64-bit mid values in our internal open...
2010-04-12 Volker Lendeckes3: Apply some const
2010-04-12 Matthias Dieter... s3/s4:netlogon IDL - fix up "struct netr_SamInfo6"...
2010-04-12 Volker Lendeckes3: Little refactoring: Factor out skip_space
2010-04-12 Volker Lendeckes3: Remove a bogus 0-check, "isspace" can not return...
2010-04-12 Volker Lendeckes3: Cache the result of the username map script
2010-04-11 Volker Lendeckes3: Move serverinfo_to_SamInfoX to auth/server_info.c
next