summaryrefslogtreecommitdiffstats
path: root/source/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-271-62/+75
* r24949: Remove some static buffersVolker Lendecke2007-09-041-7/+5
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-08-301-1/+1
* r24660: Merge the inbuf/outbuf changesVolker Lendecke2007-08-251-9/+17
* r24653: Some trivial 3_2->3_2_0 mergesVolker Lendecke2007-08-241-2/+2
* r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke2007-07-191-0/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23430: Merge r19963 from 3_0:Michael Adam2007-06-121-0/+1
* r23173: Convert sessionid.tdb to ctdb. The 3.0.26 patch is a bit larger becauseVolker Lendecke2007-05-281-6/+2
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-05-211-2/+1
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-05-151-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-05-081-1/+2
* r22562: Qucik fix for session memory leak (vl's tallocJeremy Allison2007-04-281-1/+5
* r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-04-041-9/+24
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-04-031-3/+15
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-04-021-94/+98
* r22044: Remove the only skip_string(...,2) callerVolker Lendecke2007-04-021-1/+1
* r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...Volker Lendecke2007-04-021-3/+0
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-04-021-71/+76
* r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison2007-03-311-0/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-03-301-277/+601
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-15/+34
* r19795: * bring the 'enum lsa_SidType', 'struct GUID', & 'structGerald Carter2006-11-191-1/+1
* r17879: Make it explicit that we can never pass NULL for buflen or stringlen.Jeremy Allison2006-08-281-6/+2
* r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)Gerald Carter2006-06-151-5/+9
* r13983: Fix Coverity bug # 111Volker Lendecke2006-03-071-0/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-071-10/+166
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-211-2/+2
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-201-3/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-2/+2
* r13443: Fix the build.Günther Deschner2006-02-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2006-02-031-1240/+1450
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2005-12-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2005-12-031-5/+5
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2005-11-051-314/+353
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-2/+2
* r9290: Some error path cleanups found by Coverity. Whitespace reformatting.Jeremy Allison2005-08-131-232/+277
* r9288: Whitespace cleanup and memory leak on error path fix found by Coverity.Jeremy Allison2005-08-121-55/+60
* r6279: Convert the RAP enum functions to the pdb_search API. Who is using thisVolker Lendecke2005-04-101-45/+56
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-061-3/+3
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2005-02-011-6/+4
* r4847: Hand over a acb_mask to pdb_setsampwent in load_sampwd_entries(). Günther Deschner2005-01-191-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2004-12-071-65/+64
* r4083: consolidate printer searches to use find_service rather than for loopsGerald Carter2004-12-061-35/+17
* r3848: Fix for bug 2057. Only partially applied the patch, the second part se...Volker Lendecke2004-11-181-0/+7
* r3824: Fix crash in api_RNetShareEnum. ServicePtrs[] may contain invalidVolker Lendecke2004-11-171-0/+4
* r3705: Nobody has commented, so I'll take this as an ack...Volker Lendecke2004-11-121-23/+22
* r3682: fix seg fault in lanman printing code caused by uninitialized variableGerald Carter2004-11-111-0/+6
* r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter2004-10-181-7/+10