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
2007-10-10
r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,
Jeremy Allison
5
-41
/
+37
2007-10-10
r14931: Fix #1374: can't join an OU with name that contains '#'
Jim McDonough
1
-2
/
+6
2007-10-10
r14682: Small cleanup in ads_verify_ticket.
Günther Deschner
1
-6
/
+5
2007-10-10
r14611: Fix init_creds_opts issue jerry discovered when using MIT krb5 1.3:
Günther Deschner
1
-10
/
+0
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
2
-5
/
+21
2007-10-10
r14576: Skip remaining keytab entries when we have a clear indication that
Günther Deschner
1
-1
/
+23
2007-10-10
r14512: Guenther, This code breaks winbind with MIT krb1.3.
Gerald Carter
1
-2
/
+12
2007-10-10
r14503: Fix principal in debug statement.
Günther Deschner
1
-2
/
+1
2007-10-10
r14252: Fix Coverity #72: free alloc'ed storage before return. Also found one
Jim McDonough
1
-1
/
+6
2007-10-10
r14170: Paranioa fix for sesssetup.
Jeremy Allison
1
-9
/
+17
2007-10-10
r14118: Fix coverity bug #24. Missing return statement meant
Jeremy Allison
1
-1
/
+1
2007-10-10
r14074: Some cleanup; there is no point in declaring and mapping
Günther Deschner
1
-29
/
+6
2007-10-10
r14017: Okay, okay, I have turned a double-free into dead code :-)
Volker Lendecke
1
-2
/
+0
2007-10-10
r13965: Make sure we always reset the userAccountControl bits when re-joining
Günther Deschner
1
-1
/
+1
2007-10-10
r13951: Fix Coverity Bug #163.
Volker Lendecke
1
-28
/
+0
2007-10-10
r13950: Fix Coverity bug #168
Volker Lendecke
1
-0
/
+1
2007-10-10
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
1
-14
/
+28
2007-10-10
r13657: Let winbindd try to obtain the gecos field from the msSFU30Gecos
Günther Deschner
2
-1
/
+7
2007-10-10
r13599: krb5 error codes are defined as long. Also for the other direction.
Lars Müller
1
-1
/
+1
2007-10-10
r13597: krb5 error codes are defined as long.
Lars Müller
1
-1
/
+1
2007-10-10
r13588: Second attempt to fix Bug #3330 - treat the string as a
Jeremy Allison
1
-7
/
+7
2007-10-10
r13585: Sorry Gunther, had to revert this. It's got a buffer
Jeremy Allison
1
-3
/
+11
2007-10-10
r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the
Günther Deschner
1
-11
/
+3
2007-10-10
r13410: Dump a netbootGUID as a GUID.
Günther Deschner
1
-0
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
7
-32
/
+1611
2007-10-10
r13310: first round of server affinity patches for winbindd & net ads join
Gerald Carter
1
-0
/
+4
2007-10-10
r13137: make cleare where long ifdefs ends
Simo Sorce
1
-2
/
+2
2007-10-10
r12878: Don't use non-static array initialisers.
James Peach
1
-1
/
+2
2007-10-10
r12406: Since w2k3 sp1 we fail to create user accounts using e.g. "net ads user
Günther Deschner
1
-1
/
+1
2007-10-10
r12196: patch from Krishna Ganugapati <krishnag@centeris.com>
Gerald Carter
1
-1
/
+17
2007-10-10
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
2
-6
/
+6
2007-10-10
r11875: Allow to use START_TLS (by manually setting "ldap ssl = start_tls") for
Günther Deschner
1
-0
/
+5
2007-10-10
r11863: BUG 3196: patch from Alex Deiter <tiamat@komi.mts.ru> to compile agai...
Gerald Carter
1
-1
/
+7
2007-10-10
r11846: Destroy the TALLOC_CTX on error in the Kerberos session setup and give a
Günther Deschner
1
-3
/
+3
2007-10-10
r11651: After talking to Jeremy, commit my winbindd "Do the Right Thing" patch.
Gerald Carter
1
-1
/
+18
2007-10-10
r11551: Add a few more initialize_krb5_error_table
Volker Lendecke
2
-0
/
+4
2007-10-10
r11508: Removed incorrect patch hunk. Thanks to Andrew
Jeremy Allison
1
-2
/
+0
2007-10-10
r11504: Added Andrew Bartletts removal of another NTLMSSP implementation
Jeremy Allison
2
-85
/
+91
2007-10-10
r11451: Fix -O1 "might be using uninitialized" errors.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11183: add small helper function to return a PAC_LOGON_INFO.
Günther Deschner
1
-0
/
+16
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2
-2
/
+3
2007-10-10
r10907: Handle the case when we can't verify the PAC signature because the
Günther Deschner
1
-5
/
+7
2007-10-10
r10710: Fix uninitialized variable. (Thanks to Chengjie Liu
Günther Deschner
1
-1
/
+1
2007-10-10
r10671: Attempt to fix the build on machines without kerberos headers.
Volker Lendecke
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
5
-109
/
+483
2007-10-10
r10285: Doh ! Guenther spotted this stupid cut-n-paste bug...
Jeremy Allison
1
-1
/
+0
2007-10-10
r10211: Fix another memleak (this time in the kerberos keytab code)
Günther Deschner
1
-1
/
+5
2007-10-10
r9780: Clean up a bunch of compiler warnings.
James Peach
1
-6
/
+0
2007-10-10
r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
Gerald Carter
1
-17
/
+24
2007-10-10
r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)
Günther Deschner
1
-16
/
+16
[prev]
[next]