summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix the build.Jelmer Vernooij2008-03-071-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-071-2/+2
|\|
| * Update account expiration to use new samdb_result_account_expires() function.Andrew Kroeger2008-03-071-2/+2
| * Change remaining prototype headers to be private.Jelmer Vernooij2008-02-291-3/+3
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-293-6/+10
* | Fix the build.Jelmer Vernooij2008-03-042-16/+11
* | Fix some paths.Jelmer Vernooij2008-03-041-2/+2
* | Fix includes.Jelmer Vernooij2008-03-042-0/+4
* | Fix some syntax errors.Jelmer Vernooij2008-03-032-2/+2
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-035-40/+52
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-292-20/+25
|\|
| * Simplify the 'password must change' logicAndrew Bartlett2008-02-291-5/+6
| * Generate ACB_PW_EXPIRED correctlyAndrew Bartlett2008-02-282-18/+22
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-263-4/+8
* | Fix the build (again).Jelmer Vernooij2008-02-262-0/+11
* | Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij2008-02-253-5/+5
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2513-16/+27
|\|
| * Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-1/+1
| * Avoid use of global_loadparm.Jelmer Vernooij2008-02-214-5/+16
| * Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-205-5/+5
| * Make all auth module init functions public, since they are compiled with -fvi...Jelmer Vernooij2008-02-205-5/+5
* | Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-183-6/+6
|\|
| * Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-181-4/+4
| * Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-182-2/+2
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-162-2/+0
|/
* cyrus_sasl: fix compiler warningsStefan Metzmacher2008-02-151-1/+4
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij2008-01-241-1/+1
|\
| * netlogon.idl: make use of bitmap samr_GroupAttrsStefan Metzmacher2008-01-241-1/+1
* | python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij2008-01-245-1/+38
|/
* Default to creating anonymous credentials.Jelmer Vernooij2008-01-232-2/+2
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* gensec: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+12
* util: Move asn1 to lib/util to trim down the number of subsystems.Jelmer Vernooij2008-01-152-2/+2
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-142-0/+33
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-035-11/+31
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-021-3/+3
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-011-2/+3
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-013-9/+17
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-7/+21
* r26626: Install auth/session.hJelmer Vernooij2007-12-291-0/+1
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-242-2/+2
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-244-4/+4
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-243-5/+6
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-244-100/+58
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-213-6/+6
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-213-6/+6
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-213-4/+6
* r26484: Don't rely on removed header.Jelmer Vernooij2007-12-212-1/+5
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-216-46/+61
* r26477: Allow setting loadparm context for a ldb context in python, plus some...Jelmer Vernooij2007-12-211-1/+1