summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_creds.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-winbindd: make sure we obey the -n switch also for samlogon cache access.Günther Deschner2011-06-081-0/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jun 8 14:44:31 CEST 2011 on sn-devel-104
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3: Remove "mem_ctx" from a few functionsVolker Lendecke2010-09-091-5/+2
|
* s3: Remove "mem_ctx" from wcache_save_creds()Volker Lendecke2010-09-091-1/+1
|
* s3: Remove "mem_ctx" from lookup_cached_name()Volker Lendecke2010-09-091-2/+1
|
* s3: Remove unused arg "user_sid" from winbindd_store_credsVolker Lendecke2010-09-091-8/+3
| | | | All callers have passed in NULL
* s3: Remove unused winbindd_update_creds_by_sidVolker Lendecke2010-09-091-8/+0
|
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-4/+4
| | | | | | | | | | This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Fix some nonempty blank linesVolker Lendecke2010-01-101-3/+3
|
* s3: Slightly simplify winbindd_store_credsVolker Lendecke2010-01-091-4/+2
|
* Fix some nonempty blank linesVolker Lendecke2009-08-021-7/+7
|
* Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-141-0/+1
| | | | | | | | | | | This commit is mostly to cope with the removal of SamOemHash (replaced by arcfour_crypt()) and other collisions (such as changed function arguments compared to Samba3). We still provide creds_hash3 until Samba3 uses the credentials code in netlogon server Andrew Bartlett
* Use netr_SamInfo3 everywhere in winbindd.Günther Deschner2008-02-171-7/+7
| | | | | Guenther (This used to be commit d9502eb75395131d5a8130ff2c4ebace106cb974)
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-1/+1
| | | | | Guenther (This used to be commit f7100156a7df7ac3ae84e45a47153b38d9375215)
* r25154: move winbindd code into winbindd/Stefan Metzmacher2007-10-101-0/+162
metze (This used to be commit 3ac7566ae14c48ff9b0f6b232e0ec4b2f73df558)