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
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
2007-10-10
r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.
Volker Lendecke
1
-22
/
+20
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-6
/
+6
2007-10-10
r6450: * fix typo in htlm_auth help message
Gerald Carter
1
-2
/
+2
2007-10-10
r4259: Fix cast in SMB_XMALLOC_ARRAY. Bugzilla #2168.
Tim Potter
1
-1
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-14
/
+14
2007-10-10
r3377: Merge in first part of modified patch from Nalin Dahyabhai <nalin@redh...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3273: Ensure we're consistent in the use of strchr_m for '@'.
Jeremy Allison
1
-1
/
+1
2007-10-10
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
Tim Potter
1
-1
/
+1
2007-10-10
r2762: Remove silly conversion to and from UTF8 on the winbind pipe. Fix the
Andrew Bartlett
1
-28
/
+16
2007-10-10
r2147: Fix utility name in error message (pre-emptivly merged to trunk ;-)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1582: On failure, print the length of the right variable.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1128: The end-of-file is not the end of the world, so don't make a load DEBU...
Andrew Bartlett
1
-3
/
+7
2007-10-10
r1126: Allow more flexible GSS-SPENGO client and server operation. The
Andrew Bartlett
1
-16
/
+18
2007-10-10
r1124: ntlm_auth memory leak fixes by James Wilkinson - jwilk@alumni.cse.ucsc...
Andrew Bartlett
1
-0
/
+4
2007-10-10
r517: Remove wrong commit I did by mistake
Alexander Bokovoy
1
-6
/
+0
2007-10-10
r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels
Alexander Bokovoy
1
-0
/
+6
2007-10-10
r240: I'm pretty happy with the 'ntlm-server-1' helper protocol now, and as
Andrew Bartlett
1
-2
/
+0
2007-10-10
r201: Fix bugs in the --helper-protocol=ntlm-server-1 implementation.
Andrew Bartlett
1
-8
/
+9
2007-10-10
r191: Only send the ntlm_auth 'ntlm-server-1' helper client a '.' after the
Andrew Bartlett
1
-2
/
+1
2007-10-10
r188: Add a new 'helper protocol' to ntlm_auth.
Andrew Bartlett
1
-2
/
+202
2007-10-10
r177: Split ntlm_auth --diagnostics into a seperate file, so as not to clutter
Andrew Bartlett
1
-599
/
+30
2007-10-10
r171: Continue the 'rename nt_session_key' work. This attempts to rename
Andrew Bartlett
1
-88
/
+76
2007-10-10
r104: Fix ntlm_auth by adding the new strhex_to_data_blob() call.
Andrew Bartlett
1
-6
/
+0
2007-10-10
r87: Fix the build that Andrew Bartlett broke. Andrew - don't check *ANYTHING...
Jeremy Allison
1
-0
/
+6
2007-10-10
r84: Implement --required-membership-of=, an ntlm_auth option that restricts
Andrew Bartlett
1
-38
/
+113
2007-10-10
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
1
-22
/
+22
2004-04-03
Fix most of bug #169.
Andrew Bartlett
1
-0
/
+1
2004-03-24
Fix bugzilla # 1208
Jim McDonough
1
-1
/
+2
2004-03-11
Restore the contract on all convert_stringXX() interfaces. Add a "allow_bad_c...
Jeremy Allison
1
-1
/
+1
2004-02-08
Make this table static const.
Andrew Bartlett
1
-1
/
+1
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-5
/
+10
2003-12-30
Get the DOMAIN\username around the right way (I had username\domain...)
Andrew Bartlett
1
-1
/
+3
2003-12-30
Try to gain a bit more consistancy in the output of usernames from ntlm_auth:
Andrew Bartlett
1
-11
/
+23
2003-12-30
Make the name of the NTLMSSP client more consistant before we lock it in stone.
Andrew Bartlett
1
-2
/
+2
2003-12-30
Remove testing hack
Andrew Bartlett
1
-2
/
+0
2003-12-30
Move our basic password checking code from inside the authentication
Andrew Bartlett
1
-54
/
+254
2003-12-30
Refactor our authentication and authentication testing code.
Andrew Bartlett
1
-342
/
+181
2003-12-24
Thanks to Serassio Guido for noticing issues in our Squid NTLMSSP
Andrew Bartlett
1
-4
/
+9
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-72
/
+112
2003-11-06
Final round of printf warnings fixes for the moment.
Tim Potter
1
-2
/
+2
2003-08-15
get rid of more compiler warnings
Herb Lewis
1
-39
/
+39
[next]