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
/
lanman.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-05
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-01-04
Refactor the crypto code after a very helpful conversation
Jeremy Allison
1
-1
/
+1
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-1
/
+1
2007-12-10
Remove the char[1024] strings from dynconfig. Replace
Jeremy Allison
1
-1
/
+1
2007-12-07
Remove next_token - all uses must now be next_token_talloc.
Jeremy Allison
1
-16
/
+35
2007-12-03
Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.c
Jeremy Allison
1
-26
/
+34
2007-11-26
Fix bug 5055
Volker Lendecke
1
-1
/
+1
2007-11-19
Always check return from push_ascii.
Jeremy Allison
1
-0
/
+6
2007-11-12
Remove pstrings from lanman.c
Jeremy Allison
1
-54
/
+148
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-50
/
+50
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-1
/
+1
2007-10-10
r25103: Ensure we don't return unwritten memory (valgrind caught).
Jeremy Allison
1
-61
/
+74
2007-10-10
r24949: Remove some static buffers
Volker Lendecke
1
-7
/
+5
2007-10-10
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
1
-1
/
+1
2007-10-10
r24244: Complete the conversion of reply_trans[s]
Volker Lendecke
1
-2
/
+2
2007-10-10
r24243: Remove reply_prep_legacy from api_reply
Volker Lendecke
1
-22
/
+16
2007-10-10
r24130: Explicitly pass flags2 to srvstr_push
Volker Lendecke
1
-1
/
+1
2007-10-10
r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
Volker Lendecke
1
-0
/
+3
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
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-2
/
+1
2007-10-10
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
1
-1
/
+2
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-1
/
+2
2007-10-10
r22561: Fix a memleak in lanman.c: Nobody would free the session_list.
Volker Lendecke
1
-1
/
+1
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-5
/
+19
2007-10-10
r22065: First logic change I've found :-(. We were being too
Jeremy Allison
1
-9
/
+24
2007-10-10
r22050: Fix a couple of off-by-one errors in the rap
Jeremy Allison
1
-3
/
+15
2007-10-10
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-94
/
+98
2007-10-10
r22044: Remove the only skip_string(...,2) caller
Volker Lendecke
1
-1
/
+1
2007-10-10
r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...
Volker Lendecke
1
-3
/
+0
2007-10-10
r22042: Try and clean up my own mess using the API Volker
Jeremy Allison
1
-71
/
+76
2007-10-10
r22017: After changing 2000 lines of this I think this is needed :-).
Jeremy Allison
1
-0
/
+1
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-277
/
+601
2007-10-10
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
1
-0
/
+1
2007-10-10
r19203: Part two of returning our real name. This code is a bit ancient... :-)
Volker Lendecke
1
-1
/
+1
2007-10-10
r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.
Volker Lendecke
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-1
/
+1
2007-10-10
r17879: Make it explicit that we can never pass NULL for buflen or stringlen.
Jeremy Allison
1
-6
/
+2
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-13
/
+32
2007-10-10
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
1
-5
/
+6
2007-10-10
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
1
-0
/
+3
2007-10-10
r13983: Fix Coverity bug # 111
Volker Lendecke
1
-0
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-10
/
+166
2007-10-10
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
1
-2
/
+2
2007-10-10
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
1
-3
/
+3
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-2
/
+2
2007-10-10
r13443: Fix the build.
Günther Deschner
1
-2
/
+2
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-1240
/
+1450
2007-10-10
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
1
-1
/
+1
2007-10-10
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
1
-5
/
+5
[next]