summaryrefslogtreecommitdiffstats
path: root/source/libads/krb5_setpw.c
Commit message (Expand)AuthorAgeFilesLines
* kerberos: fix some heimdal build warnings.Günther Deschner2010-01-131-4/+4
* More asprintf warning fixes.Jeremy Allison2009-01-021-9/+18
* Coverity fixesMarc VanHeyningen2008-03-171-3/+14
* Fix the setup_kaddr() call to cope with IPv6.Jeremy Allison2007-10-291-11/+7
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+21
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-1/+1
* r17626: Some C++ WarningsVolker Lendecke2007-10-101-1/+3
* r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls.Günther Deschner2007-10-101-104/+166
* r16201: Fix Klocwork 439Volker Lendecke2007-10-101-1/+3
* r15210: Add wrapper functions smb_krb5_parse_name, smb_krb5_unparse_name,Jeremy Allison2007-10-101-3/+3
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-1/+1
* r14170: Paranioa fix for sesssetup.Jeremy Allison2007-10-101-9/+17
* r13316: Let the carnage begin....Gerald Carter2007-10-101-18/+31
* r11551: Add a few more initialize_krb5_error_tableVolker Lendecke2007-10-101-0/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-1/+2
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-101-6/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r3711: Fix KRB5_SETPW-defines, no change in behaviour.Günther Deschner2007-10-101-7/+5
* r3436: Fix build with recent heimdal-versions (0.6.3) as pointed out by LukeGünther Deschner2007-10-101-0/+2
* r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...Jeremy Allison2007-10-101-1/+1
* r1247: Final fix to make this compile on Heimdal.Jeremy Allison2007-10-101-0/+4
* r1223: Fix valgrind error with realm manipulation.... Damn macros :-(.Jeremy Allison2007-10-101-2/+8
* r1222: Valgrind memory leak fixes. Still tracking down a strange one...Jeremy Allison2007-10-101-10/+25
* r541: fixing segfault in winbindd caused -r527 -- looks like a bug in heimdal...Gerald Carter2007-10-101-3/+3
* Fix bugzilla # 1208Jim McDonough2004-03-241-1/+1
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-9/+6
* get rid of more compiler warningsHerb Lewis2003-08-151-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* More on bug 137: rename remainder of krb5_xxx functions to not start with krb5_Jim McDonough2003-05-301-11/+11
* Fix bug #137: krb5_set_password is already defined in MIT 1.3 libs, soJim McDonough2003-05-301-5/+6
* Patch from Ken Cross to allow an ADS domain join with a username of the formAndrew Bartlett2003-05-041-1/+1
* Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
* Merge from HEAD:Andrew Bartlett2003-03-171-37/+29
* More const fixes.Jeremy Allison2003-03-051-2/+2
* Merge from HEAD client-side authentication changes:Andrew Bartlett2003-02-241-123/+306
* Mem alloc checks.Jeremy Allison2003-02-041-4/+21
* More fixes getting us closer to full Heimdal compile....Jeremy Allison2003-01-211-11/+7
* syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter2002-10-011-0/+31
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-4/+10
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fix up C99 comment.Andrew Bartlett2002-01-011-1/+1
* Allow this to build without LDAP, as per the example below it.Andrew Bartlett2001-12-311-1/+1
* net ads password and net ads chostpass commands from Remus KoosAndrew Tridgell2001-12-201-14/+131
* much better ADS error handling systemAndrew Tridgell2001-12-191-18/+18
* fixed some krb5 ifdefsAndrew Tridgell2001-11-281-1/+1
* added "net join" commandAndrew Tridgell2001-11-241-0/+352