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
2009-02-03
s3-kerberos: use KRB5_KT_KEY compat macro.
Günther Deschner
1
-7
/
+1
2009-02-03
s3-kerberos: fix ads_dedicated_keytab_verify_ticket with heimdal.
Günther Deschner
1
-3
/
+10
2009-02-03
Revert "fix for commit d96248a9b46 which broke Heimdal builds"
Günther Deschner
1
-6
/
+0
2009-02-02
fix for commit d96248a9b46 which broke Heimdal builds
Björn Jacke
1
-0
/
+6
2009-02-01
Add two new parameters to control how we verify kerberos tickets. Removes lp_...
Dan Sledz
1
-17
/
+112
2009-01-29
s3: fix bug #6073: prevent ads_connect() from using SSL unless explicitly req...
Michael Adam
1
-3
/
+5
2009-01-16
ads_connect: Return immediately on a failed GC connection.
Gerald (Jerry) Carter
1
-3
/
+14
2009-01-16
s3:libads: use lock_path for creating paths to local krb5.conf files
Michael Adam
1
-2
/
+3
2009-01-16
s3:libads: give create_local_private_krb5_conf_for_domain() a common exit point
Michael Adam
1
-30
/
+20
2009-01-04
Async wrapper for open_socket_out_send/recv
Volker Lendecke
1
-12
/
+19
2009-01-03
open_socket_out is always used with SOCK_STREAM, remove argument "type"
Volker Lendecke
1
-1
/
+1
2008-12-31
Replace a static variable and alarm() calls by using sys_select()
Volker Lendecke
1
-23
/
+24
2008-12-31
Fix some nonempty blank lines
Volker Lendecke
1
-5
/
+5
2008-12-30
Fix more "ignore return value" warnings from gcc 4.3.
Jeremy Allison
1
-9
/
+22
2008-12-23
Fix more asprintf warnings and some error path errors.
Jeremy Allison
1
-2
/
+10
2008-12-23
More asprintf warning fixes.
Jeremy Allison
3
-8
/
+28
2008-12-23
More asprintf warning fixes.
Jeremy Allison
1
-9
/
+18
2008-12-23
Fix more asprintf errors and error code paths.
Jeremy Allison
2
-9
/
+31
2008-12-13
s3:libads/ldap.c: store the dc name in the saf cache as in all other places
Stefan Metzmacher
1
-3
/
+2
2008-12-13
s3:libads/ldap.c: if the client belongs to no site at all any dc is the closest
Stefan Metzmacher
1
-0
/
+5
2008-12-13
s3:libads/ldap.c: pass the real workgroup name to get_dc_name()
Stefan Metzmacher
1
-1
/
+10
2008-12-13
s3: libads: use get_dc_name() instead of get_sorted_dc_list() in the LDAP case
Stefan Metzmacher
1
-1
/
+25
2008-12-13
s3: correctly detect if the current dc is the closest one
Stefan Metzmacher
1
-1
/
+0
2008-12-03
s3: Change sockaddr util function names for consistency
Tim Prouty
1
-3
/
+3
2008-12-02
s3-net: allow to list a keytab generated using net rpc vampire.
Günther Deschner
1
-2
/
+5
2008-11-24
s3:libads/ldap.c: return an error instead of crashing when no realm is given
Stefan Metzmacher
1
-4
/
+4
2008-11-18
Fix extended DN parse error when AD object does not have a SID.
Steven Danneman
1
-24
/
+38
2008-11-18
Whitespace and >80 column cleanups.
Steven Danneman
1
-12
/
+12
2008-11-01
Rename dos_errstr() to win_errstr() for consistency with Samba 4.
Jelmer Vernooij
1
-3
/
+3
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-4
/
+5
2008-10-22
s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.
Günther Deschner
2
-96
/
+110
2008-10-22
s3: use shared asn1 code.
Günther Deschner
2
-7
/
+7
2008-10-20
s3-build: no need to duplicate generated ndr_ prototypes.
Günther Deschner
1
-0
/
+1
2008-10-19
Add TALLOC_CTX pointer to generate_random_str(), for consistency with
Jelmer Vernooij
1
-1
/
+1
2008-10-15
kerberos: fix some heimdal build warnings.
Günther Deschner
1
-4
/
+4
2008-10-14
Use GUID_string rather than smb_uuid_string().
Jelmer Vernooij
2
-6
/
+6
2008-10-13
fix build warnings.
Günther Deschner
1
-1
/
+1
2008-10-12
Use common strlist implementation in Samba 3 and Samba 4.
Jelmer Vernooij
1
-2
/
+2
2008-10-11
Cope with changed signature of http_timestring().
Jelmer Vernooij
1
-2
/
+2
2008-10-04
Fix an unlikely memleak found by the IBM checker
Volker Lendecke
1
-0
/
+2
2008-10-04
Fix an uninitialized variable found by the IBM Checker
Volker Lendecke
1
-0
/
+1
2008-10-02
The IRIX compiler does not like embedded unnamed unions
Volker Lendecke
1
-1
/
+1
2008-09-24
s3-nbt: use the new generated nbt.
Günther Deschner
2
-99
/
+20
2008-09-23
s3: fix NETLOGON_NT_VERSION version flags.
Günther Deschner
1
-10
/
+10
2008-09-23
s3: use samba4 prototype for ndr_push/pull_struct_blob.
Günther Deschner
2
-8
/
+8
2008-09-16
* Allow an admin to define the "uid" attribute for a RFC2307
Gerald (Jerry) Carter
1
-3
/
+12
2008-09-04
kerberos: fix indent of enc type lines in generated krb5.conf files.
Günther Deschner
1
-3
/
+3
2008-08-29
kerberos: use KRB5_KT_KEY macro where appropriate.
Günther Deschner
1
-9
/
+2
2008-08-20
libads: remove unused vars.
Günther Deschner
1
-3
/
+0
2008-07-30
Fix uninitialized variables.
Jeremy Allison
1
-0
/
+1
[next]