Fix syntax of docstrings, set project name when generating Python API documentation.
[ira/wip.git] / source / kdc /
2008-02-04 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-04 Andrew BartlettRemove useless layer of indirection, where every servic...
2008-02-04 Andrew BartlettRework service init functions to pass down service...
2008-01-05 Jelmer Vernooijr26672: Janitorial: Remove uses of global_loadparm.
2008-01-01 Jelmer Vernooijr26639: librpc: Pass iconv convenience on from RPC...
2008-01-01 Jelmer Vernooijr26638: libndr: Require explicitly specifying iconv_con...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha2' into v4-0-test
2007-12-21 Jelmer Vernooijr26504: Don't rely on system-provided kerberos headers.
2007-12-21 Jelmer Vernooijr26430: require explicit specification of loadparm...
2007-12-21 Jelmer Vernooijr26427: Avoid global_smb_iconv_convenience.
2007-12-21 Jelmer Vernooijr26402: Require a talloc context in libnetif.
2007-12-21 Jelmer Vernooijr26401: Don't cache interfaces context in libnetif.
2007-12-21 Jelmer Vernooijr26357: Add separate subsystem for auth_sam_reply parsing.
2007-12-21 Jelmer Vernooijr26325: Remove use of global_loadparm in netif.
2007-12-21 Jelmer Vernooijr26316: Use contexts for conversion functions.
2007-12-21 Jelmer Vernooijr26314: Eliminate use of global_loadparm.
2007-12-21 Jelmer Vernooijr26313: Fix more uses of static loadparm.
2007-12-21 Jelmer Vernooijr26277: Move loadparm context higher up the stack.
2007-12-21 Jelmer Vernooijr26274: Some syntax fixes, remove more global_loadparm...
2007-12-21 Jelmer Vernooijr26260: Store loadparm context in gensec context.
2007-12-21 Jelmer Vernooijr26252: Specify loadparm_context explicitly when creati...
2007-12-21 Jelmer Vernooijr26237: Add loadparm context to the server service...
2007-12-21 Jelmer Vernooijr26233: Pass loadparm context when creating krb5 contexts.
2007-12-21 Jelmer Vernooijr26229: Set loadparm context as opaque pointer in ldb...
2007-12-21 Jelmer Vernooijr26227: Make loadparm_context part of a server task...
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Stefan Metzmacherr25920: ndr: change NTSTAUS into enum ndr_err_code...
2007-12-21 Stefan Metzmacherr25789: print out what error happened...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25548: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr25001: Fix more C++ and other warnings, fix some of...
2007-10-10 Jelmer Vernooijr25000: Fix some more C++ compatibility warnings.
2007-10-10 Jelmer Vernooijr24712: No longer expose the 'BOOL' data type in any...
2007-10-10 Andrew Bartlettr24613: Missed this in my recent commit -r 24611. ...
2007-10-10 Andrew Bartlettr24061: Anther part of bug #4823, which is that until...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23503: use hdb_dbc not hdb_openp.
2007-10-10 Stefan Metzmacherr23488: hdb_openp has changed from void * to int...
2007-10-10 Andrew Bartlettr23456: Update Samba4 to current lorikeet-heimdal.
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Jelmer Vernooijr22762: Some ldb_map changes:
2007-10-10 Stefan Metzmacherr22403: this dependencies should be private
2007-10-10 Stefan Metzmacherr21441: create a union for the PrimaryKerberosBlob...
2007-10-10 Stefan Metzmacherr21434: - get rid of "krb5Key"
2007-10-10 Stefan Metzmacherr21390: move fetching the key version number into the...
2007-10-10 Stefan Metzmacherr21363: fallback to fetch the KEYTYPE_ARCFOUR out of...
2007-10-10 Stefan Metzmacherr21330: move fetching of krb5 keys into its own function
2007-10-10 Andrew Bartlettr20988: Call out to Heimdal's krb5.conf processing...
2007-10-10 Stefan Metzmacherr20661: the golden rule: "make things private if possible!"
2007-10-10 Andrew Bartlettr20639: Commit part 1 of 2.
2007-10-10 Andrew Bartlettr20406: Metze's change in -r 19662 broke Kerberos login...
2007-10-10 Andrew Bartlettr20152: Commit missing files from last night's commit...
2007-10-10 Simo Sorcer20034: Start using ldb_search_exp_fmt()
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Stefan Metzmacherr19664: fix compiler warnings...
2007-10-10 Stefan Metzmacherr19662: windows 2003 kdc's only rewrite the realm to...
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Simo Sorcer19299: Fix possible memleaks
2007-10-10 Andrew Bartlettr18827: I forgot to commit this:
2007-10-10 Günther Deschnerr18636: Excessive testing with pam_winbind within Samba...
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Andrew Tridgellr17824: add a wrapper for the common partitions_basedn...
2007-10-10 Stefan Metzmacherr17586: merge lib/netif into lib/socket and use -lnsl...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Stefan Metzmacherr17341: pass a messaging context to auth_context_create()
2007-10-10 Andrew Bartlettr16964: Remove extra debugs no longer required in a...
2007-10-10 Andrew Bartlettr16237: Use an appropriate basedn for these searches...
2007-10-10 Andrew Bartlettr16056: Fix errors found by trying to use our kpasswd...
2007-10-10 Jim McDonoughr15883: Make sure timegm() prototype is available ...
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Andrew Tridgellr15830: fixed two kdc memory leaks
2007-10-10 Jelmer Vernooijr15573: Fix build of systems that have iconv headers...
2007-10-10 Andrew Bartlettr15497: I'm not really sure this is correct in terms...
2007-10-10 Andrew Bartlettr15481: Update heimdal/ to match current lorikeet-heimdal.
2007-10-10 Andrew Bartlettr15480: Patch from lha, to ensure we don't leave a...
2007-10-10 Jelmer Vernooijr15379: Fix shared library build's unresolved dependencies
2007-10-10 Andrew Bartlettr15356: Remove unused 'flags' argument from socket_send...
2007-10-10 Jelmer Vernooijr15338: Fix build of most things with shared libs enabled.
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15297: Move create_security_token() to samdb as it...
2007-10-10 Jelmer Vernooijr15270: Rename EXTRA_CFLAGS to CFLAGS - initial work...
2007-10-10 Jelmer Vernooijr15223: Move heimdal's -I parameters from the global...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Stefan Metzmacherr14856: fix bugs noticed by the ibm code checker
2007-10-10 Jelmer Vernooijr14571: More improvements on shared library support...
2007-10-10 Jelmer Vernooijr14567: Make some more functions public.
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Stefan Metzmacherr14537: remove used file
2007-10-10 Jelmer Vernooijr14477: Remove the NOPROTO property - it's no longer...
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Andrew Tridgellr14427: don't reference short_princ after it is freed
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Andrew Bartlettr14203: Include less private heimdal headers.
next