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
r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...
Jeremy Allison
2
-8
/
+549
2007-10-10
r3273: Ensure we're consistent in the use of strchr_m for '@'.
Jeremy Allison
1
-1
/
+1
2007-10-10
r2832: Readd WKGUID-binding to match the correct default-locations of new
Günther Deschner
1
-4
/
+73
2007-10-10
r2569: Patch from Rob Foehl <rwf@loonybin.net>:
Gerald Carter
1
-1
/
+1
2007-10-10
r2091: only use sAMAccountName and not userPrincipalName since the breaks win...
Gerald Carter
1
-0
/
+6
2007-10-10
r1967: Fix a couple of krb5-DEBUG-messages.
Günther Deschner
1
-4
/
+6
2007-10-10
r1789: compiler warnings from SuSE
Gerald Carter
1
-0
/
+4
2007-10-10
r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...
Gerald Carter
1
-4
/
+4
2007-10-10
r1378: Better debugging so I don't get confused what principal we mean.
Jeremy Allison
1
-2
/
+2
2007-10-10
r1373: Fix from Guenther Deschner <gd@sernet.de> to ensure last error return ...
Jeremy Allison
1
-1
/
+2
2007-10-10
r1330: Fix the build for systems without ldap headers
Volker Lendecke
1
-1
/
+1
2007-10-10
r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> to
Jeremy Allison
1
-1
/
+30
2007-10-10
r1285: Put variable definitions into a block before the statements...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...
Volker Lendecke
1
-3
/
+5
2007-10-10
r1247: Final fix to make this compile on Heimdal.
Jeremy Allison
1
-0
/
+4
2007-10-10
r1245: I think the parameter for "password" and "data" was reversed.
Jeremy Allison
1
-2
/
+2
2007-10-10
r1244: More Heimdal compile fixes.
Jeremy Allison
1
-3
/
+9
2007-10-10
r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a stru...
Jeremy Allison
1
-16
/
+34
2007-10-10
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
Jeremy Allison
2
-9
/
+20
2007-10-10
r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.
Jeremy Allison
1
-2
/
+8
2007-10-10
r1222: Valgrind memory leak fixes. Still tracking down a strange one...
Jeremy Allison
3
-16
/
+57
2007-10-10
r1221: Added the last of the system keytab patch from "Dan Perry" <dperry@ppp...
Jeremy Allison
1
-1
/
+1
2007-10-10
r1215: Intermediate checkin of the new keytab code. I need to make sure I
Jeremy Allison
3
-182
/
+498
2007-10-10
r1214: Now compiles. Changed krb5_kt_free_entry to krb5_free_keytab_entry_con...
Jeremy Allison
1
-12
/
+12
2007-10-10
r1193: Ensure we check for and use krb5_free_unparsed_name().
Jeremy Allison
1
-3
/
+4
2007-10-10
r1192: Fixed all memleaks/error code return path leaks I can find. Not sure i...
Jeremy Allison
1
-42
/
+94
2007-10-10
r1184: Keep latest changes... not compilable yet.
Jeremy Allison
1
-13
/
+30
2007-10-10
r1183: Updates to the code cleanup so I don't lose my changes...
Jeremy Allison
1
-52
/
+62
2007-10-10
r1182: Partial re-write of keytab code to clean up, remove memory leaks etc. ...
Jeremy Allison
1
-47
/
+77
2007-10-10
r1180: New file - basis of new system keytab code.
Jeremy Allison
1
-0
/
+434
2007-10-10
r764: More memleak fixes in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
1
-1
/
+6
2007-10-10
r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.
Jeremy Allison
1
-1
/
+4
2007-10-10
r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...
Gerald Carter
3
-8
/
+8
2007-10-10
r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to
Jeremy Allison
1
-8
/
+32
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
1
-11
/
+7
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-2
/
+0
2004-03-24
Fix bugzilla # 1208
Jim McDonough
2
-3
/
+38
2004-03-22
bug 1195: add flag to ADS_STRUCT so we know who owns the main structure's mem...
Gerald Carter
1
-8
/
+11
2004-02-08
Bug found by gd - the new range-reterival code did still had 'member'
Andrew Bartlett
1
-2
/
+3
2004-02-03
Fix for a bug where the mutex could be left locked. Also remove the
Jeremy Allison
1
-146
/
+8
2004-01-09
fix some warnings from the Sun compiler
Gerald Carter
1
-14
/
+14
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
2
-6
/
+22
2004-01-06
Fix segfualt caused by incorrect configuration. If lp_realm() was not set,
Andrew Bartlett
1
-5
/
+9
2004-01-05
Try to keep vl happy - shorten some of these lines.
Andrew Bartlett
1
-6
/
+12
2004-01-05
There is some memory corruption hidden somewhere in our winbind code. If I
Andrew Bartlett
1
-4
/
+8
2004-01-05
rpc_client/cli_lsarpc.c:
Andrew Bartlett
1
-17
/
+22
2004-01-05
Fix for bug 707, getent group for huge ads groups (>1500 members)
Andrew Bartlett
1
-8
/
+130
2004-01-05
I'm not quite sure what happened here - but replace the ads_sid_to_dn
Andrew Bartlett
1
-9
/
+9
2004-01-05
Add a utilty function for converting a sid to a DN.
Andrew Bartlett
1
-0
/
+74
2004-01-01
After talking with abartlet remove the fix for bug 707 again.
Volker Lendecke
1
-92
/
+8
[next]