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
/
libads
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-10
auth/gensec: treat struct gensec_security_ops as const if possible.
Stefan Metzmacher
1
-5
/
+6
2013-08-10
auth/gensec: introduce gensec_internal.h
Stefan Metzmacher
1
-0
/
+1
2013-08-05
s3-libads: Print a message if no realm has been specified.
Andreas Schneider
1
-1
/
+7
2013-08-05
s3-libads: Fail create_local_private_krb5_conf_for_domain() if parameters mis...
Günther Deschner
1
-0
/
+4
2013-06-12
s3-libads: Print the debug string of a failed call with LDAP_OTHER.
Andreas Schneider
1
-0
/
+18
2013-04-03
BUG 9699: Fix adding case sensitive spn.
Andreas Schneider
1
-12
/
+2
2013-03-06
Make sure to set umask() before calling mkstemp().
Andreas Schneider
1
-0
/
+3
2013-02-19
s3:libads: make use of samba_tevent_context_init()
Stefan Metzmacher
1
-1
/
+1
2013-02-04
s3: use generate_random_password() instead of generate_random_str()
Stefan Metzmacher
1
-2
/
+4
2012-12-21
s3-libads: Fix copy&paste error in ads_keytab_add_entry().
Andreas Schneider
1
-1
/
+1
2012-11-05
libads: Always free the talloc_stackframe() on error path
Andrew Bartlett
1
-0
/
+1
2012-10-02
s3-kerberos: add aes enctypes to generated krb5.conf.
Günther Deschner
1
-5
/
+24
2012-10-02
s3-krb5: use and request AES keys in kerberos operations.
Günther Deschner
2
-1
/
+8
2012-09-12
Avoid overriding default ccache for ads operations.
Simo Sorce
3
-7
/
+94
2012-09-07
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
1
-1
/
+1
2012-08-09
Correctly check for errors in strlower_m() returns.
Jeremy Allison
4
-7
/
+30
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
4
-7
/
+33
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
5
-0
/
+5
2012-07-06
auth: Common function for retrieving PAC_LOGIN_INFO from PAC
Christof Schmitt
1
-26
/
+3
2012-06-27
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
1
-1
/
+1
2012-05-26
s3-libads: Use a reducing page size to try and cope with a slow LDAP server
Andrew Bartlett
3
-2
/
+13
2012-05-26
s3-libads: Map LDAP_TIMELIMIT_EXCEEDED as NT_STATUS_IO_TIMEOUT
Andrew Bartlett
1
-0
/
+3
2012-05-23
Move source3/libads/dns.c to lib/addns
Simo Sorce
3
-970
/
+1
2012-05-23
s3-ads-dns: Avoid unnecessary dependencies
Simo Sorce
2
-11
/
+3
2012-05-23
s3-ads-dns: Break dependency on lp_parm
Simo Sorce
3
-18
/
+34
2012-05-23
s3-ad-dns: Use more standard uint and booleans defs
Simo Sorce
1
-35
/
+35
2012-04-25
s3:registry: remove usage of reg_objects from libads/ldap_printer.c
Gregor Beck
1
-89
/
+56
2012-04-25
lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...
Alexander Bokovoy
2
-0
/
+2
2012-04-24
s3: Attempt to fix the build without kerberos
Volker Lendecke
1
-1
/
+2
2012-04-23
Make krb5 wrapper library common so they can be used all over
Simo Sorce
3
-4
/
+48
2012-04-12
clikrb5: Move pure krb wrapper functions from libads to clikrb5.
Simo Sorce
2
-143
/
+0
2012-04-03
s3-libads: Remove ads_verify_ticket() as it is now unused
Andrew Bartlett
2
-788
/
+0
2012-04-03
s3-libads: Rework kerberos_return_pac() to use GENSEC for the server-side
Andrew Bartlett
1
-22
/
+167
2012-03-30
More strlcat/strlcpy truncate checks.
Jeremy Allison
1
-2
/
+9
2012-02-23
s3-libads: Remove unused ads_set_machine_password()
Andrew Bartlett
2
-33
/
+0
2012-02-23
s3-libads: Remove unused ads_pull_sids_from_extendeddn()
Andrew Bartlett
2
-62
/
+0
2012-02-13
s3-libads: Move to using only the HAVE_KRB5 define
Andrew Bartlett
2
-13
/
+11
2012-01-20
s3:kerberos_verify: ads_dedicated_keytab_verify_ticket() only needs read access
Stefan Metzmacher
1
-1
/
+1
2012-01-10
krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...
Andrew Bartlett
1
-4
/
+0
2012-01-09
s3-libads: pretty print a keytab list.
Günther Deschner
1
-2
/
+2
2012-01-09
s3-libads: fix malloc/talloc mismatch in ads_keytab_verify_ticket().
Günther Deschner
1
-1
/
+1
2012-01-06
s3-libads Use NTLMSSP via auth_generic/gensec
Andrew Bartlett
1
-90
/
+79
2012-01-05
s3-libads Factor out a new routine kerberos_get_principal_from_service_hostna...
Andrew Bartlett
2
-9
/
+48
2011-12-21
s3-dns: prevent from potentially doing wrong SRV DNS lookups.
Günther Deschner
1
-1
/
+1
2011-12-20
s3: Fix some False/NULL hickups
Volker Lendecke
1
-1
/
+1
2011-11-17
s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.
Günther Deschner
1
-0
/
+7
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
1
-1
/
+1
2011-10-17
s3: Before adding KDC's to the krb5.conf, cldap ping them
Volker Lendecke
1
-47
/
+101
2011-10-17
Add cldap_multi_netlogon_send/recv
Volker Lendecke
2
-42
/
+314
2011-10-10
libcli/cldap: don't pass tevent_context to cldap_socket_init()
Stefan Metzmacher
1
-1
/
+1
[next]