s3:idmap_tdb2: remove unused idmap_tdb2_alloc_close().
[amitay/samba.git] / source3 / smbd /
2010-08-13 Volker Lendeckes3: Fix some error messages
2010-08-13 Andreas Schneiders3-smbd: Publish nt printers.
2010-08-13 Andreas Schneiders3-smbd: Move rpc services init to smbd parent.
2010-08-13 Andreas Schneiders3-smbd: Regroup some init functions.
2010-08-13 Andreas Schneiders3-smbd: Fixed indent.
2010-08-13 Andreas Schneiders3-smbd: Cleanup the order of the init functions.
2010-08-13 Andreas Schneiders3-smbd: Make sure the event context is initialized.
2010-08-12 Volker Lendeckes3: Reduce the load on the echo handler
2010-08-12 Volker Lendeckes3: Slightly simplify the logic in smbd_server_echo_handler
2010-08-12 Volker Lendeckes3: Slightly simplify the logic in smbd_server_connecti...
2010-08-12 Volker Lendeckes3: ?true:false is a *bit* pointless :-)
2010-08-09 Jeremy AllisonFix bug #7608 - Win7 SMB2 authentication causes smbd...
2010-08-08 Volker Lendeckes3: Remove the smbd_messaging_context from load_printers
2010-08-08 Volker Lendeckes3: Remove the smbd_messaging_context from pcap_cache_r...
2010-08-08 Volker Lendeckes3: Remove the smbd_messaging_context from smb_conf_updated
2010-08-08 Volker Lendeckes3: Remove the smbd_messaging_context from spoolss_init_cb
2010-08-08 Volker Lendeckes3: Remove some smbd_messaging_context references from...
2010-08-08 Volker Lendeckes3: Pass sconn to smbd_process
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from housekeeping_fn
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from check_reload
2010-08-08 Volker Lendeckes3: Make check_reload() static
2010-08-08 Volker Lendeckes3: Lift the server_messaging_context from update_monit...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from start_backgrou...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from smbd_setup_sig...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from smbd_sig_hup_h...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_services
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from reload_printers
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from is_printer_pub...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from nt_printer_publish
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from nt_printer_remove
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from nt_printing_td...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from rpc_pipe_open_...
2010-08-08 Volker Lendeckes3: Lift the smbd_messaging_context from np_open
2010-08-08 Volker Lendeckes3: Remove a direct reference to smbd_server_conn
2010-08-08 Stefan Metzmachers3:smbd: fix valgrind warning, sizeof(16) != 16...
2010-08-07 Volker Lendeckes3: Remove some references to smbd_messaging_context()
2010-08-07 Volker Lendeckes3: Remove smbd_messaging_context() from send_stat_cach...
2010-08-07 Volker Lendeckes3: Remove a pointless "else"
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-08-06 Günther Deschners3-krb5: include krb5pac.h where needed.
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-08-05 Günther Deschners3-secrets: only include secrets.h when needed.
2010-08-04 Günther Deschners3: avoid global include of ads.h.
2010-07-30 Günther Deschners3-build: avoid to globally include printing and spools...
2010-07-29 Volker Lendeckes3: Do the ftruncate write cache optimization in one...
2010-07-29 Volker LendeckeRevert "s3: Avoid pwrite calls for the 1-byte writes...
2010-07-29 Volker Lendeckes3: Avoid an unnecessary ftruncate call
2010-07-28 Simo Sorcesmbd: Fix build warning
2010-07-28 Andreas Schneiders3-uid: Use struct pipes_struct.
2010-07-27 Andreas Schneiders3-printing: Added automatic migration of printing...
2010-07-27 Simo Sorces3-smbd: Convert reply_printqueue to use spoolss.
2010-07-27 Simo Sorces3-smbd: Use the right check to test if we can print.
2010-07-27 Simo Sorces3-printing: Moved printing.c headers to include/printi...
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-27 Simo Sorces3-spoolss: Use winreg_delete_printer_key to delete...
2010-07-27 Simo Sorces3-printing: Converted printer publishing functions.
2010-07-25 Volker Lendeckes3: use dump_data in query FILE_BASIC_UNIX_INFO
2010-07-20 Jeremy AllisonAdd approriate TALLOC_CTX's thoughout the spnego code...
2010-07-20 Jeremy AllisonFix one more data_blob -> data_blob_talloc. Move away...
2010-07-20 Jeremy AllisonAdd TALLOC_CTX argument to spnego_parse_negTokenInit...
2010-07-20 Jeremy AllisonFix warning - no return value for a non-void fn.
2010-07-20 Simo Sorces3-auth: Move auth_ntlmssp wrappers in their own file
2010-07-20 Simo Sorces3-auth: Refactor and rename auth_ntlmssp_server_info()
2010-07-20 Jeremy AllisonRemove gen_negTokenInit() - change all callers to spneg...
2010-07-19 Jeremy AllisonMove the addition of the 16 byte guid out of spnego_gen...
2010-07-19 Jeremy AllisonRemove parse_negTokenTarg(), as it's actually incorrect...
2010-07-19 Volker Lendeckes3: Avoid pwrite calls for the 1-byte writes with zero...
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-19 Simo Sorces3-auth: Use talloc hierarchies to properly free auth_n...
2010-07-19 Simo Sorces3-auth: Simplify how we free the auth_context
2010-07-19 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-18 Volker Lendeckes3: Work better without the aio sighandler
2010-07-16 Jeremy AllisonMake the "map to guest" parameter work correctly with...
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-15 Volker Lendeckes3: Fix crashes in the printing code
2010-07-14 Andrew Bartletts3:auth Change auth_ntlmssp_server_info API to return...
2010-07-14 Andrew Bartletts3:smbd Give the kerberos session key a parent
2010-07-14 Andrew Bartletts3:smbd Fix segfault if register_existing_vuid() fails
2010-07-13 Jeremy AllisonRevert "Remove the global char *LastDir."
2010-07-09 Ira Coopers3: Cleanup of the initial SMB2 counters patch.
2010-07-09 Volker Lendeckes3: Optimize the write cache for sequential writes
2010-07-08 Günther Deschners3-rpc: when using rpc_pipe_open_internal, make sure...
2010-07-08 Ira Coopers3: Add SMB2 performance counters.
2010-07-07 Günther Deschners3-notify: use autogenerated FILE_NOTIFY_INFORMATION...
2010-07-06 Chere Zhous3:smbd: Align change notify replies on 4-byte boundary
2010-07-05 Volker Lendeckes3: Remove procid_self() from cancel_pending_lock_reque...
2010-07-05 Volker Lendeckes3: Remove procid_self() from remove_pending_lock()
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_deferred_open_entry()
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from shutdown_other...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from make_connectio...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from reprocess_bloc...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from remove_pending...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from push_blocking_...
2010-07-05 Volker Lendeckes3: Remove procid_self() from irix_oplocks_read_fde_han...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from smb_set_posix_...
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from linux_oplock_s...
2010-07-05 Volker Lendeckes3: Remove procid_self() from blocking_lock_cancel_smb1()
2010-07-05 Volker Lendeckes3: Remove procid_self() from process_blocking_lock_queue()
2010-07-05 Volker Lendeckes3: Remove procid_self() from remove_pending_lock_reque...
2010-07-05 Volker Lendeckes3: Remove procid_self() from cancel_pending_lock_reque...
next