Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-21 | Avoid use of global_loadparm. | Jelmer Vernooij | 2 | -2/+4 | |
(This used to be commit c5a95bbe0ce55c29e135a9c6058bf192ec3bb546) | |||||
2008-02-20 | Make more module init functions public, since they are compiled with ↵ | Jelmer Vernooij | 4 | -4/+4 | |
-fvisibility=hidden. Not doing this causes failures on Mac OS X. (This used to be commit da1a9438bd89569077ef1eaa9dc977b5f9d62836) | |||||
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac) | |||||
2008-02-15 | cyrus_sasl: fix compiler warnings | Stefan Metzmacher | 1 | -1/+4 | |
metze (This used to be commit 558c717c6c279b739633e26855910b61b792e7b6) | |||||
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20) | |||||
2008-01-22 | gensec: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+12 | |
(This used to be commit 96a5ac9db2399019518e134a00c564ec1066f536) | |||||
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 1 | -2/+4 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 1 | -2/+4 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46) | |||||
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 1 | -1/+1 | |
Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520) | |||||
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 2 | -5/+5 | |
(This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173) | |||||
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 2 | -5/+5 | |
(This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2) | |||||
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb) | |||||
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 2 | -4/+5 | |
(This used to be commit 1b947fe0e6e16318e5a8127bb4932d6b5d20bcf6) | |||||
2007-12-21 | r26416: Janitorial: Fix warnings in auth/gensec/ | Kai Blin | 2 | -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) | |||||
2007-12-21 | r26385: Integrate gensec-socket into gensec. | Jelmer Vernooij | 4 | -67/+36 | |
(This used to be commit 78bb444b4b73df9a84f8702814f9b30b32ffd885) | |||||
2007-12-21 | r26379: Remove more global_loadparm instances. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7) | |||||
2007-12-21 | r26264: pass name resolve order explicitly, use torture context for settings ↵ | Jelmer Vernooij | 2 | -2/+2 | |
in dssync tests. (This used to be commit c7eae1c7842f9ff8b70cce9e5d6f3ebbbe78e83b) | |||||
2007-12-21 | r26260: Store loadparm context in gensec context. | Jelmer Vernooij | 7 | -43/+44 | |
(This used to be commit b9e3a4862e267be39d603fed8207a237c3d72081) | |||||
2007-12-21 | r26258: Use loadparm context in client_start function of gensec. | Jelmer Vernooij | 7 | -14/+18 | |
(This used to be commit bad1891cae2c688b17a6a2b932e754f51291035c) | |||||
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 3 | -3/+3 | |
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede) | |||||
2007-12-21 | r26250: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43) | |||||
2007-12-21 | r26236: Remove more uses of global_loadparm or specify loadparm_context ↵ | Jelmer Vernooij | 1 | -1/+1 | |
explicitly. (This used to be commit 5b29ef7c03d9ae76b0ca909e9f03a58e1bad3521) | |||||
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 3 | -16/+20 | |
(This used to be commit 84892d030de6266fc0f3a699cade960dd5dc37bc) | |||||
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit 7780bf285fdfc30f89409d0436bad0d4b6de5cd4) | |||||
2007-12-21 | r26231: Spell check: credentails -> credentials. | Jelmer Vernooij | 4 | -4/+4 | |
(This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6) | |||||
2007-12-21 | r26228: Store loadparm context in auth context, move more loadparm_contexts ↵ | Jelmer Vernooij | 1 | -5/+5 | |
up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166) | |||||
2007-12-21 | r26226: Avoid more uses of global_loadparm. | Jelmer Vernooij | 2 | -2/+4 | |
(This used to be commit 6cbce47a3eaef76a89db7cd0ab0d4f6441fc720d) | |||||
2007-12-21 | r26222: Avoid global_loadparm in a couple more places. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5bd053a570ec0a783b4dcd943698263925f819f9) | |||||
2007-12-21 | r26203: Avoid using ldb_wrap for secrets database. | Jelmer Vernooij | 1 | -0/+1 | |
(This used to be commit b45093f01fc71714e14422a80a81cf1cc25df3e2) | |||||
2007-12-21 | r26136: Attempt to fix dependencies for auth. | Jelmer Vernooij | 1 | -3/+3 | |
(This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39) | |||||
2007-12-21 | r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555) | |||||
2007-12-21 | r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers) | Stefan Metzmacher | 1 | -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) | |||||
2007-10-10 | r25562: Use standard bool types in cyrus sasl code - patch by Julien. | Jelmer Vernooij | 1 | -8/+9 | |
(This used to be commit 4f664939af0d6ac389efebc51f2f31e9acee80b4) | |||||
2007-10-10 | r25552: Convert to standard bool type. | Jelmer Vernooij | 8 | -82/+82 | |
(This used to be commit b8d6b82f1248d36a0aa91a1c58d06b4f7c66d245) | |||||
2007-10-10 | r25446: Merge some changes I made on the way home from SFO: | Jelmer Vernooij | 2 | -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) | |||||
2007-10-10 | r25430: Add the loadparm context to all parametric options. | Jelmer Vernooij | 3 | -10/+10 | |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58) | |||||
2007-10-10 | r25428: forward declarations of enums are not portable, | Stefan Metzmacher | 2 | -6/+8 | |
so pass struct cli_credentials *cred instead of enum credentials_use_kerberos use_kerberos. metze (This used to be commit b945aaa9dadc4c0595340d35725b49bac8e5778e) | |||||
2007-10-10 | r25398: Parse loadparm context to all lp_*() functions. | Jelmer Vernooij | 2 | -6/+6 | |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238) | |||||
2007-10-10 | r25035: Fix some more warnings, use service pointer rather than service ↵ | Jelmer Vernooij | 4 | -10/+11 | |
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f) | |||||
2007-10-10 | r25027: Fix more warnings. | Jelmer Vernooij | 1 | -4/+4 | |
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729) | |||||
2007-10-10 | r25026: Move param/param.h out of includes.h | Jelmer Vernooij | 4 | -0/+4 | |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31) | |||||
2007-10-10 | r25001: Fix more C++ and other warnings, fix some of the indentation with ↵ | Jelmer Vernooij | 1 | -1/+3 | |
ts=4 lines that I accidently added earlier. (This used to be commit 0bcb21ed740fcec0f48ad36bbc2deee2948e8fc7) | |||||
2007-10-10 | r25000: Fix some more C++ compatibility warnings. | Jelmer Vernooij | 3 | -24/+24 | |
(This used to be commit 08bb1ef643ab906f1645cf6f32763dc73b1884e4) | |||||
2007-10-10 | r24994: Fix some C++ warnings. | Jelmer Vernooij | 2 | -4/+4 | |
(This used to be commit 925abf74fa1ed5ae726bae8781ec549302786b39) | |||||
2007-10-10 | r24814: Fix headers, trim core.h even more. | Jelmer Vernooij | 1 | -2/+0 | |
(This used to be commit 9647f860bdd5c0a74583e886182bd041a45e7655) | |||||
2007-10-10 | r24780: More work allowing libutil to be used by external users. | Jelmer Vernooij | 1 | -8/+11 | |
(This used to be commit 31993cf67b816a184a4a4e92ef8ca2532c797190) | |||||
2007-10-10 | r24712: No longer expose the 'BOOL' data type in any interfaces. | Jelmer Vernooij | 2 | -5/+5 | |
(This used to be commit 1ce32673d960c8b05b6c1b1b99e1976a402417ae) | |||||
2007-10-10 | r24504: Try to return more useful error information on why a bind failed. | Andrew Bartlett | 1 | -0/+5 | |
Note that the correct return for a failed alter_context is a fault, not a bind_nak. Andrew Bartlett (This used to be commit 52cce94532edf1dd7f26e39bf3377f0077ea6792) |