summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* s4:auth Error out when a memberOf DN does not have a SIDAndrew Bartlett2010-05-211-13/+8
* s4:auth handle addition of nested aliases of domain groups.Andrew Bartlett2010-05-201-8/+8
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-206-12/+29
* s4:auth Push check for messaging context into winbind backendAndrew Bartlett2010-05-202-5/+5
* s4:auth Add dependency from the operational module onto authAndrew Bartlett2010-05-204-7/+34
* s4:auth Allow the operational module to get a user's tokenGroups from authAndrew Bartlett2010-05-205-41/+131
* s4:auth Move BUILTIN group addition into session.cAndrew Bartlett2010-05-203-82/+255
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+0
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-188-45/+15
* s4:credentials Add in tracking of the password last set timeAndrew Bartlett2010-05-183-1/+33
* s4:auth Make it clear to the callers the talloc lifetime.Andrew Bartlett2010-05-181-0/+2
* s4:gensec expose gensec_set_target_principal for use outside GENSECAndrew Bartlett2010-05-144-3/+8
* s4:credentials Allow setting of an empty Kerberos CCACHEAndrew Bartlett2010-05-141-18/+12
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-028-41/+132
* s4:gensec Use a different form of 'name' in GSSAPI import_name()Andrew Bartlett2010-04-271-3/+3
* s4:kerberos Give a better error message than "Could not allocate memory"Andrew Bartlett2010-04-271-3/+3
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-1/+1
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-1413-40/+71
* s4:auth Allow the simple 'struct auth_session_info' generator for all usersAndrew Bartlett2010-04-141-3/+3
* s4:auth/auth_sam_reply.c - fix counter typesMatthias Dieter Wallnöfer2010-04-121-3/+3
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf sys...Stefan Metzmacher2010-04-121-1/+1
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-114-120/+117
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-106-50/+208
* s4:credentials talloc_free() any previous salt_principalAndrew Bartlett2010-04-102-1/+2
* pynet: Create a net class.Jelmer Vernooij2010-04-083-10/+22
* s4:auth/ntlm/auth_developer.c - "fixed_challenge_get_challenge" - fix the ass...Matthias Dieter Wallnöfer2010-04-061-5/+2
* s4-python: Move set_session_info to PySambaLdb.Jelmer Vernooij2010-04-062-2/+2
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-5/+5
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-064-15/+0
* s4-waf: more dependencies on tallocAndrew Tridgell2010-04-062-1/+3
* s4-waf: fixed some deps now we don't auto-include tevent and replaceAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-067-0/+14
* s4-waf: enable the pc_files in the build rulesAndrew Tridgell2010-04-061-1/+1
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+1
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-061-1/+1
* build: check libc first for several librariesAndrew Tridgell2010-04-061-1/+1
* build: fixed the build without sasl librariesAndrew Tridgell2010-04-062-4/+5
* build: waf quicktest nearly worksAndrew Tridgell2010-04-064-12/+4
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-066-0/+223
* build: check for libsasl2Andrew Tridgell2010-04-061-0/+4
* build: check for pamAndrew Tridgell2010-04-061-0/+2
* Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...Matthias Dieter Wallnöfer2010-04-051-5/+0
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-1/+1
* s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is availableMatthias Dieter Wallnöfer2010-03-301-0/+5
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-293-3/+3
* s4:auth/credentials/credentials.c - initialise more contentMatthias Dieter Wallnöfer2010-03-261-0/+3
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-262-0/+2
* s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state unionStefan Metzmacher2010-03-242-76/+63
* s4:ntlmssp: make use of dump_arc4_state()Stefan Metzmacher2010-03-241-8/+7