Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r1279: rename struct tcon_context to smbsrv_tcon | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r1277: rename struct server_context to smbsrv_ontext | Stefan Metzmacher | 6 | -12/+12 |
2007-10-10 | r1233: -move smb related code to smb_server/* | Stefan Metzmacher | 5 | -286/+123 |
2007-10-10 | r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r1123: Make all lp_ string functions return 'const char *'. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r962: convert 'unsigned' and 'unsigned int' to uint_t | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r924: got rid of the global well-known SIDs, instead using const defines in m... | Andrew Tridgell | 1 | -2/+0 |
2007-10-10 | r890: convert samba4 to use [u]int8_t instead of [u]int8 | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r889: convert samba4 to use [u]int16_t instead of [u]int16 | Stefan Metzmacher | 6 | -11/+11 |
2007-10-10 | r884: convert samba4 to use [u]int32_t instead of [u]int32 | Stefan Metzmacher | 4 | -15/+15 |
2007-10-10 | r869: convert SUBSYSTEM PROCESS_MODEL to a *.mk file | Stefan Metzmacher | 2 | -5/+40 |
2007-10-10 | r866: convert the rest of the binaries to config.mk files | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r864: convert the smbd/* code to a config.mk file | Stefan Metzmacher | 2 | -0/+60 |
2007-10-10 | r858: - remove unused account policy stuff it's in our sam.ldb now:-) | Stefan Metzmacher | 1 | -5/+0 |
2007-10-10 | r755: - disallow process_model _thread when we don't have pwread/pwrite | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r719: Follow the trend - remove more unused functions. | Andrew Bartlett | 1 | -6/+0 |
2007-10-10 | r718: removed some more unused code, and two source files | Andrew Tridgell | 2 | -9/+0 |
2007-10-10 | r685: The SAM is dead! Long live the new SAM! ;-) | Andrew Bartlett | 1 | -13/+2 |
2007-10-10 | r665: merge over the new build system from my tmp branch | Stefan Metzmacher | 1 | -3/+5 |
2007-10-10 | r620: Remove more ununsed code. | Andrew Bartlett | 1 | -5/+0 |
2007-10-10 | r619: Remove more code that is no longer called. | Andrew Bartlett | 1 | -13/+0 |
2007-10-10 | r277: fix the initialisation of subsystems for process model 'thread' and 'st... | Stefan Metzmacher | 2 | -6/+15 |
2007-10-10 | r152: a quick airport commit .... | Andrew Tridgell | 1 | -3/+0 |
2007-10-10 | r99: make sure we reap child processes in the standard process model | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r42: importing .cvsignore files | Gerald Carter | 1 | -2/+0 |
2004-02-03 | - port AUTH and PASSDB subsystems to new | Stefan Metzmacher | 1 | -3/+10 |
2004-02-03 | - move all SMB server stuff to smb_server/* | Stefan Metzmacher | 14 | -7575/+0 |
2004-02-02 | const fixes | Stefan Metzmacher | 1 | -2/+2 |
2004-02-02 | - we now specify the object files in the subsystems config.m4 file | Stefan Metzmacher | 7 | -37/+208 |