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