index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
service.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-enable the evil "aio write behind" parameter.
Jeremy Allison
2008-05-29
1
-0
/
+2
*
Add a debug message.
Michael Adam
2008-03-17
1
-0
/
+1
*
registry shares: prevent creating regular share called "global".
Michael Adam
2008-03-17
1
-0
/
+4
*
Add SMB_VFS_FS_CAPABILITIES
Volker Lendecke
2008-01-21
1
-9
/
+1
*
Add handling of [homes] and [printers] via registry shares.
Michael Adam
2008-01-16
1
-39
/
+45
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
1
-7
/
+1
*
Add the capability to set "smb encrypt = required"
Jeremy Allison
2007-12-27
1
-0
/
+2
*
Cache the underlying filesystem capabilities at connection time.
James Peach
2007-12-22
1
-0
/
+15
*
Remove Get_Pwnam and its associated static variable
Volker Lendecke
2007-12-19
1
-3
/
+8
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-2
/
+2
*
Always define PATH_MAX. Makes code simpler (removes
Jeremy Allison
2007-11-10
1
-4
/
+0
*
Fix the build when realpath doesn't take null
Jeremy Allison
2007-11-10
1
-1
/
+1
*
Remove pstring from service.c.
Jeremy Allison
2007-11-10
1
-71
/
+109
*
Make load_registry_service return the share number
Volker Lendecke
2007-11-05
1
-1
/
+0
*
Remove most of the remaining globals out of lib/util_sock.c.
Jeremy Allison
2007-11-03
1
-3
/
+4
*
I can't get away without a 'length' arg. :-).
Jeremy Allison
2007-11-03
1
-2
/
+4
*
Stop get_peer_addr() and client_addr() from using global
Jeremy Allison
2007-11-03
1
-2
/
+4
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-9
/
+9
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
samba-misc-tags/initial-v3-2-test
Gerald (Jerry) Carter
2007-10-10
1
-12
/
+6
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-9
/
+13
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23168: Move the lp_max_connections() into service.c.
Volker Lendecke
2007-10-10
1
-6
/
+20
*
r23167: Remove an unused parameter
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r21953: One format fix, clarify a condition that the IBM
Jeremy Allison
2007-10-10
1
-2
/
+20
*
r21547: Fix from Michael Adam <ma@sernet.de>: Refuse registry shares without ...
Volker Lendecke
2007-10-10
1
-0
/
+8
*
r21482: Use IPC$ not ipc$ for consistency.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21481: No one said anything, so I'm disallowing anything
Jeremy Allison
2007-10-10
1
-7
/
+17
*
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r21108: Send sys_notify_watch through the VFS, FAM is next
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21092: Ok, that's the one that activates the Samba4 notify backend.
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r21083: Actually make it static... :-)
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21082: Make canonicalize_path static to service.c -- we do have conn->connec...
Volker Lendecke
2007-10-10
1
-0
/
+25
*
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
2007-10-10
1
-3
/
+0
*
r20098: Properly fix issues with create_token_from_username()
Jeremy Allison
2007-10-10
1
-33
/
+17
*
r20097: Ensure found_username is freed correctly when
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r20014: Ouch.... "res" is not a flag here, it is the service number...
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r20006: Convert the registry shares to use the new API
Volker Lendecke
2007-10-10
1
-48
/
+31
*
r19991: Sorry for this 2000-liner...
Volker Lendecke
2007-10-10
1
-6
/
+5
*
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
2007-10-10
1
-0
/
+113
*
r19705: Fix blocker bug for 3.0.23d - find_forced_group could
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r19000: Merge the max tcon check from 3_0_23. Thanks to James Peach that this...
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r18787: Fix the strlen_m and strlen_m_term code by merging
Jeremy Allison
2007-10-10
1
-1
/
+10
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-1
/
+1
*
r17402: Added lookup_name_smbconf() to be called when looking
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r17096: Simplify share_access_check a bit: It takes the sharename instead of ...
Volker Lendecke
2007-10-10
1
-2
/
+7
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-20
/
+43
*
r15601: Fix segfaults with 'security=share' and 'guest only = yes'
Volker Lendecke
2007-10-10
1
-10
/
+28
[next]