summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec
Commit message (Collapse)AuthorAgeFilesLines
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Never install generated prototype files. It's easier to break the API when using them and they're not easily readable for 3rd party users. Conflicts: source/auth/config.mk source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/config_mk.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/lib/charset/config.mk source/lib/tdr/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/torture/config.mk (This used to be commit 6c659689ed4081f1d7a6253c538c7f01784197ba)
* Avoid use of global_loadparm.Jelmer Vernooij2008-02-212-2/+4
| | | | (This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546)
* Make more module init functions public, since they are compiled with ↵Jelmer Vernooij2008-02-204-4/+4
| | | | | | -fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836)
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-1/+1
| | | | (This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac)
* cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
| | | | | metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6)
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
| | | | (This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
* gensec: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+12
| | | | (This used to be commit 96a5ac9db2399019518e134a00c564ec1066f536)
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-151-1/+1
| | | | (This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-011-2/+4
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-011-2/+4
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
| | | | (This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-212-5/+5
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-212-5/+5
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-2/+2
| | | | (This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-212-4/+5
| | | | (This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6)
* r26416: Janitorial: Fix warnings in auth/gensec/Kai Blin2007-12-212-11/+15
| | | | | | As per metze's suggestion, the "unused variables" warning is left in to remind us to fix the #else part of the #if 1 (This used to be commit e9ef98b06466486d3b8a68a76a29728b9bffbe29)
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-214-67/+36
| | | | (This used to be commit 78bb444b4b73df9a84f8702814f9b30b32ffd885)
* r26379: Remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7)
* r26264: pass name resolve order explicitly, use torture context for settings ↵Jelmer Vernooij2007-12-212-2/+2
| | | | | | in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b)
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-217-43/+44
| | | | (This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081)
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-217-14/+18
| | | | (This used to be commit bad1891cae2c688b17a6a2b932e754f51291035c)
* r26252: Specify loadparm_context explicitly when creating sessions.Jelmer Vernooij2007-12-213-3/+3
| | | | (This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede)
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43)
* r26236: Remove more uses of global_loadparm or specify loadparm_context ↵Jelmer Vernooij2007-12-211-1/+1
| | | | | | explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521)
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-213-16/+20
| | | | (This used to be commit 84892d030de6266fc0f3a699cade960dd5dc37bc)
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 7780bf285fdfc30f89409d0436bad0d4b6de5cd4)
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-214-4/+4
| | | | (This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-211-5/+5
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-212-2/+4
| | | | (This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d)
* r26222: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 5bd053a570ec0a783b4dcd943698263925f819f9)
* r26203: Avoid using ldb_wrap for secrets database.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2)
* r26136: Attempt to fix dependencies for auth.Jelmer Vernooij2007-12-211-3/+3
| | | | (This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25562: Use standard bool types in cyrus sasl code - patch by Julien.Jelmer Vernooij2007-10-101-8/+9
| | | | (This used to be commit 4f664939af0d6ac389efebc51f2f31e9acee80b4)
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-108-82/+82
| | | | (This used to be commit b8d6b82f1248d36a0aa91a1c58d06b4f7c66d245)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-3/+4
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-103-10/+10
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-102-6/+8
| | | | | | | | so pass struct cli_credentials *cred instead of enum credentials_use_kerberos use_kerberos. metze (This used to be commit b945aaa9dadc4c0595340d35725b49bac8e5778e)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-6/+6
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-104-10/+11
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25027: Fix more warnings.Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-104-0/+4
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r25001: Fix more C++ and other warnings, fix some of the indentation with ↵Jelmer Vernooij2007-10-101-1/+3
| | | | | | ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7)
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-103-24/+24
| | | | (This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4)
* r24994: Fix some C++ warnings.Jelmer Vernooij2007-10-102-4/+4
| | | | (This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39)
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-2/+0
| | | | (This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655)
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-8/+11
| | | | (This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190)
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-102-5/+5
| | | | (This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae)