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
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
2012-12-12
s3-ctdb: Make sure addr.sun_path is null terminated.
Andreas Schneider
1
-1
/
+1
2012-12-12
s3-libsmb: Fix possible comparsion problems.
Andreas Schneider
1
-7
/
+21
2012-12-12
s3-utils: Correctly handle getenv() for the later system() call.
Andreas Schneider
1
-7
/
+10
2012-12-12
s3-utils: Cleanup code in wait_replies().
Andreas Schneider
1
-3
/
+4
2012-12-12
s3-nmbd: Cleanup code to make it more readable.
Andreas Schneider
1
-3
/
+7
2012-12-12
s3-lib: Remove unsused variable from sys_get_nfs_quota().
Andreas Schneider
1
-2
/
+1
2012-12-12
winbind: Use talloc in resolve_username_to_alias().
Andreas Schneider
1
-3
/
+5
2012-12-12
winbind: Use talloc in resolve_alias_to_username().
Andreas Schneider
1
-3
/
+5
2012-12-12
s3-selftest: make sure to test rpc.samr.passwords.validate over ncacn_ip_tcp.
Günther Deschner
1
-1
/
+4
2012-12-12
s3-rpc_server: limit allowed transports for samr_ValidatePassword().
Günther Deschner
1
-0
/
+5
2012-12-12
s3-netapi: Initialize group_handle of NetGroupSetUsers_r().
Andreas Schneider
1
-0
/
+1
2012-12-12
s4-netapi: Initialize group_handle of NetGroupGetUsers_r().
Andreas Schneider
1
-0
/
+1
2012-12-12
s3-auth: Make sure we work on valid data_blobs.
Andreas Schneider
1
-2
/
+2
2012-12-12
s3-netapi: Initialize group_handle of NetUserSetGroups_r.
Andreas Schneider
1
-0
/
+1
2012-12-12
s3-netapi: Fix zeroing policy handles in NetLocalGroupAdd_r().
Andreas Schneider
1
-5
/
+5
2012-12-12
vfs: Make sure we don't call talloc_free on an uninitialized pointer.
Andreas Schneider
1
-1
/
+1
2012-12-12
s3-printing: Don't call talloc_free on an uninitialized pointer.
Andreas Schneider
1
-1
/
+1
2012-12-12
s3-net: Check the return value of strlower_m().
Andreas Schneider
1
-1
/
+3
2012-12-12
s3-net: Check return value of string_to_sid().
Andreas Schneider
1
-1
/
+7
2012-12-12
s3-rpcclient: Check return value of add_string_to_array().
Andreas Schneider
1
-1
/
+5
2012-12-12
s3-registry: Check return code of push_reg_sz().
Andreas Schneider
1
-2
/
+11
2012-12-11
s3:auth: Tidy up some of the API confusion in create_token_from_XXX() calls.
Jeremy Allison
1
-6
/
+9
2012-12-11
s3:auth: fix dereference level in talloc checks in create_token_from_sid()
Michael Adam
1
-2
/
+2
2012-12-11
s3:auth: fix function header comment for user_sid_in_group_sid()
Michael Adam
1
-1
/
+1
2012-12-10
s3:auth: fix create_token_from_sid() to not fail in the winbindd case
Michael Adam
1
-2
/
+10
2012-12-10
s3:auth: fix header comment for user_sid_in_group_sid()
Michael Adam
1
-2
/
+2
2012-12-09
s3-auth: remove crypto from serverinfo_to_SamInfoX calls.
Günther Deschner
5
-34
/
+30
2012-12-09
s3-rpc_server: Remove obsolete process_creds boolean in samlogon server.
Günther Deschner
1
-24
/
+3
2012-12-09
s3-auth: session keys in validation level 6 samlogon replies are *not* encryp...
Günther Deschner
1
-8
/
+0
2012-12-09
s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...
Günther Deschner
3
-37
/
+36
2012-12-09
s3-rpc_server: we need to encrypt OWFs using DES in _netr_ServerGetTrustInfo().
Günther Deschner
1
-2
/
+2
2012-12-09
s3-rpc_server: pass down netlogon cred state in _netr_ServerGetTrustInfo().
Günther Deschner
1
-9
/
+5
2012-12-09
s3-rpc_client: use netlogon_creds_aes_encrypt in interactive netlogon samlogon.
Günther Deschner
1
-1
/
+4
2012-12-09
s3-rpc_server: support AES decryption in netr_ServerPasswordSet2 server.
Günther Deschner
1
-1
/
+6
[next]