Age | Commit message (Expand) | Author | Files | Lines |
2009-11-27 | s3-kerberos: only use krb5 headers where required. | Günther Deschner | 1 | -0/+1 |
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-23 | More asprintf warning fixes. | Jeremy Allison | 1 | -9/+18 |
2008-10-22 | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 1 | -28/+31 |
2008-10-15 | kerberos: fix some heimdal build warnings. | Günther Deschner | 1 | -4/+4 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -3/+14 |
2007-10-29 | Fix the setup_kaddr() call to cope with IPv6. | Jeremy Allison | 1 | -11/+7 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -7/+21 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17626: Some C++ Warnings | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls. | Günther Deschner | 1 | -104/+166 |
2007-10-10 | r16201: Fix Klocwork 439 | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name, | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r14585: Tighten argument list of kerberos_kinit_password again, | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r14170: Paranioa fix for sesssetup. | Jeremy Allison | 1 | -9/+17 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -18/+31 |
2007-10-10 | r11551: Add a few more initialize_krb5_error_table | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r9780: Clean up a bunch of compiler warnings. | James Peach | 1 | -6/+0 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r3711: Fix KRB5_SETPW-defines, no change in behaviour. | Günther Deschner | 1 | -7/+5 |
2007-10-10 | r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by Luke | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh... | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r1247: Final fix to make this compile on Heimdal. | Jeremy Allison | 1 | -0/+4 |
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 | 1 | -10/+25 |
2007-10-10 | r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal... | Gerald Carter | 1 | -3/+3 |
2004-03-24 | Fix bugzilla # 1208 | Jim McDonough | 1 | -1/+1 |
2003-08-19 | - Make 'net' use a single funciton for setting the 'use machine account' code. | Andrew Bartlett | 1 | -9/+6 |
2003-08-15 | get rid of more compiler warnings | Herb Lewis | 1 | -1/+1 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -1/+1 |
2003-05-30 | More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_ | Jim McDonough | 1 | -11/+11 |
2003-05-30 | Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, so | Jim McDonough | 1 | -5/+6 |
2003-05-04 | Patch from Ken Cross to allow an ADS domain join with a username of the form | Andrew Bartlett | 1 | -1/+1 |
2003-04-21 | Add const, static and fix a double free() (merge from HEAD). | Andrew Bartlett | 1 | -6/+5 |
2003-03-17 | Merge from HEAD: | Andrew Bartlett | 1 | -37/+29 |
2003-03-05 | More const fixes. | Jeremy Allison | 1 | -2/+2 |
2003-02-24 | Merge from HEAD client-side authentication changes: | Andrew Bartlett | 1 | -123/+306 |
2003-02-04 | Mem alloc checks. | Jeremy Allison | 1 | -4/+21 |
2003-01-21 | More fixes getting us closer to full Heimdal compile.... | Jeremy Allison | 1 | -11/+7 |
2002-10-01 | syncing up with HEAD. Seems to be a lot of differences creeping in | Gerald Carter | 1 | -0/+31 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -4/+10 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-01 | Fix up C99 comment. | Andrew Bartlett | 1 | -1/+1 |
2001-12-31 | Allow this to build without LDAP, as per the example below it. | Andrew Bartlett | 1 | -1/+1 |
2001-12-20 | net ads password and net ads chostpass commands from Remus Koos | Andrew Tridgell | 1 | -14/+131 |