summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-21Add SMB_VFS_FS_CAPABILITIESVolker Lendecke1-9/+1
2008-01-16Add handling of [homes] and [printers] via registry shares.Michael Adam1-39/+45
2008-01-09Make use of talloc_pool in the main codepaths. Remove the sub-contexts.Jeremy Allison1-7/+1
2007-12-27Add the capability to set "smb encrypt = required"Jeremy Allison1-0/+2
2007-12-22Cache the underlying filesystem capabilities at connection time.James Peach1-0/+15
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-3/+8
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-2/+2
2007-11-10Always define PATH_MAX. Makes code simpler (removesJeremy Allison1-4/+0
2007-11-10Fix the build when realpath doesn't take nullJeremy Allison1-1/+1
2007-11-10Remove pstring from service.c.Jeremy Allison1-71/+109
2007-11-05Make load_registry_service return the share numberVolker Lendecke1-1/+0
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-3/+4
2007-11-03I can't get away without a 'length' arg. :-).Jeremy Allison1-2/+4
2007-11-03Stop get_peer_addr() and client_addr() from using globalJeremy Allison1-2/+4
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-12/+6
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-9/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23168: Move the lp_max_connections() into service.c.Volker Lendecke1-6/+20
2007-10-10r23167: Remove an unused parameterVolker Lendecke1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r21953: One format fix, clarify a condition that the IBMJeremy Allison1-2/+20
2007-10-10r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...Volker Lendecke1-0/+8
2007-10-10r21482: Use IPC$ not ipc$ for consistency.Jeremy Allison1-1/+1
2007-10-10r21481: No one said anything, so I'm disallowing anythingJeremy Allison1-7/+17
2007-10-10r21279: Get rid of 'aio write behind', this is broken.Volker Lendecke1-1/+0
2007-10-10r21108: Send sys_notify_watch through the VFS, FAM is nextVolker Lendecke1-1/+1
2007-10-10r21092: Ok, that's the one that activates the Samba4 notify backend.Volker Lendecke1-0/+7
2007-10-10r21083: Actually make it static... :-)Volker Lendecke1-1/+1
2007-10-10r21082: Make canonicalize_path static to service.c -- we do have conn->connec...Volker Lendecke1-0/+25
2007-10-10r20931: This changes the notify infrastructure from a polling-based to an eve...Volker Lendecke1-3/+0
2007-10-10r20098: Properly fix issues with create_token_from_username()Jeremy Allison1-33/+17
2007-10-10r20097: Ensure found_username is freed correctly whenJeremy Allison1-2/+7
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-2/+7
2007-10-10r20014: Ouch.... "res" is not a flag here, it is the service number...Volker Lendecke1-1/+0
2007-10-10r20006: Convert the registry shares to use the new APIVolker Lendecke1-48/+31
2007-10-10r19991: Sorry for this 2000-liner...Volker Lendecke1-6/+5
2007-10-10r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke1-0/+113
2007-10-10r19705: Fix blocker bug for 3.0.23d - find_forced_group couldJeremy Allison1-0/+9
2007-10-10r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that this...Volker Lendecke1-0/+5
2007-10-10r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison1-1/+10
2007-10-10r18271: Big change:Gerald Carter1-1/+1
2007-10-10r17402: Added lookup_name_smbconf() to be called when lookingJeremy Allison1-2/+2
2007-10-10r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke1-2/+7
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-20/+43
2007-10-10r15601: Fix segfaults with 'security=share' and 'guest only = yes'Volker Lendecke1-10/+28
2007-10-10r15555: Make "change notify timeout" a per-share parameter - usedJeremy Allison1-0/+3
2007-10-10r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison1-3/+2
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-3/+3