1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

808 Commits

Author SHA1 Message Date
Stefan Metzmacher
6d68161e67 netlogon.idl: make use of bitmap samr_GroupAttrs
metze
2008-01-24 10:24:41 +01:00
Jelmer Vernooij
f93bd899f1 Default to creating anonymous credentials. 2008-01-23 23:38:58 +01:00
Jelmer Vernooij
91d7ba5202 build: Remove support for DESCRIPTION setting that is now unused. 2008-01-22 18:49:51 +01:00
Jelmer Vernooij
96a5ac9db2 gensec: Use manually written .pc file. 2008-01-22 18:39:54 +01:00
Jelmer Vernooij
44e1cfd2d0 util: Move asn1 to lib/util to trim down the number of subsystems. 2008-01-15 01:04:38 +01:00
Jelmer Vernooij
4c87af9531 pidl/python: Pass credentials and loadparm context when connecting using DCE/RPC. 2008-01-14 19:53:06 +01:00
Jelmer Vernooij
e886f1bc0d r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. 2008-01-03 12:33:36 -06:00
Jelmer Vernooij
385ffe4f4c r26644: Janitorial: Pass resolve_context explicitly to various SMB functions, should help fix the build for OpenChange. 2008-01-02 12:48:03 -06:00
Jelmer Vernooij
c863f4ebde r26640: Janitorial: Remove some more uses of global_loadparm. 2008-01-01 19:57:01 -06:00
Jelmer Vernooij
2f29f80e07 r26639: librpc: Pass iconv convenience on from RPC connection to NDR library, so it can be overridden by OpenChange. 2008-01-01 16:12:15 -06:00
Jelmer Vernooij
61ad78ac98 r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struct_push_blob(). 2008-01-01 16:12:11 -06:00
Jelmer Vernooij
57bf390068 r26626: Install auth/session.h 2007-12-29 12:21:03 -06:00
Jelmer Vernooij
f1997dabed r26580: Include sentinel in build.h, in case the list is empty. 2007-12-24 01:51:07 -06:00
Jelmer Vernooij
ba8be2dfc0 r26576: Allow the static module loading code to be used for the Python modules.
Simplify the way module initialization functions are handled.
2007-12-24 01:51:06 -06:00
Jelmer Vernooij
15038d9586 r26572: Fix warnings in the Python code. 2007-12-24 01:51:04 -06:00
Jelmer Vernooij
c550c03372 r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
6ac86f8be7 r26540: Revert my previous commit after concerns raised by Andrew. 2007-12-21 05:52:06 +01:00
Jelmer Vernooij
e53e79eebe r26539: Remove unnecessary statics. 2007-12-21 05:52:05 +01:00
Jelmer Vernooij
c4b1df0476 r26504: Don't rely on system-provided kerberos headers. 2007-12-21 05:51:07 +01:00
Jelmer Vernooij
6ca2b35085 r26484: Don't rely on removed header. 2007-12-21 05:50:42 +01:00
Jelmer Vernooij
85eeecf997 r26483: Merge ldb module dependency fixes, fix auth python module. 2007-12-21 05:50:41 +01:00
Jelmer Vernooij
d88527a9d6 r26477: Allow setting loadparm context for a ldb context in python, plus some other minor improvements. 2007-12-21 05:50:36 +01:00
Jelmer Vernooij
e26d0fff6d r26474: Move credentials-specific kerberos file to credentials subsystem. Fixes missing symbols in some of the python bindings. 2007-12-21 05:50:34 +01:00
Jelmer Vernooij
2b7cfa5d9a r26464: Tighten dependencies. 2007-12-21 05:50:29 +01:00
Jelmer Vernooij
25e9824531 r26460: Enable ldb python tests. 2007-12-21 05:50:27 +01:00
Jelmer Vernooij
760fcc8bfa r26454: Add simple SWIG macro for wrapping talloced types. 2007-12-21 05:50:22 +01:00
Jelmer Vernooij
d3643c2152 r26449: Support configuration without a known configuration dir. 2007-12-21 05:50:14 +01:00
Jelmer Vernooij
7a78d4cbed r26445: Fix credentials python bindings. 2007-12-21 05:50:12 +01:00
Jelmer Vernooij
1b947fe0e6 r26430: require explicit specification of loadparm context. 2007-12-21 05:49:58 +01:00
Jelmer Vernooij
d37136b7ab r26429: Avoid use of global_smb_iconv_convenience. 2007-12-21 05:49:56 +01:00
Jelmer Vernooij
bf072c6fb3 r26427: Avoid global_smb_iconv_convenience. 2007-12-21 05:49:53 +01:00
Kai Blin
718a5a1f3c r26418: Janitorial: Kill pstring in ntlmssp_parse.c 2007-12-21 05:49:47 +01:00
Kai Blin
e9ef98b064 r26416: Janitorial: Fix warnings in auth/gensec/
As per metze's suggestion, the "unused variables" warning is left in to remind
us to fix the #else part of the #if 1
2007-12-21 05:49:46 +01:00
Stefan Metzmacher
5f49c1b144 r26413: we should check the return value of talloc_reference()
metze
2007-12-21 05:49:45 +01:00
Jelmer Vernooij
3378b6a559 r26399: Use -O option for SWIG (less evil generated code). 2007-12-21 05:49:29 +01:00
Jelmer Vernooij
801c8c766c r26397: Fix circular dependency in samba-socket. 2007-12-21 05:49:26 +01:00
Günther Deschner
55c60a3743 r26393: Fix inline comment.
Guenther
2007-12-21 05:49:23 +01:00
Jelmer Vernooij
78bb444b4b r26385: Integrate gensec-socket into gensec. 2007-12-21 05:49:19 +01:00
Jelmer Vernooij
6d4c598534 r26382: Remove more uses of global_loadparm. 2007-12-21 05:49:17 +01:00
Jelmer Vernooij
b6f66eb5e0 r26379: Remove more global_loadparm instances. 2007-12-21 05:49:13 +01:00
Jelmer Vernooij
459e1466a4 r26376: Add context for libcli_resolve. 2007-12-21 05:49:12 +01:00
Jelmer Vernooij
3616ced29e r26360: Add some const. 2007-12-21 05:49:03 +01:00
Jelmer Vernooij
2d61e7c96e r26357: Add separate subsystem for auth_sam_reply parsing. 2007-12-21 05:49:02 +01:00
Jelmer Vernooij
2c93f8ec81 r26356: Remove prototype for nonexisting function. 2007-12-21 05:49:01 +01:00
Jelmer Vernooij
eebcf7e1b0 r26348: Avoid use of autofree context. 2007-12-21 05:48:53 +01:00
Jelmer Vernooij
b03e5d0011 r26335: Specify name_resolve_order to socket code. 2007-12-21 05:48:46 +01:00
Jelmer Vernooij
0bd01aca00 r26323: Regenerated credentials SWIG. 2007-12-21 05:48:34 +01:00
Jelmer Vernooij
f9bf02fd5c r26321: Fix python tests. 2007-12-21 05:48:34 +01:00
Jelmer Vernooij
9fdfe1ad8c r26320: Clean up properly after error. 2007-12-21 05:48:33 +01:00
Jelmer Vernooij
95a6ef7fc8 r26319: Split encoding functions out of libcli_ldap. 2007-12-21 05:48:33 +01:00