Age | Commit message (Expand) | Author | Files | Lines |
2008-03-17 | Don't require users of credentials.h to have krb5.h and gssapi.h | Andrew Bartlett | 4 | -11/+24 |
2008-03-09 | Move PC_FILE out of the perl code. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-08 | Push SOVERSION and VERSION out of perl code. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-07 | Fix the build. | Jelmer Vernooij | 1 | -1/+1 |
2008-03-07 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 1 | -2/+2 |
2008-03-07 | Update account expiration to use new samdb_result_account_expires() function. | Andrew Kroeger | 1 | -2/+2 |
2008-03-04 | Fix the build. | Jelmer Vernooij | 2 | -16/+11 |
2008-03-04 | Fix some paths. | Jelmer Vernooij | 1 | -2/+2 |
2008-03-04 | Fix includes. | Jelmer Vernooij | 2 | -0/+4 |
2008-03-03 | Fix some syntax errors. | Jelmer Vernooij | 2 | -2/+2 |
2008-03-03 | Move object file lists to the Makefile. | Jelmer Vernooij | 5 | -40/+52 |
2008-02-29 | Change remaining prototype headers to be private. | Jelmer Vernooij | 1 | -3/+3 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 3 | -6/+10 |
2008-02-29 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 2 | -20/+25 |
2008-02-29 | Simplify the 'password must change' logic | Andrew Bartlett | 1 | -5/+6 |
2008-02-28 | Generate ACB_PW_EXPIRED correctly | Andrew Bartlett | 2 | -18/+22 |
2008-02-26 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 3 | -4/+8 |
2008-02-26 | Fix the build (again). | Jelmer Vernooij | 2 | -0/+11 |
2008-02-25 | Remove public prototype headers. Generating both public and private prototype... | Jelmer Vernooij | 3 | -5/+5 |
2008-02-25 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3 | Jelmer Vernooij | 13 | -16/+27 |
2008-02-21 | Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-21 | Avoid use of global_loadparm. | Jelmer Vernooij | 4 | -5/+16 |
2008-02-20 | Make more module init functions public, since they are compiled with -fvisibi... | Jelmer Vernooij | 5 | -5/+5 |
2008-02-20 | Make all auth module init functions public, since they are compiled with -fvi... | Jelmer Vernooij | 5 | -5/+5 |
2008-02-18 | Merge branch 'v4-0-trivial' into v4-0-gmake3 | Jelmer Vernooij | 3 | -6/+6 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -4/+4 |
2008-02-18 | Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ' | Jelmer Vernooij | 2 | -2/+2 |
2008-02-16 | Move responsibilities of build.h to makefile. | Jelmer Vernooij | 2 | -2/+0 |
2008-02-15 | cyrus_sasl: fix compiler warnings | Stefan Metzmacher | 1 | -1/+4 |
2008-01-24 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 1 | -1/+1 |
2008-01-24 | netlogon.idl: make use of bitmap samr_GroupAttrs | Stefan Metzmacher | 1 | -1/+1 |
2008-01-24 | python: Add bindings for cli_credentials_set_cmdline_callbacks(). | Jelmer Vernooij | 5 | -1/+38 |
2008-01-23 | Default to creating anonymous credentials. | Jelmer Vernooij | 2 | -2/+2 |
2008-01-22 | build: Remove support for DESCRIPTION setting that is now unused. | Jelmer Vernooij | 1 | -1/+0 |
2008-01-22 | gensec: Use manually written .pc file. | Jelmer Vernooij | 2 | -0/+12 |
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 2 | -2/+2 |
2008-01-14 | pidl/python: Pass credentials and loadparm context when connecting using DCE/... | Jelmer Vernooij | 2 | -0/+33 |
2008-01-03 | r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument. | Jelmer Vernooij | 5 | -11/+31 |
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,... | Jelmer Vernooij | 1 | -3/+3 |
2008-01-01 | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+3 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 3 | -9/+17 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 2 | -7/+21 |
2007-12-29 | r26626: Install auth/session.h | Jelmer Vernooij | 1 | -0/+1 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 3 | -5/+6 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 4 | -100/+58 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 3 | -6/+6 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 3 | -6/+6 |