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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
Remove the second set of {} braces, no longer needed.
Jeremy Allison
1
-20
/
+18
2013-01-09
Remove one set of enclosing {} braces, no longer needed.
Jeremy Allison
1
-9
/
+7
2013-01-09
Move the definition of struct vuid_cache_entry *ent outside blocks.
Jeremy Allison
1
-4
/
+2
2013-01-09
Start to tidy-up check_user_ok().
Jeremy Allison
1
-3
/
+2
2013-01-09
torture/vfstest.c: Always use create_conn_struct(). Don't hand create connect...
Jeremy Allison
1
-10
/
+22
2013-01-09
source3/smbd/pysmbd.c: Always use create_conn_struct(). Don't hand create con...
Jeremy Allison
1
-24
/
+10
2013-01-09
smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str...
Jeremy Allison
1
-19
/
+11
2013-01-09
Allow create_conn_struct() to be called with snum == -1.
Jeremy Allison
1
-4
/
+9
2013-01-09
smbd: Rework create_conn_struct to use conn_new()
Andrew Bartlett
1
-22
/
+18
2013-01-08
smbd: Fix bug 9549 -- Memleak in the async echo handler
Volker Lendecke
1
-1
/
+1
2013-01-07
pysmbd: Change to keyword based arguments
Andrew Bartlett
1
-23
/
+43
2013-01-07
pysmbd: Convert pysmbd to take an optional service to connect to
Andrew Bartlett
2
-127
/
+159
2013-01-07
smbd: Fix calls to create_conn_struct_cwd to be correctly indented.
Andrew Bartlett
3
-44
/
+44
2013-01-07
smbd: Split create_conn_struct into a fn that does not change the working dir
Andrew Bartlett
4
-21
/
+58
2013-01-07
spoolss: add stubs for new JobNamedProperty dcerpc calls.
Günther Deschner
1
-0
/
+44
2013-01-02
s3-net: Fix rpc_service_list_internal() null pointer passing.
Andreas Schneider
1
-2
/
+13
2013-01-02
s3-rpcclient: Fix cmd_eventlog_loginfo() null pointer passing.
Andreas Schneider
1
-2
/
+8
2013-01-02
s3-rpcclient: Fix cmd_eventlog_readlog() null pointer passing.
Andreas Schneider
1
-7
/
+8
2013-01-02
s3-idmap: Check return value of string_to_sid().
Andreas Schneider
1
-1
/
+6
2013-01-01
Happy New Year 2013
Stefan Metzmacher
1
-1
/
+1
2012-12-21
s3-prefork: Directly fail if tevent_req_is_unix_error() fails.
Andreas Schneider
1
-1
/
+3
2012-12-21
s3-libsmb: Remove check if array is NULL.
Andreas Schneider
1
-1
/
+2
2012-12-21
s3-rpc_server: Fix username and remote check.
Andreas Schneider
1
-2
/
+2
2012-12-21
s3-lib: Cleanup transfer_file_internal() a bit.
Andreas Schneider
1
-2
/
+6
2012-12-21
s3-rpc_server: Make it clear we want to fall trough here.
Andreas Schneider
1
-0
/
+1
2012-12-21
s3-lib: Make it clear that we want to fall trough here.
Andreas Schneider
1
-0
/
+2
2012-12-21
s3-netapi: Add missing break in NetUserSetInfo_r().
Andreas Schneider
1
-0
/
+1
2012-12-21
s3-libsmb: Fix a possible null pointer dereference.
Andreas Schneider
1
-1
/
+1
2012-12-21
s3-rpc_server: Fix null pointer derefs in rpc_pipe_open_interface().
Andreas Schneider
1
-5
/
+7
2012-12-21
s3-winbind: Fix null pointer dereference in store_memory_creds().
Andreas Schneider
1
-4
/
+4
2012-12-21
s3-vfs: Fix a null pointer deferference in vfs_media_harmony.
Andreas Schneider
1
-1
/
+3
2012-12-21
s3-rpc_server: Fix a possible null pointer dereference.
Andreas Schneider
1
-1
/
+2
2012-12-21
s3-vfs: Fix typo in readonly_connect().
Andreas Schneider
1
-1
/
+1
2012-12-21
s3-rpc_server: Fix useless check if we still have a valid string.
Andreas Schneider
1
-3
/
+3
2012-12-21
s3-libads: Fix copy&paste error in ads_keytab_add_entry().
Andreas Schneider
1
-1
/
+1
2012-12-21
s3-lib: Fix push_ucs2() for-loop.
Andreas Schneider
1
-2
/
+2
2012-12-21
s3-tldap: Fix dead code in tldap_sasl_bind_send().
Andreas Schneider
1
-1
/
+1
2012-12-21
s3-utils: Check return value of secrets_init().
Andreas Schneider
1
-1
/
+6
2012-12-21
s3-net: Check return values of push_reg_sz().
Andreas Schneider
1
-4
/
+22
2012-12-21
s3-nmbd: Check if we created the directories correctly.
Andreas Schneider
1
-4
/
+11
2012-12-21
s3-eventlog: Make sure the eventlog directory exists.
Andreas Schneider
1
-2
/
+5
2012-12-21
s3-winbind: Check if we created the directories correctly.
Andreas Schneider
1
-4
/
+11
2012-12-21
s3-smbd: Check return code of SMB_VFS_{L}STAT.
Andreas Schneider
1
-2
/
+7
2012-12-18
Fix bug #9196 - defer_open is triggered multiple times on the same request.
Jeremy Allison
1
-3
/
+3
2012-12-15
s3-rpc_server: use netlogon_creds_encrypt_samlogon().
Günther Deschner
1
-20
/
+3
2012-12-15
libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...
Günther Deschner
1
-2
/
+4
2012-12-12
s3-lib: Don't close the listener twice if we goto failed.
Andreas Schneider
1
-1
/
+1
2012-12-12
s3: Fix a typo in a debug message
Volker Lendecke
1
-1
/
+1
2012-12-12
s3-printing: Correctly create the printing cache path.
Andreas Schneider
1
-1
/
+6
2012-12-12
s3-registry: Fix counters_directory() dir creation.
Andreas Schneider
1
-2
/
+2
[prev]
[next]