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
2008-01-14
Print principal in debug statement in kerberos_kinit_password() as well.
Günther Deschner
1
-1
/
+2
2008-01-11
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
1
-2
/
+1
2008-01-11
Coverity 512, uninitialized var.
Jeremy Allison
1
-2
/
+2
2008-01-08
Do not ignore provided machine_name in ads_get_upn().
Günther Deschner
1
-5
/
+5
2008-01-04
Re-Indent function ldap_open_with_timeout().
Michael Adam
1
-1
/
+1
2008-01-04
Add a debug message (when the LDAP server has really been connected).
Michael Adam
1
-0
/
+1
2008-01-04
Untangle assignment and result check.
Michael Adam
1
-3
/
+3
2008-01-04
Enhance DEBUG-verbosity of ldap_open_with_timeout().
Michael Adam
1
-1
/
+7
2008-01-04
Unindent function header.
Michael Adam
1
-1
/
+1
2008-01-04
Fix a misleading DEBUG message.
Michael Adam
1
-1
/
+1
2008-01-03
Add ads_get_joinable_ous().
Günther Deschner
1
-0
/
+60
2007-12-29
Make use of [un]marshall_sec_desc
Volker Lendecke
1
-9
/
+11
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-0
/
+9
2007-12-17
While 'data' is usually 0 terminated, nothing in the spec requires that. The ...
Simo Sorce
1
-1
/
+4
2007-12-16
make use of unmarshall_sec_desc
Volker Lendecke
1
-19
/
+12
2007-12-15
Doh, fix typo in error exit.
Jeremy Allison
1
-2
/
+2
2007-12-15
Added patch originally by Andreas Schneider <anschneider@suse.de>
Jeremy Allison
1
-0
/
+52
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-1
/
+1
2007-12-15
Replace sid_string_static with sid_to_string
Volker Lendecke
1
-1
/
+2
2007-12-15
Use sid_string_talloc where we have a tmp talloc ctx
Volker Lendecke
1
-3
/
+3
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2
-7
/
+10
2007-12-06
Remove an incredible amount of whitespace.
Michael Adam
1
-1
/
+1
2007-12-06
libads: fix typo
Stefan Metzmacher
1
-1
/
+1
2007-12-05
Remove some globals
Volker Lendecke
1
-1
/
+1
2007-12-03
Make strhex_to_str clear on string limits. Remove pstring from web/*.c
Jeremy Allison
1
-2
/
+2
2007-11-27
Remove some statics
Volker Lendecke
2
-6
/
+9
2007-11-26
Remove a global
Volker Lendecke
1
-5
/
+4
2007-11-20
More pstring removal....
Jeremy Allison
2
-22
/
+22
2007-11-15
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy Allison
1
-4
/
+4
2007-10-29
Fix the setup_kaddr() call to cope with IPv6.
Jeremy Allison
1
-11
/
+7
2007-10-29
Change our DNS code to cope with AAAA records. A6 records
Jeremy Allison
1
-105
/
+189
2007-10-24
This is a large patch (sorry). Migrate from struct in_addr
Jeremy Allison
3
-32
/
+69
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
12
-84
/
+84
2007-10-10
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2
-30
/
+17
2007-10-10
r25422: Get rid of some cast warnings.
Michael Adam
1
-3
/
+3
2007-10-10
r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.
Gerald Carter
2
-24
/
+34
2007-10-10
r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,
Gerald Carter
2
-34
/
+24
2007-10-10
r25328: When using ldap sasl wrapping with gssapi it's important to receive w...
Günther Deschner
1
-0
/
+5
2007-10-10
r25165: Use talloc_asprintf_append_buffer with an unmodified
Jeremy Allison
1
-2
/
+2
2007-10-10
r25133: Fix sasl wrapping (for ldap sign&seal).
Günther Deschner
1
-46
/
+5
2007-10-10
r25109: Remove obsolete argument from ads_guess_service_principal().
Günther Deschner
2
-4
/
+2
2007-10-10
r25108: Make ifdef labyrinth in sasl code a bit more readable.
Günther Deschner
1
-2
/
+2
2007-10-10
r25080: Once we decrypted the packet but have timing problems (closkew, tkt n...
Günther Deschner
1
-1
/
+9
2007-10-10
r25030: ip_srv_nonsite and count_nonsite are initialized in get_kdc_list() in...
Lars Müller
1
-2
/
+2
2007-10-10
r24836: Initialize some uninitialized variables.
Michael Adam
1
-3
/
+5
2007-10-10
r24833: Move locator to nsswitch (does not belong to libads anymore).
Günther Deschner
1
-395
/
+0
2007-10-10
r24832: In the winbind-locator recursion case, try to pick up the kdc from the
Günther Deschner
1
-3
/
+22
2007-10-10
r24804: As a temporary workaround, also try to guess the server's principal i...
Günther Deschner
2
-41
/
+70
2007-10-10
r24769: Merge error handling for locator plugin.
Günther Deschner
1
-17
/
+5
2007-10-10
r24752: Make sure to return properly when the locator is called from within w...
Günther Deschner
1
-6
/
+9
[prev]
[next]