r2545: str_charnum -> strlen_m.
[bbaumbach/samba-autobuild/.git] / source4 / smb_server /
2007-10-10 Andrew Bartlettr2544: (missed from the last commit)
2007-10-10 Andrew Bartlettr2542: I really don't like the 'substitute' code, and...
2007-10-10 Andrew Bartlettr2541: Add a TODO: This is one place we can grab the...
2007-10-10 Andrew Tridgellr2521: fixed two uninitialised data errors found with...
2007-10-10 Andrew Tridgellr2520: - finished implementing the server side of the...
2007-10-10 Andrew Tridgellr2503: the RAW-SEARCH test now mostly passes against...
2007-10-10 Andrew Tridgellr2469: complete overhaul of the old-style RAW_SEARCH_...
2007-10-10 Andrew Tridgellr2460: fixed the spnego code that I recently broke
2007-10-10 Andrew Tridgellr2455: don't use the uninitialised sess structure when...
2007-10-10 Stefan Metzmacherr2449: use a blocking fd for smbsrv code
2007-10-10 Stefan Metzmacherr2447: let the server code use the new lib/socket/...
2007-10-10 Stefan Metzmacherr2326: remove definition and usage of struct socket_context
2007-10-10 Stefan Metzmacherr2320: add my copyright
2007-10-10 Andrew Bartlettr2288: Remove the claim/yield connection code - this...
2007-10-10 Andrew Tridgellr2250: removed unnecessary mem_ctx
2007-10-10 Andrew Tridgellr2249: got rid of some more mem_ctx elements in structures
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr2159: converted samba4 over to UTF-16.
2007-10-10 Andrew Tridgellr2046: fixed two server packet format errors found...
2007-10-10 Andrew Tridgellr2045: fixed a date format push in SMBsearch
2007-10-10 Andrew Tridgellr2044: fixed two unin\11
2007-10-10 Andrew Bartlettr2041: Fix NTLMSSP RPC sealing, client -> win2k3 server.
2007-10-10 Stefan Metzmacherr1999: fix compiler warning
2007-10-10 Stefan Metzmacherr1998: fix compiler warning
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Tridgellr1819: changed "smb ports" to be a LIST parameter type...
2007-10-10 Andrew Bartlettr1796: Enable server-side SPNEGO, now that I have fixed...
2007-10-10 Andrew Bartlettr1762: Ensure that a user (as opposed to guest) cannot...
2007-10-10 Stefan Metzmacherr1747: don't segfault when the spnego mech only use...
2007-10-10 Andrew Tridgellr1741: fixed padding of setpathinfo in server
2007-10-10 Andrew Bartlettr1731: Add server-side SPNEGO support to Samba (disable...
2007-10-10 Andrew Bartlettr1727: SPNEGO session setup replies need to include...
2007-10-10 Andrew Bartlettr1726: Fix up the comments and indenting.
2007-10-10 Andrew Bartlettr1687: Fix bogus requirement for SMB signing on guest...
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Stefan Metzmacherr1547: rename 'enum <bla>_level' -> 'enum smb_<bla...
2007-10-10 Andrew Bartlettr1521: Updates to our SMB signing code.
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
2007-10-10 Andrew Tridgellr1508: simple fix for broken server side signing. This...
2007-10-10 Andrew Tridgellr1507: fixed the handling of SMB chaining with the...
2007-10-10 Stefan Metzmacherr1499: combine struct user_struct and struct smbsrv_user
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Stefan Metzmacherr1479: print out domain too
2007-10-10 Volker Lendecker1470: Get the smb_trans2 structure out of the rap_cli_...
2007-10-10 Stefan Metzmacherr1337: use sess->nt1. in sesssetup_nt1 :-)
2007-10-10 Stefan Metzmacherr1336: check the vuid in old style sessionsetup too
2007-10-10 Andrew Bartlettr1294: A nice, large, commit...
2007-10-10 Andrew Bartlettr1293: Indent
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1281: move include/context.h to smb_server/smb_server.h
2007-10-10 Stefan Metzmacherr1280: rename struct request_context to smbsrv_request
2007-10-10 Stefan Metzmacherr1279: rename struct tcon_context to smbsrv_tcon
2007-10-10 Stefan Metzmacherr1278: rename struct user_context to smbsrv_user
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1268: varient -> variant
2007-10-10 Stefan Metzmacherr1233: -move smb related code to smb_server/*
2007-10-10 Andrew Tridgellr1165: fixed handling of SMBtrans replies that should...
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Andrew Tridgellr1044: don't use sub_get_remote_machine()
2007-10-10 Andrew Bartlettr1019: Push the auth subsystem away from using typedef...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Stefan Metzmacherr960: convert 'unsigned int' to uint_t in the most...
2007-10-10 Stefan Metzmacherr943: change samba4 to use 'uint8_t' instead of 'unsign...
2007-10-10 Andrew Tridgellr898: - remove some unused macros
2007-10-10 Stefan Metzmacherr890: convert samba4 to use [u]int8_t instead of [u...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Andrew Tridgellr873: converted samba4 to use real 64 bit integers...
2007-10-10 Stefan Metzmacherr861: remove the next round of unused stuff
2007-10-10 Stefan Metzmacherr847: convert SMB SERVER SUBSYSTEM to a config.mk file
2007-10-10 Andrew Tridgellr818: added server side SMB signing to Samba4
2007-10-10 Andrew Tridgellr815: include our netbios name in the negprot response...
2007-10-10 Andrew Bartlettr685: The SAM is dead! Long live the new SAM! ;-)
2007-10-10 Stefan Metzmacherr665: merge over the new build system from my tmp branch
2007-10-10 Andrew Tridgellr622: removed some unused functions to make smbd compil...
2007-10-10 Andrew Bartlettr614: Clean out the POSIX assumptions from the Samba4...
2007-10-10 Andrew Tridgellr612: fixed a timezone call typo noticed by abartlet
2007-10-10 Andrew Tridgellr549: added support for DOS error codes in NTSTATUS...
2007-10-10 Andrew Tridgellr508: fixed a place where we used free() on memory...
2007-10-10 Andrew Bartlettr443: Update Samba4 to the auth and NTLMSSP code from...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2004-03-26 Andrew Tridgellcopy with a null volume name in a trans2 QFSINFO call
2004-03-25 Andrew Tridgellfixed the handling of level II oplocks in samba4, espec...
2004-03-23 Andrew Tridgellput the "max xmit" option back into Samba4
2004-03-23 Andrew Tridgellreadx reply packets can be over-sized
2004-02-18 Stefan Metzmacherdon't inlcude rpc/rpc.h and rpcsvc/*.h anymore
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*