Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 5 | -31/+19 |
2007-10-10 | r3523: removed a useless level 0 DEBUG() | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3518: fixed some includes to be consistent. | Andrew Tridgell | 1 | -10/+6 |
2007-10-10 | r3508: fix the build | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 5 | -17/+22 |
2007-10-10 | r3500: cleaned up the AS_USER/AS_GUEST stuff in the core smb packet processing | Andrew Tridgell | 1 | -9/+0 |
2007-10-10 | r3494: got rid of include/rewrite.h, and split out the dynconfig.h header | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3467: fix the build | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 4 | -0/+7 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 3 | -0/+3 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3360: improved the deletion of tmp files. smbd now puts all tmp files in var... | Andrew Tridgell | 1 | -16/+27 |
2007-10-10 | r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4. | Andrew Tridgell | 2 | -12/+34 |
2007-10-10 | r3356: in the standard process model we need to make sure we close all | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r3314: added a option "socket:testnonblock" to the generic socket code. If | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r3271: use "struct messaging_context *" instead of "void *" in messaging API | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3181: shutdown the secrets db on exit so we don't constantly get talloc leak... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3136: - Allow specifying socket type when adding smbd service | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r3110: Fix the krb5 client and server, so that it doesn't segfault. There | Andrew Bartlett | 1 | -0/+8 |
2007-10-10 | r3057: - moved the idtree.c code into lib/ | Andrew Tridgell | 1 | -4/+0 |
2007-10-10 | r3016: - converted the events code to talloc | Andrew Tridgell | 4 | -2/+10 |
2007-10-10 | r3012: added initial support for byte range locking in the posix vfs. This is | Andrew Tridgell | 6 | -7/+22 |
2007-10-10 | r3005: added talloc wrappers around tdb_open() and ldb_connect(), so that the | Andrew Tridgell | 1 | -5/+0 |
2007-10-10 | r2937: Make sure all memory is initialized | Jelmer Vernooij | 1 | -7/+7 |
2007-10-10 | r2882: fix mistake that caused a failure on a bind to a dynamic tcp port | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o... | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r2723: fix some debug messages | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r2654: fixed some more server memory leaks. We are now down to a single leak | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r2648: - use a destructor on struct server_connection to simplify the | Andrew Tridgell | 4 | -41/+28 |
2007-10-10 | r2646: - use a talloc destructor to ensure that sockets from the new socket | Andrew Tridgell | 6 | -23/+11 |
2007-10-10 | r2628: got rid of some warnings and converted a few more places to use hierar... | Andrew Tridgell | 1 | -6/+9 |
2007-10-10 | r2588: connect/disconnect is common enough that I don't think a level 0 DEBUG | Andrew Tridgell | 3 | -3/+3 |
2007-10-10 | r2581: added "hosts allow" and "hosts deny" checking in smbd. I needed this | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r2512: Remove unused stub functions. | Andrew Bartlett | 1 | -36/+0 |
2007-10-10 | r2448: use SO_REUSEADDR=1 for the server | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r2447: let the server code use the new lib/socket/ stuff | Stefan Metzmacher | 4 | -91/+100 |
2007-10-10 | r2326: remove definition and usage of struct socket_context | Stefan Metzmacher | 2 | -24/+2 |
2007-10-10 | r2321: add complately untested LDAP server start | Stefan Metzmacher | 3 | -0/+12 |
2007-10-10 | r1520: only call write handler or read handler, not both. This copes with the | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r1516: remove the server_connection from the list on the server_socket | Stefan Metzmacher | 4 | -6/+43 |
2007-10-10 | r1515: move dublicate code to a function | Stefan Metzmacher | 5 | -175/+85 |
2007-10-10 | r1514: close stuff from the server_connection not in the | Stefan Metzmacher | 3 | -0/+9 |
2007-10-10 | r1512: fixed a bug where we could reference the timer event handler after des... | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r1498: (merge from 3.0) | Andrew Bartlett | 2 | -0/+11 |
2007-10-10 | r1486: commit the start of the generic server infastructure | Stefan Metzmacher | 12 | -219/+705 |
2007-10-10 | r1292: Add const to the subsystem/module registration code. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r1291: rename struct smbsrv_context to smbsrv_connection | Stefan Metzmacher | 6 | -12/+12 |
2007-10-10 | r1280: rename struct request_context to smbsrv_request | Stefan Metzmacher | 5 | -5/+5 |