index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-14
Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()
Jeremy Allison
1
-0
/
+21
2011-04-14
s3: Fix smbd with the async echo responder
Volker Lendecke
1
-10
/
+13
2011-04-14
s3: Fix a typo
Volker Lendecke
1
-1
/
+1
2011-04-14
s3-lib Move strisnormal to it's only user in mangle_hash.c
Andrew Bartlett
1
-0
/
+13
2011-04-14
s3: only include smb profiling where needed.
Günther Deschner
13
-0
/
+13
2011-04-13
Don't print "success" message after error message in change_file_owner_to_par...
Jeremy Allison
1
-9
/
+8
2011-04-13
s3-rpc_client: add and use rpc_client/rpc_client.h.
Günther Deschner
2
-0
/
+2
2011-04-13
s3: Make send_nt_replies() static
Volker Lendecke
2
-8
/
+4
2011-04-13
s3-lib Move strdup_w to it's only user in mangle_hash.c
Andrew Bartlett
1
-0
/
+19
2011-04-13
s3-lib Move isvalid83_w to mangle_hash.c
Andrew Bartlett
1
-0
/
+34
2011-04-11
s3-smbd: Added a become_user_by_session() function.
Andreas Schneider
2
-0
/
+19
2011-04-11
s3-smbd: Added a change_to_user_by_session() function.
Andreas Schneider
2
-74
/
+98
2011-04-08
Subtle change. Microsoft SMB2 tests return different access mask than for SMB...
Jeremy Allison
1
-1
/
+12
2011-04-05
Fix bug #7080 - Quota only shown when logged as root.
Jeremy Allison
2
-5
/
+4
2011-04-05
s3-auth Rename user_session_key -> session_key to match auth_session_info
Andrew Bartlett
2
-3
/
+3
2011-04-05
s3-auth use create_local_token() to transform server_info -> session_info
Andrew Bartlett
3
-59
/
+34
2011-04-04
Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...
Jeremy Allison
1
-3
/
+3
2011-04-04
Note that check_parent_exists() doesn't change the contents of smb_fname (add...
Jeremy Allison
1
-1
/
+1
2011-04-04
s3-auth consolidate create_local_token() into make_server_info_krb5()
Andrew Bartlett
2
-37
/
+5
2011-04-03
s3: Fix bug 8042: File creation on OS/X
Volker Lendecke
1
-0
/
+3
2011-04-01
Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb...
Marc A. Dahlhaus
1
-0
/
+7
2011-03-30
Fix bug #7996 - sgid bit lost on folder rename.
Jeremy Allison
3
-1
/
+23
2011-03-30
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
1
-4
/
+7
2011-03-30
s3-smbd: try to fix the irix build.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: try to fix the build on some non-linux buildfarm machines.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: Fix Coverity ID 2236: REVERSE_INULL
Volker Lendecke
1
-3
/
+1
2011-03-30
s3: Fix Coverity ID 2304: FORWARD_NULL
Volker Lendecke
1
-3
/
+1
2011-03-30
s3: only include ntioctl.h where needed.
Günther Deschner
2
-0
/
+2
2011-03-30
s3-includes: only include ntdomain.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
13
-13
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
14
-0
/
+14
2011-03-30
s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.
Günther Deschner
1
-2
/
+0
2011-03-30
s3-auth: smbd needs auth.h
Günther Deschner
25
-0
/
+25
2011-03-30
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-locking: move locking prototypes out of proto.h.
Günther Deschner
1
-0
/
+1
2011-03-30
s3: include smbd/smbd.h where needed.
Günther Deschner
81
-0
/
+81
2011-03-30
s3-smbd: add smbd.h and move smbd prototypes to smbd/proto.h.
Günther Deschner
2
-0
/
+1157
2011-03-30
s3: move filename_util.c out of source3/smbd to source3/lib.
Günther Deschner
1
-206
/
+0
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
10
-0
/
+10
2011-03-30
s3-build: only include transfer_file.h where needed.
Günther Deschner
2
-0
/
+2
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
20
-0
/
+20
2011-03-30
s3-includes: only include system/passwd.h when needed.
Günther Deschner
3
-0
/
+3
2011-03-30
s3-trans2: only include trans2.h where needed.
Günther Deschner
5
-0
/
+5
2011-03-30
lib/util/util_pw: share sys_get{pw,gr} group of calls.
Günther Deschner
1
-0
/
+1
2011-03-29
s3-spoolssd: Start the spoolss service correctly.
Andreas Schneider
1
-1
/
+1
2011-03-29
s3-spoolssd: Pass down event and messanging context.
Andreas Schneider
1
-2
/
+4
2011-03-29
s3:spoolssd Start spoolss from smbd
Simo Sorce
1
-0
/
+15
2011-03-27
s3: Fix Coverity ID 2329: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2011-03-27
s3: Fix Coverity ID 2330: RESOURCE_LEAK
Volker Lendecke
1
-0
/
+1
2011-03-26
Revert "Fix bug 8021 - Incorrect string termination in volume/volume_name for...
Jeremy Allison
1
-1
/
+1
[prev]
[next]