summaryrefslogtreecommitdiffstats
path: root/source3/smbd/lanman.c
Commit message (Expand)AuthorAgeFilesLines
* s3-smbd: convert lanman and notify code to TYPESAFE_QSORT()Andrew Tridgell2010-02-141-6/+2
* Fix bug #7122 - Reading a large browselist fails (server returns invalid valu...Jeremy Allison2010-02-091-3/+3
* s3:smbd: use StrCaseCmp() instead of strcasecmpStefan Metzmacher2010-02-091-4/+3
* s3:smbd: Fix really ugly bool vs. int bug!!!Stefan Metzmacher2010-02-091-2/+2
* s3:smbd: implement api_RNetServerEnum3Stefan Metzmacher2010-02-081-1/+212
* s3:smbd: add/improve some DEBUG messages in api_RNetServerEnum2()Stefan Metzmacher2010-02-081-4/+6
* s3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2Stefan Metzmacher2010-02-081-3/+3
* s3-lanman: Allow a level2 descriptor for a level1 NetShareGetInfoGiovanni Bajo2010-01-111-1/+3
* s3: Remove the typedef for "auth_serversupplied_info"Volker Lendecke2010-01-101-1/+1
* s3-spoolss: use driver level info8 everywhere in spoolss server internally.Günther Deschner2009-12-081-25/+25
* s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner2009-11-261-0/+2
* s3-printing: use spoolss types and structs while getting and deleting drivers.Günther Deschner2009-11-231-33/+28
* s3/lanman: Workaround for KB932762.Volker Lendecke2009-06-271-0/+1
* s3:smbd: move more session specific globals to struct smbd_server_connectionStefan Metzmacher2009-06-031-4/+9
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-10/+7
* Fix bug #6089 - Winbind samr_OpenDomain not possible with Samba 3.2.6+Jeremy Allison2009-04-151-3/+3
* Convert api_NetUserGetGroups to use samr instead of pdbVolker Lendecke2009-02-101-50/+68
* Convert api_RNetGroupEnum to use samr instead of pdbVolker Lendecke2009-02-071-30/+81
* Close samr_handle if open_domain failedVolker Lendecke2009-02-071-0/+1
* Convert api_RNetUserEnum to use the srv_samr_nt.c directlyVolker Lendecke2009-02-011-26/+77
* Fix nonempty blank linesVolker Lendecke2009-02-011-58/+57
* s3:put the browse list into cache_dir, not lock_dir.Michael Adam2009-01-161-2/+2
* Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_replyVolker Lendecke2008-11-021-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-3/+3
* Let send_trans_reply work on only the inbufVolker Lendecke2008-06-281-1/+1
* remove unused extern current_user from lanman.cVolker Lendecke2008-06-261-2/+0
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-6/+12
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-6/+6
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-251-4/+4
* Remove reference to current_user_info from lanman.cVolker Lendecke2008-05-251-13/+13
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-1/+8
* Remove "user" from connection_structVolker Lendecke2008-05-101-4/+4
* Remove the unix token info from connection_structVolker Lendecke2008-05-101-4/+4
* Remove "userdom_struct user" from "struct user_struct"Volker Lendecke2008-05-051-4/+8
* Remove "guest" from "struct user_struct"Volker Lendecke2008-05-051-1/+1
* Remove the unix token info from "struct user_struct"Volker Lendecke2008-05-051-4/+6
* Remove "logon_script" from "struct user_struct"Volker Lendecke2008-05-051-8/+8
* Remove "homedir" from "struct user_struct"Volker Lendecke2008-05-051-2/+12
* Fix some "ignoring asprintf result" warningsVolker Lendecke2008-04-141-15/+15
* Fix typo.Karolin Seeger2008-02-051-1/+1
* 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