summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_pam_auth.c
Commit message (Expand)AuthorAgeFilesLines
* s4:winbind: convert wb_sam_logon_send/recv to tevent_reqStefan Metzmacher2012-08-251-9/+12
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-3/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett2010-05-241-0/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-2/+1
* s4: ran minimal_includes.pl on source4/winbindAndrew Tridgell2009-10-201-2/+0
* s4-winbind: support the s3 response flags on krb5 auth tooAndrew Tridgell2009-10-021-6/+26
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-1/+1
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+0
* Fix winbind to check machine account.Andrew Bartlett2008-04-151-16/+3
* Remove uses of global_loadparm.Jelmer Vernooij2008-02-251-1/+1
* Remove more uses of global_loadparm.Jelmer Vernooij2008-02-211-0/+1
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-1/+2
* r26295: Remove use of global_loadparm for net and wb_pam_auth.Jelmer Vernooij2007-12-211-1/+3
* r26268: Avoid more use of global_loadparm - put lp_ctx in smb_server and wbsr...Jelmer Vernooij2007-12-211-3/+3
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-2/+6
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-4/+4
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett2007-10-101-131/+45
* r23880: Don't crash when we run wbinfo -a against our own winbind when we are...Andrew Bartlett2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-1/+1
* r22612: Fix more cases where we have uninitialised values in theAndrew Bartlett2007-10-101-4/+1
* r22582: Cleanups towards making winbind work again. We still have a long way...Andrew Bartlett2007-10-101-33/+9
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r17306: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r17290: don't do any stuff that can fail in the _recv functionStefan Metzmacher2007-10-101-7/+10
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-2/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2007-10-101-1/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-2/+0
* r11825: Fix a debug msgVolker Lendecke2007-10-101-1/+1
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2007-10-101-72/+82
* r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett2007-10-101-5/+33
* r11411: Add to Samba4 the Samba3 patch I just posted for machine accountAndrew Bartlett2007-10-101-3/+10
* r11374: On request from VL, put the plaintext auth patch in.Andrew Bartlett2007-10-101-3/+102
* r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this wa...Volker Lendecke2007-10-101-4/+5
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke2007-10-101-17/+15
* r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...Volker Lendecke2007-10-101-62/+38
* r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke2007-10-101-24/+24
* r10941: Hmmm. Making that fn static is more correct.Volker Lendecke2007-10-101-1/+1
* r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w...Volker Lendecke2007-10-101-0/+265