s3:smbd: move all globals and static variables in globals.[ch]
[tprouty/samba.git] / source3 / smbd / service.c
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Michael Adamsmbd: prevent access to root filesystem when connecting...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-24 Volker LendeckeRemove unused make_connection_with_chdir()
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-13 Volker LendeckeRemove smb_np_struct
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-26 Volker LendeckeFix a debug message
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-05-27 Jeremy AllisonRe-enable the evil "aio write behind" parameter.
2008-05-25 Volker LendeckeRemove some references to get_current_username() and...
2008-05-25 Volker LendeckeRemove the reference to current_user_info from share_ac...
2008-05-10 Volker LendeckeRemove "user" from connection_struct
2008-05-10 Volker LendeckeRemove the unix token info from connection_struct
2008-05-10 Volker LendeckeReplace nt_user_token with server_info in connection_struct
2008-05-10 Volker Lendeckefind_forced_group can directly change the token in...
2008-05-10 Volker LendeckeAdd an error return in find_forced_group()
2008-05-10 Volker LendeckeDo not unnecessarily mess with the results in find_forc...
2008-05-10 Volker LendeckeReplace find_forced_user by a direct call to make_serve...
2008-05-10 Volker LendeckeSimplify make_connection_snum: Copy connection_struct...
2008-05-10 Volker LendeckeAdd "server_info" to connection_struct
2008-05-10 Volker LendeckeRemove unused "force_group" from connection_struct
2008-05-10 Volker Lendecke"status" -> "pstatus" in make_connection_snum
2008-05-10 Volker LendeckeAdd create_connection_server_info() -- not used yet
2008-05-07 Volker LendeckeUse talloc_tos() for a temporary getpwnam_alloc in...
2008-05-07 Volker LendeckeUse talloc_stackframe() in find_forced_group
2008-05-05 Volker LendeckeRemove "userdom_struct user" from "struct user_struct"
2008-05-05 Volker LendeckeRemove "guest" from "struct user_struct"
2008-05-05 Volker LendeckeRemove the unix token info from "struct user_struct"
2008-05-05 Volker LendeckeRemove "nt_user_token" from "struct user_struct"
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-03-12 Michael AdamAdd a debug message.
2008-03-11 Michael Adamregistry shares: prevent creating regular share called...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-24 Derrell LipmanMerge branch 'setxattr-dos-mode' into v3-2-test
2008-01-23 Andrew TridgellMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-21 Volker LendeckeAdd SMB_VFS_FS_CAPABILITIES
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Michael AdamAdd handling of [homes] and [printers] via registry...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Jeremy AllisonMake use of talloc_pool in the main codepaths. Remove...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-28 Jeremy AllisonAdd the capability to set "smb encrypt = required"
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 James PeachCache the underlying filesystem capabilities at connect...
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-11-11 Jeremy AllisonAlways define PATH_MAX. Makes code simpler (removes
2007-11-10 Jeremy AllisonFix the build when realpath doesn't take null
2007-11-10 Jeremy AllisonRemove pstring from service.c.
2007-11-05 Volker LendeckeMake load_registry_service return the share number
2007-11-04 Jeremy AllisonRemove most of the remaining globals out of lib/util_so...
2007-11-04 Jeremy AllisonI can't get away without a 'length' arg. :-).
2007-11-04 Jeremy AllisonStop get_peer_addr() and client_addr() from using global
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23168: Move the lp_max_connections() into service.c.
2007-10-10 Volker Lendecker23167: Remove an unused parameter
2007-10-10 Volker Lendecker22844: Introduce const DATA_BLOB data_blob_null =...
2007-10-10 Jeremy Allisonr21953: One format fix, clarify a condition that the IBM
2007-10-10 Volker Lendecker21547: Fix from Michael Adam <ma@sernet.de>: Refuse...
2007-10-10 Jeremy Allisonr21482: Use IPC$ not ipc$ for consistency.
2007-10-10 Jeremy Allisonr21481: No one said anything, so I'm disallowing anything
2007-10-10 Volker Lendecker21279: Get rid of 'aio write behind', this is broken.
2007-10-10 Volker Lendecker21108: Send sys_notify_watch through the VFS, FAM...
2007-10-10 Volker Lendecker21092: Ok, that's the one that activates the Samba4...
2007-10-10 Volker Lendecker21083: Actually make it static... :-)
2007-10-10 Volker Lendecker21082: Make canonicalize_path static to service.c...
2007-10-10 Volker Lendecker20931: This changes the notify infrastructure from...
2007-10-10 Jeremy Allisonr20098: Properly fix issues with create_token_from_user...
2007-10-10 Jeremy Allisonr20097: Ensure found_username is freed correctly when
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Volker Lendecker20014: Ouch.... "res" is not a flag here, it is the...
2007-10-10 Volker Lendecker20006: Convert the registry shares to use the new API
2007-10-10 Volker Lendecker19991: Sorry for this 2000-liner...
2007-10-10 Volker Lendecker19963: Add 'registry shares = yes' and registry key...
2007-10-10 Jeremy Allisonr19705: Fix blocker bug for 3.0.23d - find_forced_group...
2007-10-10 Volker Lendecker19000: Merge the max tcon check from 3_0_23. Thanks...
2007-10-10 Jeremy Allisonr18787: Fix the strlen_m and strlen_m_term code by...
2007-10-10 Gerald Carterr18271: Big change:
2007-10-10 Jeremy Allisonr17402: Added lookup_name_smbconf() to be called when...
2007-10-10 Volker Lendecker17096: Simplify share_access_check a bit: It takes...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Volker Lendecker15601: Fix segfaults with 'security=share' and 'guest...
2007-10-10 Jeremy Allisonr15555: Make "change notify timeout" a per-share parame...
2007-10-10 Jeremy Allisonr15088: Remove all time() and gettimeofday() calls...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13095: Fix warnings assigning int to a size_t.
2007-10-10 Volker Lendecker12308: Reformatting
2007-10-10 Volker Lendecker12307: Reformatting plus a trivial if/else simplificat...
next