dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source3 / smbd / service.c
2013-01-09 Volker Lendeckesmbd: Fix a typo
2013-01-09 Jeremy AllisonMove create_share_access_mask() from smbd/service.c...
2013-01-09 Jeremy AllisonFix bug #9518 - conn->share_access appears not be be...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() - remove...
2013-01-09 Jeremy AllisonChange API for create_share_access_mask() to pass in...
2013-01-09 Jeremy AllisonFix API for create_share_access_mask().
2013-01-09 Jeremy AllisonRemove static from create_share_access_mask().
2012-11-05 Stefan Metzmachers3:smbd: pass the current time to make_connection[_smb1]()
2012-10-19 Stefan Metzmachers3:smbd: don't call claim/yield_connection() in make_co...
2012-10-19 Stefan Metzmachers3:smbd: fill tcon->global->session_global_id
2012-09-27 Volker Lendeckes3: For read-only shares, filter out write bits from...
2012-09-12 Jeremy AllisonMove cached cwd onto conn struct.
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-07 Rusty Russellsource3/smbd/conn.c: wean off string_set/string_free
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon for smb1
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-06 Stefan Metzmachers3:smbd: let close_cnum() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: let make_connection() take a uint64_t vuid
2012-06-06 Stefan Metzmachers3:smbd: use 'struct user_struct' instead of typedef...
2012-05-22 Michael Adams3:smbd: remove unused 'connection_struct->used'
2012-05-04 Volker Lendeckes3: Remove an unused extern declaration
2012-04-23 Jeremy AllisonFix bug #8882 - Broken processing of %U with vfs_full_a...
2012-04-11 Christian Ambachs3:smbd only initialize kernel oplocks if they are...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-23 Volker Lendeckes3: Remove the sys_notify dependency from notify_internal
2012-03-21 Volker Lendeckes3: Move the notify_ctx to the smbd_server_connection
2012-03-21 Volker Lendeckes3: Remove "conn" param from notify_init()
2012-03-15 Volker Lendeckes3: Remove the separate server_id arg to notify_init
2012-03-04 Andrew Bartletts3-smbd: vuser and session_info cannot be NULL here
2012-03-04 Andrew Bartletts3-auth: Remove security=share (depricated since 3.6).
2012-02-28 Jeremy AllisonFix problem reported by Tom Lee <tlee2951@gmail.com...
2012-02-25 Andrew Bartletts3-auth rename vuid_serverinfo to session_info
2012-01-19 Jeremy AllisonNow make_connection_snum() is a static function that...
2012-01-18 Jeremy AllisonFix bug 8710 - connections.tdb - major leak with SMB2.
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-12-12 Stefan Metzmachers3:smbd/service: avoid using server_event_context(...
2011-10-27 Andreas Schneiders3: Include uid_wrapper where it is missing.
2011-07-19 Andrew Bartletts3-auth Remove seperate guest boolean
2011-07-19 Andrew Bartletts3-auth Use the common auth_session_info
2011-07-19 Andrew Bartletts3-auth use auth_user_info not netr_SamInfo3 in auth3_s...
2011-07-19 Andrew Bartletts3-auth Use guest boolean in auth_user_info_unix
2011-07-19 Andrew Bartletts3-auth Use struct auth_user_info_unix for unix_name...
2011-07-19 Andrew Bartletts3-auth Use *unix_token rather than utok in struct...
2011-07-19 Andrew Bartletts3-auth Use struct auth3_session_info outside the auth...
2011-07-05 Volker Lendeckes3: Calculate&store the maximum share access mask
2011-07-05 Volker Lendeckes3: Return "granted" from share_access_check
2011-07-04 Andreas Schneiders3-smbd: Replace client_id in smbd service.
2011-06-29 Andrew Bartlettparam: Merge param headers into lib/param/loadparm.h
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-05-30 Andrew Bartletts3-globals Remove smbd_event_context() (use server_even...
2011-05-30 Andrew Bartletts3-param split service.c into param and smbd components
2011-04-29 Günther Deschners3-tsocket: only include ../lib/tsocket/tsocket.h where...
2011-04-04 Andrew Bartletts3-auth use create_local_token() to transform server_in...
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-04 David Disseldorps3-printing: follow force user/group for driver IO
2011-02-22 Günther Deschners3-printing: fix pcacp prototypes and includes.
2011-02-22 Andrew Bartletts3-auth Rename auth_serversupplied_info varaiables...
2011-02-10 Andrew Bartletts3-auth Rename cryptic 'ptok' to security_token
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-08-31 Andrew Bartletts3-auth Rename NT_USER_TOKEN user_sids -> sids
2010-08-22 Volker Lendeckes3: Replace calls to check_access by allow_access
2010-08-18 Volker Lendeckes3: Remove an unused variable
2010-08-18 Volker Lendeckes3: Remove unneeded "client_address" from connection_struct
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd() from make_connection
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd() from share_sanity_checks
2010-08-16 Volker Lendeckes3: Remove smbd_server_fd() from make_connection_snum
2010-08-16 Volker Lendeckes3: Remove get_client_fd()
2010-08-06 Günther Deschners3-netlogon: remove global include of netlogon.h.
2010-07-05 Volker Lendeckes3: Remove smbd_messaging_context() from make_connectio...
2010-07-05 Volker Lendeckes3: Remove procid_self() from make_connection_snum()
2010-07-04 Volker Lendeckes3: Remove unused msg_flags from connections.tdb
2010-06-12 Volker Lendeckes3: Remove smbd_server_conn from make_connection_snum
2010-06-12 Volker Lendeckes3: Fix some nonempty lines
2010-05-31 Simo Sorces3:smbd map_username() doesn't need sconn anymore
2010-05-27 Simo Sorces3:auth use info3 in auth_serversupplied_info
2010-05-21 Andrew Bartletts3:dom_sid Global replace of DOM_SID with struct dom_sid
2010-05-20 Jeremy AllisonFix bug #7410 - samba sends "raw" inode number as...
2010-03-26 Jeremy AllisonFix bug 7297 - smbd crashes with CUPS printers and...
2010-03-15 Jeremy AllisonRemove the bool admin_user from conn struct. We no...
2010-02-23 Volker Lendeckes3: Consolidate server_id_self into the equivalent...
2010-02-17 Jeremy AllisonFix bug #6557 - Do not work VFS full_audit
2010-02-13 Volker Lendeckes3: Fix a C++ warning
2010-02-13 Jeremy AllisonUse sec_initial_uid() in the places where being root...
2010-02-13 Jeremy AllisonSimplify the logic in make_connection_snum(), and make...
2010-02-13 Jeremy AllisonRemove #if SOFTLINK_OPTIMIZATION code.
2010-02-13 Jeremy AllisonRevert "Fix bug #7126 - [SMBD] With access denied error...
2010-02-12 Jeremy AllisonFix bug #7126 - [SMBD] With access denied error smbd...
2010-02-11 Jeremy AllisonRemove the code replaced by widelinks warning.
2010-02-11 Jeremy AllisonRemove lp_safe_widelinks() -> convert to just lp_wideli...
2010-02-11 Jeremy AllisonFinal part of jumbo patch for bug #7104 - "wide links...
2010-02-11 Simo SorceIntroduce lp_safe_widelinks()
next