summaryrefslogtreecommitdiff
path: root/source3/smbd/lanman.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-16s3:put the browse list into cache_dir, not lock_dir.Michael Adam1-2/+2
2008-11-02Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_replyVolker Lendecke1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-3/+3
2008-06-28Let send_trans_reply work on only the inbufVolker Lendecke1-1/+1
2008-06-26remove unused extern current_user from lanman.cVolker Lendecke1-2/+0
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-6/+12
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-6/+6
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke1-4/+4
2008-05-25Remove reference to current_user_info from lanman.cVolker Lendecke1-13/+13
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-1/+8
2008-05-10Remove "user" from connection_structVolker Lendecke1-4/+4
2008-05-10Remove the unix token info from connection_structVolker Lendecke1-4/+4
2008-05-05Remove "userdom_struct user" from "struct user_struct"Volker Lendecke1-4/+8
2008-05-05Remove "guest" from "struct user_struct"Volker Lendecke1-1/+1
2008-05-05Remove the unix token info from "struct user_struct"Volker Lendecke1-4/+6
2008-05-05Remove "logon_script" from "struct user_struct"Volker Lendecke1-8/+8
2008-05-05Remove "homedir" from "struct user_struct"Volker Lendecke1-2/+12
2008-04-14Fix some "ignoring asprintf result" warningsVolker Lendecke1-15/+15
2008-02-05Fix typo.Karolin Seeger1-1/+1
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-1/+1
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-1/+1
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-16/+35
2007-12-03Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison1-26/+34
2007-11-26Fix bug 5055Volker Lendecke1-1/+1
2007-11-19Always check return from push_ascii.Jeremy Allison1-0/+6
2007-11-12Remove pstrings from lanman.cJeremy Allison1-54/+148
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-50/+50
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-1/+1
2007-10-10r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison1-61/+74
2007-10-10r24949: Remove some static buffersVolker Lendecke1-7/+5
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-1/+1
2007-10-10r24244: Complete the conversion of reply_trans[s]Volker Lendecke1-2/+2
2007-10-10r24243: Remove reply_prep_legacy from api_replyVolker Lendecke1-22/+16
2007-10-10r24130: Explicitly pass flags2 to srvstr_pushVolker Lendecke1-1/+1
2007-10-10r23967: Memleak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke1-0/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-2/+1
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-1/+2
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-1/+2
2007-10-10r22561: Fix a memleak in lanman.c: Nobody would free the session_list.Volker Lendecke1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-5/+19
2007-10-10r22065: First logic change I've found :-(. We were being tooJeremy Allison1-9/+24
2007-10-10r22050: Fix a couple of off-by-one errors in the rapJeremy Allison1-3/+15
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-94/+98
2007-10-10r22044: Remove the only skip_string(...,2) callerVolker Lendecke1-1/+1
2007-10-10r22043: Comparing lanman.c with -r22013 is now MUCH easier, thanks! This look...Volker Lendecke1-3/+0
2007-10-10r22042: Try and clean up my own mess using the API VolkerJeremy Allison1-71/+76
2007-10-10r22017: After changing 2000 lines of this I think this is needed :-).Jeremy Allison1-0/+1