index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
ntlm_auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-18
Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.
Jelmer Vernooij
1
-4
/
+4
2008-04-06
Remove external refs to winbindd_fd
Volker Lendecke
1
-2
/
+0
2008-03-19
ntlm_auth: Improve compliance to the Squid helper protocol
Kai Blin
1
-31
/
+44
2008-02-28
winbind: use a struct element for WBFLAG_PAM_UNIX_NAME
Stefan Metzmacher
1
-1
/
+1
2008-02-17
Fix some more callers of PAC_DATA.
Günther Deschner
1
-1
/
+1
2008-01-31
ntlm_auth: Parse configfile after parsing it's location, not before.
Kai Blin
1
-9
/
+14
2008-01-19
ntlm_auth: Get rid of statics in manage_squid_ntlmssp_request
Kai Blin
1
-37
/
+50
2008-01-19
ntlm_auth: Rewrite manage_client_ntlmssp_request without statics.
Kai Blin
1
-55
/
+66
2008-01-19
nltm_auth: Use struct ntlm_auth_state in helper functions.
Kai Blin
1
-34
/
+40
2008-01-19
ntlm_auth: Prepare for a deeper rewrite of the helper functions
Kai Blin
1
-4
/
+43
2008-01-19
ntlm_auth: Dynamically allocate the read buffer.
Kai Blin
1
-28
/
+43
2008-01-19
util_str: Don't return memory from talloc_tos(), use mem_ctx instead.
Kai Blin
1
-10
/
+15
2008-01-11
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
1
-1
/
+2
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-2
/
+2
2007-12-03
Getting to the home stretch for elimination of pstrings...
Jeremy Allison
1
-37
/
+55
2007-11-20
Add talloc stackframe for ntlm_auth.c
Jeremy Allison
1
-0
/
+2
2007-11-09
Make base64_encode_data_blob return a talloced string
Volker Lendecke
1
-10
/
+10
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-14
/
+14
2007-10-10
r25143: rename public functions from winbind_client.h
Stefan Metzmacher
1
-10
/
+10
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23474: Here's a small patch that disables the libkrb5.so replay cache
Gerald Carter
1
-1
/
+1
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
1
-26
/
+26
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r21663: Fix from the Wine guys: Robert Shearman <rob@codeweavers.com>
Jeremy Allison
1
-1
/
+2
2007-10-10
r21240: Fix longstanding Bug #4009.
Günther Deschner
1
-2
/
+2
2007-10-10
r21010: fix the pstring change in ntlm_auth for require-membership-of in ntlm...
Gerald Carter
1
-1
/
+1
2007-10-10
r18029: More C++ stuff
Volker Lendecke
1
-1
/
+1
2007-10-10
r17984: Ensure we never indirect a null opt_username if it wasn't
Jeremy Allison
1
-0
/
+10
2007-10-10
r17981: Hmmm. Don't break helper functions that don't need
Jeremy Allison
1
-5
/
+7
2007-10-10
r17979: Make ntlm_auth more intelligent about figuring out it's
Jeremy Allison
1
-14
/
+31
2007-10-10
r17921: Comment is obsolte. This is now implemented in winbindd.
Jeremy Allison
1
-3
/
+1
2007-10-10
r17903: Fix null deref caught by Stanford checker. Don't
Jeremy Allison
1
-1
/
+0
2007-10-10
r17610: Added the ability for firefox to drive the winbindd
Jeremy Allison
1
-10
/
+99
2007-10-10
r17446: Fix some C++ warnings and two memleaks found by Coverity, IDs 304 and...
Volker Lendecke
1
-7
/
+13
2007-10-10
r17216: From Kai Blin <kai.blin@gmail.com>:
Andrew Bartlett
1
-0
/
+71
2007-10-10
r17005: Add a new helper mode to ntlm_auth: ntlm-change-password-1
Andrew Bartlett
1
-1
/
+295
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-1
/
+1
2007-10-10
r15523: Honour the time_offset also when verifying kerberos tickets. This
Günther Deschner
1
-1
/
+1
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
1
-1
/
+1
2007-10-10
r14585: Tighten argument list of kerberos_kinit_password again,
Günther Deschner
1
-2
/
+1
2007-10-10
r14033: Fix Coverity bug # 126
Volker Lendecke
1
-0
/
+1
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-4
/
+4
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-3
/
+3
2007-10-10
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
1
-1
/
+1
2007-10-10
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
1
-0
/
+1
2007-10-10
r11573: Adding Andrew Bartlett's patch to make machine account
Jeremy Allison
1
-0
/
+2
2007-10-10
r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.
Jeremy Allison
1
-1
/
+1
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-2
/
+2
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-13
/
+18
[next]