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
2012-07-12
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
13
-24
/
+24
2012-07-12
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
13
-26
/
+26
2012-07-12
s3:passdb: remove commented out pdb_lookup_names code
Michael Adam
1
-82
/
+0
2012-07-12
s3/torture: adjust dependency to fix build when no winbind was build before
Björn Jacke
1
-1
/
+1
2012-07-12
s3: make log message of FSCTL_IS_VOLUME_DIRTY more clear
Björn Jacke
1
-1
/
+1
2012-07-12
test: fix compile warning on test summary
Björn Jacke
1
-1
/
+1
2012-07-12
mkversion: Remove quotes around SAMBA_VERSION_VENDOR_PATCH string
Ralph Wuerthner
1
-1
/
+1
2012-07-11
s3:vfs_gpfs: fix ACL length calculation
Ralph Wuerthner
1
-9
/
+4
2012-07-11
s3:vfs_gpfs: Check softquota before gracetime
Christof Schmitt
1
-1
/
+2
2012-07-11
build: fix some indentation (tabs/vs spaces) in source3/wscript
Michael Adam
1
-2
/
+2
2012-07-11
build: fix waf checks for seteuid on non-Linux platforms
Michael Adam
1
-5
/
+4
2012-07-11
Add in the threaded async open engine.
Jeremy Allison
1
-0
/
+393
2012-07-11
Move set_thread_credentials_permanently() to set_thread_credentials()
Jeremy Allison
2
-16
/
+16
2012-07-10
Fix typo we've had for a long time in set_re_uid() in the USE_SETRESUID case.
Jeremy Allison
1
-1
/
+1
2012-07-10
Cope with a (non-security) open race we've had for ever as NTCreateX isn't at...
Jeremy Allison
1
-0
/
+25
2012-07-10
Now we have a guaranteed indication of a file being created, use it to set th...
Jeremy Allison
1
-12
/
+8
2012-07-10
Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guarantee...
Jeremy Allison
1
-4
/
+107
2012-07-10
Simplify the logic in open_file() some more.
Jeremy Allison
1
-48
/
+36
2012-07-09
Simplify the logic in open_file().
Jeremy Allison
1
-22
/
+15
2012-07-09
Use new common function.
Jeremy Allison
1
-1
/
+1
2012-07-09
Make check_same_stat() and check_same_dev_ino() common functions.
Jeremy Allison
4
-31
/
+33
2012-07-09
Factor out check_same_dev_ino() from check_same_stat() so it can be called se...
Jeremy Allison
1
-2
/
+15
2012-07-09
lib/ldb: Bump ldb release due to pyldb changes
Andrew Bartlett
3
-1
/
+261
2012-07-06
s4-torture: add ntprinting ndr operations testsuite.
Günther Deschner
3
-1
/
+442
2012-07-06
ntprinting: mark the final 4 byte null pointer for printer data in ndr_pull_n...
Günther Deschner
1
-0
/
+1
2012-07-06
ndr: fix push/pull DATA_BLOB with NDR_NOALIGN
David Disseldorp
1
-12
/
+22
2012-07-06
ntprinting: make decode_ntprinting helpers public in idl.
Günther Deschner
1
-3
/
+3
2012-07-06
s3: Fix Coverity ID 709470 Uninitialized scalar variable
Volker Lendecke
1
-1
/
+1
2012-07-06
s4-selftest: do a dbcheck on our two vampire DCs
Andrew Bartlett
2
-1
/
+2
2012-07-06
s4-dbcheck: Check for an object without a parent
Andrew Bartlett
1
-0
/
+44
2012-07-06
s4-dsdb: Remove unused variables in py_dsdb_get_partitions_dn
Andrew Bartlett
1
-3
/
+0
2012-07-06
pydsdb: Add bindings for dsdb_wellknown_dn()
Andrew Bartlett
2
-0
/
+38
2012-07-06
pyldb: Add bindings for ldb_dn_remove_base_components
Andrew Bartlett
2
-0
/
+20
2012-07-06
s4-pydsdb: Add bindings for dsdb_find_nc_root()
Andrew Bartlett
2
-0
/
+26
2012-07-06
s4-pydsdb: Improve PyErr_LDB_{DN,}_OR_RAISE to use py_check_dcerpc_type
Andrew Bartlett
1
-2
/
+9
2012-07-06
pyldb: Fix dn concat operation to be the other way around
Andrew Bartlett
2
-2
/
+2
2012-07-06
auth: Common function for retrieving PAC_LOGIN_INFO from PAC
Christof Schmitt
7
-123
/
+54
2012-07-06
s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for tcp
Andreas Schneider
1
-0
/
+10
2012-07-06
s4-lsarpc: DCERPC_FAULT_ACCESS_DENIED for np
Andreas Schneider
3
-0
/
+45
2012-07-06
s4-lsarpc: Restrict LookupSids3 to crypto connections only.
Andreas Schneider
1
-0
/
+10
2012-07-06
s4-lsarpc: Restrict LookupNames4 to crypto connections only.
Andreas Schneider
1
-0
/
+10
2012-07-06
s4-lsarpc: Don't call lsa_OpenPolicy2 in lsa_LookupSids3.
Andreas Schneider
1
-46
/
+48
2012-07-06
s4-lsaprc: Don't call lsa_OpenPolicy2 in lsa_LookupNames4.
Andreas Schneider
1
-49
/
+53
2012-07-06
selftest: Update knownfail list for samba4.rpc.lsalookup.
Andreas Schneider
1
-1
/
+5
2012-07-06
s4-selftest: Don't run lsarpc requiring a named pipe over tcpip.
Andreas Schneider
1
-1
/
+1
2012-07-06
s4-selftest: Don't plan lsa.secrets tests over tcpip.
Andreas Schneider
1
-4
/
+4
2012-07-06
s4-libnet: Skip calling lsarpc functions over a wrong pipe.
Andreas Schneider
1
-0
/
+9
2012-07-06
s4-torture: Call lsarpc tests over the correct pipe.
Andreas Schneider
1
-0
/
+6
2012-07-06
s4-torture: Don't consider NONE_MAPPED an error in LookupSids3.
Andreas Schneider
1
-3
/
+19
2012-07-06
s4-torture: Don't consider NONE_MAPPED an error in LookupNames4.
Andreas Schneider
1
-3
/
+15
[prev]
[next]