summaryrefslogtreecommitdiffstats
path: root/source4/kdc/kpasswdd.c
Commit message (Expand)AuthorAgeFilesLines
* s4:kdc/*.c - minimise includesMatthias Dieter Wallnöfer2010-12-121-9/+0
* s4:kdc/kpasswdd.c - don't return an uninitialised NT_STATUSMatthias Dieter Wallnöfer2010-12-121-2/+1
* s4:kdc/kpasswdd.c - fix memory leaksMatthias Dieter Wallnöfer2010-12-041-2/+15
* s4-kdc Remove use of heimdal private headers in kpasswd server.Andrew Bartlett2010-11-151-16/+3
* s4-kdc: added proxying of kdc requests for RODCsAndrew Tridgell2010-11-121-12/+9
* s4-kdc: split the kdc process return into a tri-stateAndrew Tridgell2010-11-121-22/+22
* s4-kdc: rename kdc/kdc.h to kdc/kdc-glue.hAndrew Tridgell2010-11-121-1/+1
* Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...Matthias Dieter Wallnöfer2010-10-171-0/+1
* s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...Matthias Dieter Wallnöfer2010-10-171-1/+0
* s4-credentials Add explicit event context handling to Kerberos calls (only)Andrew Bartlett2010-10-111-1/+1
* samdb: Add flags argument to samdb_connect().Jelmer Vernooij2010-10-101-3/+3
* s4:security Change struct security_token->sids from struct dom_sid * to struc...Andrew Bartlett2010-08-231-3/+3
* s4:security Remove use of user_sid and group_sid from struct security_tokenAndrew Bartlett2010-08-181-3/+3
* s4:kdc/kpasswdd.c - let the user change his own password with his own rightsMatthias Dieter Wallnöfer2010-08-171-3/+44
* s4:kdc/rpc server - adapt the "samdb_set_password" calls which perform passwo...Matthias Dieter Wallnöfer2010-08-171-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-2/+2
* s4:kdc/kpasswdd.c - remove unreachable codeMatthias Dieter Wallnöfer2010-06-261-2/+0
* s4:samdb_set_password/samdb_set_password_sid - ReworkMatthias Dieter Wallnöfer2010-05-101-31/+4
* s4:kdc Add support for changing password of a servicePrincipalNameAndrew Bartlett2010-03-251-10/+32
* More spelling fixes across source4/Brad Hards2010-02-221-1/+1
* s4-dsdb: change samdb_replace() to dsdb_replace() and allow for dsdb_flagsAndrew Tridgell2010-02-161-1/+1
* s4:kdc Use better db context structureSimo Sorce2010-01-281-1/+1
* s4:cleanups More trailing spaces and tabsSimo Sorce2009-12-231-108/+108
* s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-1/+1
* s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider2009-12-161-17/+1
* s4-kdc: Migrate to tsocket_address.Andreas Schneider2009-12-151-3/+20
* s4:kdc: remove unused struct kpasswd_socketStefan Metzmacher2009-11-051-10/+0
* s4-dsdb: create a static system_session contextAndrew Tridgell2009-10-231-1/+1
* s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer2009-10-081-9/+8
* s4:kdc In the kpasswd server, don't use the client address in mk_privAndrew Bartlett2009-09-161-0/+8
* s4:kdc Push context to hdb_samba4 by way of the 'name' of the DBAndrew Bartlett2009-07-271-3/+9
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-3/+2
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-8/+5
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-2/+2
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-9/+10
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+3
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-2/+2
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+1
* Create a 'straight paper path' for UTF16 passwords.Andrew Bartlett2008-10-161-11/+26
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.hStefan Metzmacher2008-08-261-2/+1
* libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headersStefan Metzmacher2008-08-011-2/+11
* kdc: use mostly only public kerberos headersStefan Metzmacher2008-08-011-2/+4
* kdc: we don't need any *_locl.h header from heimdal in the kdcStefan Metzmacher2008-06-041-1/+1
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+2
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-1/+1
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-1/+1
* r26427: Avoid global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
* r26316: Use contexts for conversion functions.Jelmer Vernooij2007-12-211-1/+1