index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
lanman.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
2007-10-10
1
-2
/
+1
*
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22561: Fix a memleak in lanman.c: Nobody would free the session_list.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-5
/
+19
*
r22065: First logic change I've found :-(. We were being too
Jeremy Allison
2007-10-10
1
-9
/
+24
*
r22050: Fix a couple of off-by-one errors in the rap
Jeremy Allison
2007-10-10
1
-3
/
+15
*
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
2007-10-10
1
-94
/
+98
*
r22044: Remove the only skip_string(...,2) caller
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...
Volker Lendecke
2007-10-10
1
-3
/
+0
*
r22042: Try and clean up my own mess using the API Volker
Jeremy Allison
2007-10-10
1
-71
/
+76
*
r22017: After changing 2000 lines of this I think this is needed :-).
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
2007-10-10
1
-277
/
+601
*
r19963: Add 'registry shares = yes' and registry key security descriptors.
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r19203: Part two of returning our real name. This code is a bit ancient... :-)
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r18271: Big change:
Gerald Carter
2007-10-10
1
-1
/
+1
*
r17879: Make it explicit that we can never pass NULL for buflen or stringlen.
Jeremy Allison
2007-10-10
1
-6
/
+2
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-13
/
+32
*
r16241: Fix Klocwork #106 and others like it.
Jeremy Allison
2007-10-10
1
-5
/
+6
*
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r13983: Fix Coverity bug # 111
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-10
/
+166
*
r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13576: This is the beginnings of moving the SAM_ACCOUNT data structure
Gerald Carter
2007-10-10
1
-3
/
+3
*
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
2007-10-10
1
-2
/
+2
*
r13443: Fix the build.
Günther Deschner
2007-10-10
1
-2
/
+2
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-1240
/
+1450
*
r12163: Change lookup_sid and lookup_name to return const char * instead of c...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-314
/
+353
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r9290: Some error path cleanups found by Coverity. Whitespace reformatting.
Jeremy Allison
2007-10-10
1
-232
/
+277
*
r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.
Jeremy Allison
2007-10-10
1
-55
/
+60
*
r6279: Convert the RAP enum functions to the pdb_search API. Who is using this
Volker Lendecke
2007-10-10
1
-45
/
+56
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2007-10-10
1
-3
/
+3
*
r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...
Gerald Carter
2007-10-10
1
-6
/
+4
*
r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries().
Günther Deschner
2007-10-10
1
-1
/
+1
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-65
/
+64
*
r4083: consolidate printer searches to use find_service rather than for loops
Gerald Carter
2007-10-10
1
-35
/
+17
*
r3848: Fix for bug 2057. Only partially applied the patch, the second part se...
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalid
Volker Lendecke
2007-10-10
1
-0
/
+4
*
r3705: Nobody has commented, so I'll take this as an ack...
Volker Lendecke
2007-10-10
1
-23
/
+22
*
r3682: fix seg fault in lanman printing code caused by uninitialized variable
Gerald Carter
2007-10-10
1
-0
/
+6
*
r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...
Gerald Carter
2007-10-10
1
-7
/
+10
*
r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...
Gerald Carter
2007-10-10
1
-3
/
+2
*
r2697: Fix for bugzilla #1732, patch by Satoh Fumiyasu, fumiya@samba.gr.jp
Jim McDonough
2007-10-10
1
-3
/
+8
*
r931: Ensure we push 16 bytes (including null termination)
Jeremy Allison
2007-10-10
1
-2
/
+2
*
Merge of Chris's fix.
Jeremy Allison
2004-01-28
1
-11
/
+31
*
more access fixes for group enumeration in LDAP; bug 281
Gerald Carter
2003-11-24
1
-2
/
+7
[next]