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
/
smbd
/
negprot.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r20368: Fix valgrind report of uninitialized memory
Jeremy Allison
1
-1
/
+12
2007-10-10
r20237: Replace exit_server with exit_server_cleanly where appropriate. All
James Peach
1
-3
/
+4
2007-10-10
r18773: Change negprot_spnego to return a blob
Volker Lendecke
1
-10
/
+12
2007-10-10
r18772: Now that we don't have a one-byte keylength in the extended security ...
Volker Lendecke
1
-4
/
+0
2007-10-10
r18771: Sequel to r18761: If we always set the keylen to 0 there's no point i...
Volker Lendecke
1
-6
/
+3
2007-10-10
r18761: Even if only offering NTLMSSP Windows (tested with Vista & XP) sends ...
Volker Lendecke
1
-5
/
+2
2007-10-10
r18760: Fix typos, remove unneeded code
Volker Lendecke
1
-10
/
+2
2007-10-10
r16397: Fix Klocwork #11767 and drasticly simplify the
Jeremy Allison
1
-0
/
+1
2007-10-10
r13647: Fix for standalone Samba servers and XP clients. Reverts
Jeremy Allison
1
-4
/
+15
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-6
/
+7
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
r10974: Get closer to trying to fix #1825 (PcoketPC spnego bug). Ensure we
Jeremy Allison
1
-4
/
+11
2007-10-10
r10947: Fix bugs #3133 and #1828 - SPNEGO not working with PocketPC 2003.
Jeremy Allison
1
-9
/
+10
2007-10-10
r7398: commiting abartlet's patch for kerberos authentication when using a ke...
Gerald Carter
1
-5
/
+8
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-1
/
+1
2007-10-10
r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...
Jeremy Allison
1
-0
/
+1
2007-10-10
r4018: * move claim_connection from the netbios session request
Gerald Carter
1
-0
/
+6
2007-10-10
r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r1939: Ensure with my new change we set extended security in flags2 in
Jeremy Allison
1
-0
/
+3
2007-10-10
r1936: Fix bug noticed by Steve - ensure extended security bit is on only
Jeremy Allison
1
-0
/
+1
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-3
/
+16
2004-03-27
As I raised (without objection) on the mailing list a while back, this
Andrew Bartlett
1
-5
/
+1
2004-03-13
Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...
Jeremy Allison
1
-3
/
+7
2003-07-18
Signing so far... the client code fails on a SMBtrans2 secondary transaction
Jeremy Allison
1
-5
/
+13
2003-07-17
Putting the framework for server signing in place. Ensure we don't use
Jeremy Allison
1
-0
/
+12
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-1
/
+1
2003-05-31
Got us happy running under valgrind again :-).
Jeremy Allison
1
-0
/
+1
2003-05-31
Fixes to stop valgrind complaining about uninitialised memory when it's
Jeremy Allison
1
-0
/
+9
2003-05-21
merge LANMAN1/LANMAN2.1 fixes from head
Andrew Tridgell
1
-0
/
+2
2003-03-18
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
1
-3
/
+3
2003-01-03
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
1
-3
/
+3
2002-11-12
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
1
-4
/
+2
2002-10-15
Change default of max_xmit to match W2K. Ensure NT negprot uses it.
Jeremy Allison
1
-1
/
+1
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-6
/
+8
2002-08-17
Sync 3.0 branch with head
Jelmer Vernooij
1
-7
/
+14
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-191
/
+189
2002-03-17
Renamed get_nt_error_msg() to nt_errstr().
Tim Potter
1
-1
/
+1
2002-02-27
Added "nt status support" parameter. Fix offline synchronisation.
Jeremy Allison
1
-12
/
+13
2002-02-22
don't do an ADS init when not in ADS mode
Andrew Tridgell
1
-5
/
+4
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-20
Spelling fixes.
Tim Potter
1
-7
/
+7
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-1
/
+1
2002-01-10
First part of UNIX extensions (#ifdefed out) more to follow.
Jeremy Allison
1
-1
/
+1
2002-01-09
Better explanation message for dmalloc.
Martin Pool
1
-1
/
+1
2002-01-05
I've decided to move the auth code around a bit more...
Andrew Bartlett
1
-23
/
+28
2001-12-07
added a "use spnego" option
Andrew Tridgell
1
-0
/
+1
2001-12-05
added a REALLY gross hack into kerberos_kinit_password so that
Andrew Tridgell
1
-1
/
+1
2001-11-29
Make better use of the ads_init() function to get the kerberos relam etc.
Andrew Bartlett
1
-9
/
+13
2001-11-27
always send an OID list until we handle raw (unwrapped) NTLMSSP
Andrew Tridgell
1
-6
/
+15
2001-11-26
challange -> challenge
Tim Potter
1
-3
/
+3
[next]