summaryrefslogtreecommitdiffstats
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-1/+1
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-1/+1
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-16/+35
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-031-26/+34
* Fix bug 5055Volker Lendecke2007-11-261-1/+1
* Always check return from push_ascii.Jeremy Allison2007-11-191-0/+6
* Remove pstrings from lanman.cJeremy Allison2007-11-121-54/+148
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-50/+50
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-1/+1
* r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2007-10-101-61/+74
* r24949: Remove some static buffersVolker Lendecke2007-10-101-7/+5
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-1/+1
* r24244: Complete the conversion of reply_trans[s]Volker Lendecke2007-10-101-2/+2
* r24243: Remove reply_prep_legacy from api_replyVolker Lendecke2007-10-101-22/+16
* r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke2007-10-101-1/+1
* r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke2007-10-101-0/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-2/+1
* r22911: Pass a messaging_context to message_send_allVolker Lendecke2007-10-101-1/+2
* r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke2007-10-101-1/+2
* r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-5/+19
* r22065: First logic change I've found :-(. We were being tooJeremy Allison2007-10-101-9/+24
* r22050: Fix a couple of off-by-one errors in the rapJeremy Allison2007-10-101-3/+15
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-94/+98
* r22044: Remove the only skip_string(...,2) callerVolker Lendecke2007-10-101-1/+1
* r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...Volker Lendecke2007-10-101-3/+0
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-10-101-71/+76
* r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison2007-10-101-0/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-277/+601
* r19963: Add 'registry shares = yes' and registry key security descriptors.Volker Lendecke2007-10-101-0/+1
* r19203: Part two of returning our real name. This code is a bit ancient... :-)Volker Lendecke2007-10-101-1/+1
* r19184: W2k3 returns its name for the GetServerInfo RAP call. Do the same.Volker Lendecke2007-10-101-1/+1
* r18271: Big change:Gerald Carter2007-10-101-1/+1
* r17879: Make it explicit that we can never pass NULL for buflen or stringlen.Jeremy Allison2007-10-101-6/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-13/+32
* r16241: Fix Klocwork #106 and others like it.Jeremy Allison2007-10-101-5/+6
* r16230: Fix Klocwork #861 and others. localtime and asctimeJeremy Allison2007-10-101-0/+3
* r13983: Fix Coverity bug # 111Volker Lendecke2007-10-101-0/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-10/+166
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-101-2/+2
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-101-3/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-2/+2
* r13443: Fix the build.Günther Deschner2007-10-101-2/+2
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1240/+1450
* r12163: Change lookup_sid and lookup_name to return const char * instead of c...Volker Lendecke2007-10-101-1/+1
* r12051: Merge across the lookup_name and lookup_sid work. Lets see how the bu...Volker Lendecke2007-10-101-5/+5
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-314/+353