build: added a reconfigure target
[metze/samba/wip.git] / source3 /
2010-05-06 Günther Deschners3-spoolss: make several notify functions static.
2010-05-06 Günther Deschners3-eventlog: move all eventlog headers to lib/eventlog...
2010-05-06 Björn Jackes3: fix the merged build - it required $LD
2010-05-06 Jelmer VernooijRemove the copy of ldb from Samba 3.
2010-05-06 Günther Deschners3-build: fix the build of vfs_notify_fam.
2010-05-05 Jeremy AllisonMove to MS-FSA algorithm when checking for invalid...
2010-05-05 Günther Deschners3: only include gen_ndr headers where needed.
2010-05-05 Jeremy AllisonGet closer to passing SMB2 lock test. Still crashes...
2010-05-05 Björn Jackes3:configure: not simply check for "ld" but for the...
2010-05-05 Jeremy AllisonReturn correct error on read request on directory.
2010-05-05 Jeremy AllisonGet in_minimum and EOF errors right.
2010-05-05 Jeremy AllisonClient ignoring max write is a warning, not an error.
2010-05-05 Jeremy AllisonStart to pass the SMB2 read torture tests.
2010-05-05 Günther Deschners3-lanman: use srvsvc for api_RNetShareAdd().
2010-05-05 Günther Deschners3-spoolss: remove unused winreg_enumval_to_blob().
2010-05-05 Andreas Schneiders3-spoolss: Create default DsSpooler values.
2010-05-05 Andreas Schneiders3-spoolss: Fixed the DeviceMode handling in winreg.
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 Andrew Tridgells3-build: don't rebuild/link on every make run
2010-05-05 Jeremy AllisonFixed issue with return in a void function found by...
2010-05-05 Andreas Schneiders3-libsmb: Fixed a recursion in cli_pull_print.
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 Schneiders3-lib: Create a sec_desc_merge and sec_desc_merge_buf...
2010-05-04 Günther Deschners3-libnetjoin: omit admin password in generated ndr_pri...
2010-05-04 Andrew Tridgells3-idl: update the 2nd build_idl.sh script
2010-05-04 Andrew Tridgells3-idl: auto-build IDL files in Samba3
2010-05-04 Andrew Tridgells3-idl: removed gen_ndr files from source3/ as well
2010-05-04 Volker Lendeckes3: Fix a memleak in check_pac_checksum
2010-05-03 Günther Deschners3-lanman: before trying to call spoolss_ClosePrinter...
2010-05-03 Günther Deschners3-rpcclient: Fix Bug #7277. rpcclient was sending...
2010-05-03 Günther Deschners3-lanman: fix api_DosPrintQEnum().
2010-05-03 Günther Deschners3-lanman: exit early for unsupported levels in api_Pri...
2010-05-03 Matthew McGillisConsolidate all get SEC_DESC into single procedure...
2010-05-03 Matthew McGillisalways pass filename as const char
2010-05-02 Volker Lendeckes3: Unify DEBUG_KRB5_TKT_REGAIN and DEBUG_KRB5_TKT_RENEWAL
2010-05-02 Volker Lendeckes3: Fix a typo
2010-05-02 Volker Lendeckes3: Fix the code order in append_auth_data
2010-05-01 Jeremy AllisonPlumb the SMB2 front end into the blocking lock backend.
2010-04-30 Simo Sorcesmbd: move printfile_offset() within write_file()
2010-04-30 Jeremy AllisonCarefully label SMB1-specific locking calls.
2010-04-29 Jeremy AllisonMove the global blocking lock records into the smb1...
2010-04-29 Jeremy AllisonAttempt to fix bug #7399 - SMB2: QUERY_DIRECTORY is...
2010-04-29 Volker Lendeckes3: range-check idmap script output
2010-04-29 Volker Lendeckes3: Fix an uninitialized variable in idmap_tdb2_sid_to_id()
2010-04-29 Volker Lendeckes3: Fix some nonempty blank lines
2010-04-29 Günther Deschners3-lanman: fix api_DosPrintQGetInfo().
2010-04-29 Günther Deschners3-pdb_ldap: fix memleak.
2010-04-29 Günther Deschners3-lanman: fix api_DosPrintQEnum.
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-28 Günther Deschners3-selftest: enable RAP-PRINTING against s3.
2010-04-28 Günther Deschners3-lanman: support level 0 NetPrintQEnum RAP query.
2010-04-28 Jeremy AllisonConnect set security descriptor into SMB2 code.
2010-04-28 Stefan Metzmachers3:smbd: make fsp->fake_file_handle a talloc child...
2010-04-28 Stefan Metzmachers3:smbd: add comment about returning STATUS_BUFFER_OVER...
2010-04-28 Volker Lendeckes3: Make a debug msg more readable
2010-04-28 Jeremy AllisonFix the "allow_smb2" bug being set to false that was...
2010-04-28 Jeremy AllisonDon't return a potentially uninitialized NT_STATUS...
2010-04-28 Jeremy AllisonAdd debug statements so I can track the flow of RPC...
2010-04-27 Günther Deschners3-lanman: use spoolss for api_WPrintDestGetInfo()...
2010-04-27 Günther Deschners3-lanman: fix debug message in api_WPrintJobEnumerate().
2010-04-27 Günther Deschners3-lanman: remove a unnecessary memset in api_WPrintJob...
2010-04-27 Günther Deschners3-lanman: remove unused code.
2010-04-27 Günther Deschners3-lanman: use spoolss for api_DosPrintQGetInfo and...
2010-04-27 Jeremy AllisonDon't return an intermediate reply on async on a pipe...
2010-04-27 Günther Deschners3-lanman: use spoolss for api_PrintJobInfo().
2010-04-27 Günther Deschners3-spoolss: add support for SetJobInfo level 1 (for...
2010-04-27 Günther Deschners3-lanman: remove unsupported print_job_set_place().
2010-04-27 Jeremy AllisonFix more S3 build breakage. Matthias, please ensure...
2010-04-27 Matthias Dieter... s3:libads/ldap.c - fix a build breakage
2010-04-27 Matthias Dieter... nbt: samlogon/netlogon structures - unify denominations
2010-04-27 Günther DeschnerRevert "s3-build: Remove --enable-merged support."
2010-04-27 Günther Deschners3-spoolss: publish "Monitor" in winreg for drivers.
2010-04-27 Günther Deschners3-spoolss: fix winreg attribute for storing datatype.
2010-04-27 Günther Deschners3-spoolss: fix some uninitialized variables.
2010-04-27 Stefan Metzmachers3:smbd: keep local and remote tsocket_address per...
2010-04-27 Günther Deschners3: use shared registry functions.
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-26 Jelmer Vernooijs3-build: Remove --enable-merged support.
2010-04-26 Günther Deschners3: remove unused rap.h.
2010-04-26 Günther Deschners3: fix some build warnings.
2010-04-26 Günther Deschners3: use generated rap header.
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-25 Volker Lendeckes3: async_domain_request is no longer used
next