summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-022-2/+2
* Fix dependencies when using shared libraries.Jelmer Vernooij2009-06-022-1/+2
* use domain_dn not ncnameAndrew Tridgell2009-05-261-3/+2
* Don't use crossRef records to find our own domainAndrew Bartlett2009-05-263-154/+47
* fixed interpretation of ACB_PWNOTREQAndrew Tridgell2009-05-251-14/+0
* Remove unused headersAndrew Bartlett2009-04-194-9/+2
* Fix Samba4 build errors with common libcli/samsyncAndrew Bartlett2009-04-165-6/+5
* Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-141-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-146-23/+31
* Push schannel_state.c into the top level.Andrew Bartlett2009-04-142-284/+1
* Port Samba4 to the new combined libcli/auth functionsAndrew Bartlett2009-04-142-6/+1
* Move ntlm_check.h into the common libcli/authAndrew Bartlett2009-04-141-76/+0
* Move MSRPC-PARSE into the common libcli/authAndrew Bartlett2009-04-142-374/+0
* Move libcli/auth to the top levelAndrew Bartlett2009-04-141-603/+0
* Merge branch 'master' of git://git.samba.org/sambaJelmer Vernooij2009-03-262-5/+2
|\
| * s4:auth/credentials: use krb5_data_free()Stefan Metzmacher2009-03-261-5/+1
| * s4:auth/credentials: include gssapi/gssapi_krb5.hStefan Metzmacher2009-03-261-0/+1
* | Strip /usr/include from include flags, so we don't end up includingJelmer Vernooij2009-03-151-0/+2
|/
* Remove -L/usr/lib from a couple more make variables.Jelmer Vernooij2009-03-151-0/+1
* Use common header file for character set handling in Samba 3 and Samba 4.Jelmer Vernooij2009-03-011-16/+20
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-1/+1
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
* Push sam_get_server_info_principal into the auth subsystemAndrew Bartlett2009-02-138-63/+122
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-1310-31/+136
* s4:auth/ntlm: fix c++ warningStefan Metzmacher2009-02-051-1/+1
* s4:pyauth: fix compiler warningsStefan Metzmacher2009-02-051-1/+1
* s4:pycredentials: fix compiler warningsStefan Metzmacher2009-02-052-26/+25
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-4/+2
* s4:auth: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-3/+2
* s4:auth/kerberos: s/private/private_dataStefan Metzmacher2009-02-021-10/+10
* s4:auth/gensec: s/private/private_dataStefan Metzmacher2009-02-021-10/+10
* Make schannel not depend on samdb anymore.Simo Sorce2009-02-012-6/+61
* s4:auth: try to fix the build on SolarisStefan Metzmacher2009-01-311-0/+1
* Add prototypes required by samba-gtk.Jelmer Vernooij2009-01-251-0/+9
* s4:auth: move make_server_info_netlogon_validation() function arroundStefan Metzmacher2009-01-215-147/+141
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-0/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-6/+6
* s4:auth/kerberos: convert to tevent_* apiStefan Metzmacher2009-01-032-14/+13
* s4:socket: use a socket_wrapper aware function to auto close the fd event for...Stefan Metzmacher2009-01-031-4/+5
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-2916-67/+67
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-242-2/+2
* Add missing includes, required for use of gensec by 3rd-partyMatthias Dieter Wallnöfer2008-12-231-0/+3
* s4: Always link in auth, as some of the core infrastructure depends on it.Jelmer Vernooij2008-12-221-0/+1
* Add header for pyparam.Jelmer Vernooij2008-12-222-7/+2
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-1/+1
* Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij2008-12-211-4/+2
* Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij2008-12-216-4719/+350
* Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij2008-12-216-3348/+131
* s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...Stefan Metzmacher2008-12-181-2/+1