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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-09
Fix API for create_share_access_mask().
Jeremy Allison
2
-9
/
+12
2013-01-09
Remove static from create_share_access_mask().
Jeremy Allison
2
-1
/
+2
2013-01-09
Add uint32_t share_access to vuid_cache_entry.
Jeremy Allison
3
-0
/
+4
2013-01-09
Clean up struct connection_struct, make struct vuid_cache a pointer not inline.
Jeremy Allison
4
-10
/
+15
2013-01-09
Remove unneeded variable "const struct auth_session_info *session_info"
Jeremy Allison
1
-3
/
+1
2013-01-09
Remove dead code now vuser can no longer be NULL.
Jeremy Allison
1
-8
/
+0
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-08
samba-tool Add --service argument to samba-tool ntacl get/set
Andrew Bartlett
1
-6
/
+10
2013-01-07
pysmbd: Change to keyword based arguments
Andrew Bartlett
2
-27
/
+47
2013-01-07
scripting-provision: Set sysvol ACLs on the sysvol share
Andrew Bartlett
1
-14
/
+23
2013-01-07
scripting-ntacls: Optionally allow the service to be specified.
Andrew Bartlett
1
-6
/
+6
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
3
-0
/
+101
2013-01-07
spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.
Günther Deschner
1
-1
/
+2
2013-01-07
spoolss: add Windows ARM architecture defines to IDL.
Günther Deschner
1
-0
/
+4
2013-01-07
tdb: Fix undefined prototype warnings
Volker Lendecke
1
-0
/
+2
2013-01-07
tdb: Fix \n in error messages
Volker Lendecke
1
-2
/
+2
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-02
docs: Fix typo in vfs_tsmsm.8.xml.
Samba-JP oota
1
-1
/
+1
2013-01-02
docs: Remove superfluous bracket.
Samba-JP oota
1
-1
/
+1
2013-01-01
s4:drsuapi: try to behave more like windows for usn order (bug #9508)
Stefan Metzmacher
1
-11
/
+18
2013-01-01
s4:drsuapi: make use of LDB_TYPESAFE_QSORT() and pass getnc_state
Stefan Metzmacher
1
-10
/
+14
2013-01-01
s4:drsuapi: make sure we report the meta data from the cycle start (bug #9508)
Stefan Metzmacher
1
-9
/
+38
2013-01-01
s4:drsuapi: check the source_dsa_invocation_id (bug #9508)
Stefan Metzmacher
1
-0
/
+15
2013-01-01
s4:drsuapi: make sure we never return the same highwatermark twice in a repli...
Stefan Metzmacher
1
-0
/
+36
2013-01-01
s4:drsuapi: add drsuapi_DsReplicaHighWaterMark_cmp()
Stefan Metzmacher
1
-0
/
+20
2013-01-01
s4:drsuapi: always use the current uptodateness_vector
Stefan Metzmacher
1
-11
/
+9
2013-01-01
s4:drsuapi: avoid a ldb_dn_copy() and use talloc_move() instead
Stefan Metzmacher
1
-3
/
+3
2013-01-01
s4:drsuapi: remove unused 'highest_usn' from drsuapi_getncchanges_state
Stefan Metzmacher
1
-4
/
+0
2013-01-01
s4:drsuapi: move struct drsuapi_getncchanges_state to the top of getncchanges.c
Stefan Metzmacher
1
-17
/
+17
2013-01-01
s4:dsdb/drepl: update the source_dsa_obj/invocation_id in repsFrom
Stefan Metzmacher
1
-0
/
+4
2013-01-01
s4:dsdb/common: use 01.01.1970 as last_sync_success for our entry in the upto...
Stefan Metzmacher
1
-3
/
+4
2013-01-01
s4:dsdb/common: use LDB_SEQ_HIGHEST_SEQ for our entry in the uptodatevector
Stefan Metzmacher
1
-2
/
+2
2013-01-01
s4:dsdb/repl_meta_data: don't merge highwatermark and uptodatevector (bug #9508)
Stefan Metzmacher
1
-38
/
+1
2013-01-01
s4:dsdb/repl_meta_data: also update the last_sync_success in replUpToDateVector
Stefan Metzmacher
1
-5
/
+1
2013-01-01
s4:dsdb/repl_meta_data: store the last results and timestamps in the repsFrom
Stefan Metzmacher
1
-0
/
+3
[prev]
[next]