summaryrefslogtreecommitdiff
path: root/source3/libads/krb5_setpw.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-0/+1
2011-02-18s3-libads Remove MIT-specific krb5_princ_realm macro calls.Andrew Bartlett1-55/+19
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-30/+1
2009-11-27s3-kerberos: only use krb5 headers where required.Günther Deschner1-0/+1
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-12/+19
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-1/+1
2008-12-23More asprintf warning fixes.Jeremy Allison1-9/+18
2008-10-22s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner1-28/+31
2008-10-15kerberos: fix some heimdal build warnings.Günther Deschner1-4/+4
2008-03-17Coverity fixesMarc VanHeyningen1-3/+14
2007-10-29Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison1-11/+7
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-7/+21
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-1/+1
2007-10-10r17626: Some C++ WarningsVolker Lendecke1-1/+3
2007-10-10r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls.Günther Deschner1-104/+166
2007-10-10r16201: Fix Klocwork 439Volker Lendecke1-1/+3
2007-10-10r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison1-3/+3
2007-10-10r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner1-1/+1
2007-10-10r14170: Paranioa fix for sesssetup.Jeremy Allison1-9/+17
2007-10-10r13316: Let the carnage begin....Gerald Carter1-18/+31
2007-10-10r11551: Add a few more initialize_krb5_error_tableVolker Lendecke1-0/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-1/+2
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach1-6/+0
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r3711: Fix KRB5_SETPW-defines, no change in behaviour.Günther Deschner1-7/+5
2007-10-10r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner1-0/+2
2007-10-10r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison1-1/+1
2007-10-10r1247: Final fix to make this compile on Heimdal.Jeremy Allison1-0/+4
2007-10-10r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison1-2/+8
2007-10-10r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison1-10/+25
2007-10-10r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter1-3/+3
2004-03-24Fix bugzilla # 1208Jim McDonough1-1/+1
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-9/+6
2003-08-15get rid of more compiler warningsHerb Lewis1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-30More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough1-11/+11
2003-05-30Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough1-5/+6
2003-05-04Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett1-1/+1
2003-04-21Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett1-6/+5
2003-03-17Merge from HEAD:Andrew Bartlett1-37/+29
2003-03-05More const fixes.Jeremy Allison1-2/+2
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett1-123/+306
2003-02-04Mem alloc checks.Jeremy Allison1-4/+21
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison1-11/+7
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-0/+31
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-4/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1