| Commit message (Expand) | Author | Age | Files | Lines |
* | r14318: fix warnings | Stefan Metzmacher | 2007-10-10 | 1 | -3/+0 |
* | r14316: don't zero the smb_handle after it was set:-) | Stefan Metzmacher | 2007-10-10 | 2 | -5/+4 |
* | r14313: Add comments describing some of the dependencies here. | Andrew Bartlett | 2007-10-10 | 1 | -0/+5 |
* | r14312: Formatting and comments. | Andrew Bartlett | 2007-10-10 | 1 | -4/+6 |
* | r14311: canon needs to be initialised | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r14310: length needs to be initialised | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r14309: make sure ret is initialised | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r14308: fixed an out of range shift and an uninitialised error | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r14307: fixed dereference of my_address->addr when NULL | Andrew Tridgell | 2007-10-10 | 1 | -2/+3 |
* | r14306: fixed two break errors | Andrew Tridgell | 2007-10-10 | 1 | -2/+2 |
* | r14305: fixed a memory leak and a break error | Andrew Tridgell | 2007-10-10 | 1 | -0/+5 |
* | r14297: make sure we can go through the loop for than once | Andrew Tridgell | 2007-10-10 | 1 | -1/+3 |
* | r14296: added an abort() to SMB_ASSERT() so that static analysers know it doe... | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r14295: make sure we return a valid data blob | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
* | r14294: conditionally define _PUBLIC_, so you can disable it easily with -D_P... | Andrew Tridgell | 2007-10-10 | 1 | -0/+2 |
* | r14293: fixed some errors found with beam | Andrew Tridgell | 2007-10-10 | 1 | -0/+6 |
* | r14288: - make the snprintf call in talloc portable to older solaris boxes | Andrew Tridgell | 2007-10-10 | 1 | -2/+8 |
* | r14281: Pull apart LIBDIR and MODULESDIR | Jelmer Vernooij | 2007-10-10 | 12 | -136/+270 |
* | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 2007-10-10 | 66 | -745/+775 |
* | r14240: fix summary output (step 2) | Stefan Metzmacher | 2007-10-10 | 4 | -6/+26 |
* | r14239: Fix indentation. | Rafal Szczesniak | 2007-10-10 | 1 | -15/+15 |
* | r14238: This is not needed anymore, as the state structure is zeroed | Rafal Szczesniak | 2007-10-10 | 1 | -3/+0 |
* | r14237: fix the summary output (step 1) | Stefan Metzmacher | 2007-10-10 | 1 | -3/+6 |
* | r14227: We are passing the wrong pointer here | Simo Sorce | 2007-10-10 | 1 | -1/+1 |
* | r14223: Couple of small fixes: | Jelmer Vernooij | 2007-10-10 | 4 | -12/+38 |
* | r14215: Improve warning/error messages. | Jelmer Vernooij | 2007-10-10 | 4 | -8/+14 |
* | r14211: More comments. | Rafal Szczesniak | 2007-10-10 | 1 | -2/+29 |
* | r14210: 1) Fix an issue with composite context when null event context | Rafal Szczesniak | 2007-10-10 | 1 | -103/+13 |
* | r14209: don't timeout notify requests in the cifs backend, as they are | Andrew Tridgell | 2007-10-10 | 1 | -1/+8 |
* | r14208: removed use of req->flags2 inside the ntvfs layer. This should help | Andrew Tridgell | 2007-10-10 | 12 | -9/+40 |
* | r14206: fix warnings, the better fix for that will be to make the sidmap code | Stefan Metzmacher | 2007-10-10 | 2 | -0/+2 |
* | r14205: move smb specific stuff out of includes.h (finally!!!:-) | Stefan Metzmacher | 2007-10-10 | 15 | -51/+63 |
* | r14203: Include less private heimdal headers. | Andrew Bartlett | 2007-10-10 | 1 | -1/+5 |
* | r14202: Oops. When removing a header, we need to replace it. | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r14201: I don't think including roken is going to be a good solution. Let's | Andrew Bartlett | 2007-10-10 | 1 | -2/+0 |
* | r14200: Now we have real USN support, don't force the values in the provision | Andrew Bartlett | 2007-10-10 | 4 | -122/+0 |
* | r14199: This isn't pretty, but it makes the network interface detection work ... | Andrew Bartlett | 2007-10-10 | 1 | -0/+2 |
* | r14198: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 2007-10-10 | 66 | -864/+3034 |
* | r14181: This doesn't need level 1 debug, it happens whenever the DNS name is ... | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r14180: The PAC isn't so special that it deserves a level 0 debug any more. | Andrew Bartlett | 2007-10-10 | 1 | -1/+1 |
* | r14175: More comments and my copyright. | Rafal Szczesniak | 2007-10-10 | 1 | -11/+74 |
* | r14174: fix typos | Stefan Metzmacher | 2007-10-10 | 2 | -3/+3 |
* | r14173: change smb interface structures to always use | Stefan Metzmacher | 2007-10-10 | 72 | -941/+970 |
* | r14172: composite_is_ok(c) destroys c, when the status isn't ok. | Stefan Metzmacher | 2007-10-10 | 1 | -46/+8 |
* | r14165: More comments and my copyright. | Rafal Szczesniak | 2007-10-10 | 1 | -1/+19 |
* | r14164: More comments. | Rafal Szczesniak | 2007-10-10 | 1 | -5/+95 |
* | r14163: Remove LDB_WAIT_ONCE, we can hardly guarante we | Simo Sorce | 2007-10-10 | 3 | -18/+0 |
* | r14162: Minor fixes on sort | Simo Sorce | 2007-10-10 | 2 | -55/+485 |
* | r14161: return early if we know the job is already finished | Simo Sorce | 2007-10-10 | 4 | -10/+29 |
* | r14160: don't write behind the buffer | Stefan Metzmacher | 2007-10-10 | 1 | -1/+0 |