r4589: forgot to commit the new NT_STATUS_RPC_PROTSEQ_NOT_SUPPORTED error code
[samba.git] / source4 / smbd /
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4011: get rid of rpc_secdes.h and replace it with...
2007-10-10 Jelmer Vernooijr3753: Have some modules default to "NOT" and enable...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3586: Fix some of the issues with the module init...
2007-10-10 Andrew Tridgellr3523: removed a useless level 0 DEBUG()
2007-10-10 Andrew Tridgellr3518: fixed some includes to be consistent.
2007-10-10 Stefan Metzmacherr3508: fix the build
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3500: cleaned up the AS_USER/AS_GUEST stuff in the...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3481: split out client.h and events.h
2007-10-10 Stefan Metzmacherr3467: fix the build
2007-10-10 Andrew Tridgellr3466: split out request.h, signing.h, and smb_server.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3360: improved the deletion of tmp files. smbd now...
2007-10-10 Andrew Tridgellr3357: removed the need to use TDB_CLEAR_IF_FIRST in...
2007-10-10 Andrew Tridgellr3356: in the standard process model we need to make...
2007-10-10 Andrew Tridgellr3314: added a option "socket:testnonblock" to the...
2007-10-10 Andrew Tridgellr3271: use "struct messaging_context *" instead of...
2007-10-10 Andrew Tridgellr3181: shutdown the secrets db on exit so we don't...
2007-10-10 Jelmer Vernooijr3136: - Allow specifying socket type when adding smbd...
2007-10-10 Andrew Bartlettr3110: Fix the krb5 client and server, so that it doesn...
2007-10-10 Andrew Tridgellr3057: - moved the idtree.c code into lib/
2007-10-10 Andrew Tridgellr3016: - converted the events code to talloc
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...
2007-10-10 Andrew Tridgellr3005: added talloc wrappers around tdb_open() and...
2007-10-10 Jelmer Vernooijr2937: Make sure all memory is initialized
2007-10-10 Stefan Metzmacherr2882: fix mistake that caused a failure on a bind...
2007-10-10 Andrew Tridgellr2857: this commit gets rid of smb_ucs2_t, wpstring...
2007-10-10 Stefan Metzmacherr2723: fix some debug messages
2007-10-10 Andrew Tridgellr2654: fixed some more server memory leaks. We are...
2007-10-10 Andrew Tridgellr2648: - use a destructor on struct server_connection...
2007-10-10 Andrew Tridgellr2646: - use a talloc destructor to ensure that sockets...
2007-10-10 Andrew Tridgellr2628: got rid of some warnings and converted a few...
2007-10-10 Andrew Tridgellr2588: connect/disconnect is common enough that I don...
2007-10-10 Andrew Tridgellr2581: added "hosts allow" and "hosts deny" checking...
2007-10-10 Andrew Bartlettr2512: Remove unused stub functions.
2007-10-10 Stefan Metzmacherr2448: use SO_REUSEADDR=1 for the server
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 Metzmacherr2321: add complately untested LDAP server start
2007-10-10 Andrew Tridgellr1520: only call write handler or read handler, not...
2007-10-10 Stefan Metzmacherr1516: remove the server_connection from the list on...
2007-10-10 Stefan Metzmacherr1515: move dublicate code to a function
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
2007-10-10 Andrew Tridgellr1512: fixed a bug where we could reference the timer...
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Andrew Bartlettr1292: Add const to the subsystem/module registration...
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
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 Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Stefan Metzmacherr1233: -move smb related code to smb_server/*
2007-10-10 Andrew Bartlettr1198: Merge the Samba 3.0 ntlm_auth, including the...
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Stefan Metzmacherr962: convert 'unsigned' and 'unsigned int' to uint_t
2007-10-10 Andrew Tridgellr924: got rid of the global well-known SIDs, instead...
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 Stefan Metzmacherr869: convert SUBSYSTEM PROCESS_MODEL to a *.mk file
2007-10-10 Stefan Metzmacherr866: convert the rest of the binaries to config.mk...
2007-10-10 Stefan Metzmacherr864: convert the smbd/* code to a config.mk file
2007-10-10 Stefan Metzmacherr858: - remove unused account policy stuff it's in...
2007-10-10 Stefan Metzmacherr755: - disallow process_model _thread when we don...
2007-10-10 Andrew Bartlettr719: Follow the trend - remove more unused functions.
2007-10-10 Andrew Tridgellr718: removed some more unused code, and two source...
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 Bartlettr620: Remove more ununsed code.
2007-10-10 Andrew Bartlettr619: Remove more code that is no longer called.
2007-10-10 Stefan Metzmacherr277: fix the initialisation of subsystems for process...
2007-10-10 Andrew Tridgellr152: a quick airport commit ....
2007-10-10 Andrew Tridgellr99: make sure we reap child processes in the standard...
2007-10-10 Gerald Carterr42: importing .cvsignore files
2004-02-03 Stefan Metzmacher- port AUTH and PASSDB subsystems to new
2004-02-03 Stefan Metzmacher- move all SMB server stuff to smb_server/*
2004-02-02 Stefan Metzmacherconst fixes
2004-02-02 Stefan Metzmacher- we now specify the object files in the subsystems...
2004-01-28 Stefan Metzmacher- cosmetic fix in configure.in
2004-01-28 Stefan Metzmachermerge the version.h autogeneration stuff from 3.0
2004-01-22 Stefan Metzmacher- move the vars used by the backtrace stuff into the...
2004-01-22 Stefan Metzmacherfix last commit, which went in by mistake
2004-01-22 Stefan Metzmacherinitilize ev->maxfd = EVENT_INVALID_MAXFD; before the...
2004-01-09 Stefan MetzmacherUpdate Copyright to 1992-2004
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-16 Andrew Tridgella fairly large commit!
2003-12-16 Andrew Tridgelluse smb_rwlock_t instead of rwlock_t to avoid conflicts...
2003-12-13 Andrew Tridgellcompleted the linkage between the endpoint mapper and...
2003-12-13 Andrew Tridgelldcerpc over tcp in the samba4 server now works to some...
2003-12-12 Andrew Tridgell * the RPC-ECHO pipe now works in smbd, as long as...
2003-12-11 Andrew Tridgellthe next step in the dcerpc server code. Added the...
2003-12-10 Andrew Tridgellthe rest of the initial rpc server side infrastructure
2003-12-10 Andrew Tridgell * removed some unused code
next