summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-244-2/+14
* Regenerate with SWIG 1.3.35.Jelmer Vernooij2008-05-232-20/+47
* Add some docstrings to credentials python module.Jelmer Vernooij2008-05-233-25/+174
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-216-25/+52
* Move some python files into the samba package.Jelmer Vernooij2008-05-212-2/+2
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-212-0/+4
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-212-0/+4
* Fix proto generation.Jelmer Vernooij2008-05-201-1/+1
* Don't regenerate pam_errors.h any more.Andrew Bartlett2008-05-201-2/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-207-56/+76
|\
| * Fix a bunch of dependencies.Jelmer Vernooij2008-05-184-6/+6
| * Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-186-14/+14
| * Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-184-7/+11
| * Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2008-05-181-1/+1
| |\
| | * Typo, formatting fixes.Jelmer Vernooij2008-05-181-1/+1
| * | Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-183-10/+17
| |/
| * Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-185-27/+28
|/
* Clean up some git merges gone wrong.Jelmer Vernooij2008-05-101-1/+1
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-1026-479/+572
|\
| * Install session.h, required by OpenChange's proxy.Jelmer Vernooij2008-05-081-1/+1
| * Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-061-1/+1
| * Fix the build after the auth/ -> auth/ntlm/ renameAndrew Bartlett2008-05-058-8/+8
| * Move NTLM authentication details into auth/ntlmAndrew Bartlett2008-05-0516-82/+256
| * Add a new implementation of security=server.Andrew Bartlett2008-05-053-323/+184
| * Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-053-18/+63
| * Fix dependencies on gensec_krb5 and the NTLMSSP code.Andrew Bartlett2008-04-262-2/+2
| * Add documentation to session token functions.Andrew Bartlett2008-04-242-5/+16
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2520-114/+173
|\|
| * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-17/+5
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1710-16/+28
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-177-50/+60
| * Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-3/+4
| * Fix the build.Jelmer Vernooij2008-04-151-1/+1
| * Fix unresolved symbols.Jelmer Vernooij2008-04-141-1/+1
| * Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-142-9/+8
| * Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-145-46/+59
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-142-0/+11
| * Extend credentials python API to include set_machine_account.Andrew Bartlett2008-04-054-29/+78
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-0837-121/+523
|\|
| * Reduce the number of installed headers.Jelmer Vernooij2008-04-023-4/+4
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-0230-102/+408
| * Fix and test python scripts and kerberosAndrew Bartlett2008-03-284-15/+111
* | Merge v4.0-testJelmer Vernooij2008-03-285-13/+26
|\|
| * Remove useless extra argument to samdb_result_account_expires().Andrew Bartlett2008-03-251-2/+2
| * Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-174-11/+24
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-091-1/+1
* | Fix the build.Jelmer Vernooij2008-03-081-1/+1
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-2/+2
* | Fix the build.Jelmer Vernooij2008-03-071-1/+1