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-08-09
lib: add FSCTL_[GET/SET]_COMPRESSION constants
David Disseldorp
2
-0
/
+14
2013-08-09
torture: split out ioctl test file creation helper
David Disseldorp
1
-56
/
+43
2013-08-09
VFS plugin was sending the actual size of the volume instead of the total num...
Susant Kumar Palai
1
-7
/
+4
2013-08-09
doc: Fix prefix parameter name in vfs_full_audit man page
Christof Schmitt
1
-1
/
+1
2013-08-09
docs: Add basic man page for vfs_syncops.
Karolin Seeger
1
-0
/
+99
2013-08-07
drs-cracknames: Add some debugs in the torture to know better which test has ...
Matthieu Patou
1
-0
/
+4
2013-08-06
Remove the knownfail flag on cracknames as it didn't fail anymore
Matthieu Patou
1
-2
/
+0
2013-08-06
drs-cracksname: fix problems that prevented to pass our torture tests
Matthieu Patou
1
-6
/
+21
2013-08-06
drs-crackname: Fix error code so that we have the same as windows
Matthieu Patou
1
-0
/
+1
2013-08-06
drs-cracknames: When cracking NT4 names we should just look at netbios for th...
Matthieu Patou
1
-2
/
+1
2013-08-06
drs-crackname: Fix cracknames for the format UNKNOWN when the data is actuall...
Matthieu Patou
1
-1
/
+4
2013-08-06
drs-cracknames: Reorganise the cracknames list so that similar format names a...
Matthieu Patou
1
-6
/
+6
2013-08-06
Add Notes related to DRSUAPI
Matthieu Patou
1
-0
/
+1
2013-08-06
s4-netlogon: honnor DS_RETURN_DNS_NAME flag
Matthieu Patou
1
-0
/
+9
2013-08-06
s4-netlogon: do not add \\ it has already be done in the fill_netlogon_samlog...
Matthieu Patou
1
-1
/
+3
2013-08-06
torture: Quiet a warning about set but not used variable
Matthieu Patou
1
-8
/
+7
2013-08-06
torture-drsuapi: Make the name of the dc variable
Matthieu Patou
1
-3
/
+5
2013-08-06
s3-netlogon: Connecting with the system token should be sufficient.
Andreas Schneider
1
-2
/
+0
2013-08-06
s3-rpc_server: Grant the system token full access.
Andreas Schneider
1
-6
/
+18
2013-08-06
libcli: Add security_token_system_privilege().
Andreas Schneider
2
-0
/
+23
2013-08-06
FSCTL_GET_SHADOW_COPY_DATA: Don't return 4 extra bytes at end
Christof Schmitt
1
-2
/
+2
2013-08-05
FSCTL_GET_SHADOW_COPY_DATA: Initialize output array to zero
Christof Schmitt
1
-1
/
+1
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
2013-08-05
s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial data
Ralph Wuerthner
1
-0
/
+6
2013-08-05
s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...
Ralph Wuerthner
1
-1
/
+2
2013-08-05
s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...
Ralph Wuerthner
1
-3
/
+10
2013-08-05
s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...
Ralph Wuerthner
1
-0
/
+5
2013-08-06
pyldb: decrement ref counters on py_results and quiet warnings
Matthieu Patou
1
-0
/
+4
2013-08-05
Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...
Jeremy Allison
1
-2
/
+5
2013-08-05
Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...
Jeremy Allison
1
-0
/
+12
2013-08-05
s3-libads: Print a message if no realm has been specified.
Andreas Schneider
1
-1
/
+7
2013-08-05
s3:rpc_client: rename same variables in cli_rpc_pipe_open_schannel_with_key()
Stefan Metzmacher
1
-15
/
+15
2013-08-05
s3:rpc_client: use the correct context for netlogon_creds_copy() in rpccli_sc...
Stefan Metzmacher
1
-1
/
+4
2013-08-05
s3:rpc_client: make rpccli_schannel_bind_data() static
Stefan Metzmacher
2
-10
/
+5
2013-08-05
s3:netlogon: make use of netlogon_creds_decrypt_samlogon_logon()
Stefan Metzmacher
1
-24
/
+21
2013-08-05
s4:netlogon: make use of netlogon_creds_decrypt_samlogon_logon()
Stefan Metzmacher
1
-22
/
+6
2013-08-05
libcli/auth: add netlogon_creds_shallow_copy_logon()
Stefan Metzmacher
2
-0
/
+76
2013-08-05
libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()
Stefan Metzmacher
2
-0
/
+124
2013-08-05
libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...
Stefan Metzmacher
1
-4
/
+4
2013-08-05
libcli/auth: make netlogon_creds_crypt_samlogon_validation more robust
Stefan Metzmacher
1
-1
/
+5
2013-08-05
s3:rpcclient: use talloc_stackframe() in do_cmd()
Stefan Metzmacher
1
-2
/
+6
2013-08-05
s4:librpc: fix netlogon connections against servers without AES support
Stefan Metzmacher
1
-2
/
+6
2013-08-05
s3-net: avoid confusing output in net_rpc_oldjoin() if NET_FLAGS_EXPECT_FALLB...
Stefan Metzmacher
3
-3
/
+14
2013-08-05
s3-net: use libnetjoin for "net rpc join" newstyle.
Günther Deschner
4
-562
/
+108
2013-08-05
s3-net: use libnetjoin for "net rpc testjoin".
Günther Deschner
3
-30
/
+67
2013-08-05
s3:libnet: let the caller truncate the pw in libnet_join_joindomain_rpc_unsec...
Stefan Metzmacher
1
-14
/
+1
2013-08-05
s3-libnetjoin: move "net rpc oldjoin" to use libnetjoin.
Günther Deschner
1
-98
/
+84
2013-08-05
s3-libnetjoin: add machine_name length check.
Günther Deschner
1
-0
/
+9
2013-08-05
s3: libnet_join: use admin_domain in libnetjoin.
Günther Deschner
1
-1
/
+26
2013-08-05
s3: libnet_join: add admin_domain.
Günther Deschner
1
-0
/
+2
[next]