Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13258: Fix the talloc heirachy for ldb_tdb. | Andrew Bartlett | 3 | -17/+20 |
2007-10-10 | r13256: Free temporary memory on error cases, and try to clean up what's left | Andrew Bartlett | 2 | -4/+13 |
2007-10-10 | r13255: New CIFS dd client for use in performance testing. The guts of this is | James Peach | 9 | -7/+1356 |
2007-10-10 | r13253: More work to ensure that we don't keep data on long-term contexts. | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r13252: Cleanup, both in code, comments and talloc use: | Andrew Bartlett | 5 | -53/+102 |
2007-10-10 | r13250: I missed a couple of talloc_free()'s | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r13249: Check for alloca.h. popt needs this. | James Peach | 1 | -0/+1 |
2007-10-10 | r13248: Revert revision 13071. It turns out that sys/param.h can be implicitly | James Peach | 2 | -32/+0 |
2007-10-10 | r13247: Try to make better use of talloc in the auth/ and auth/gensec code. | Andrew Bartlett | 3 | -17/+35 |
2007-10-10 | r13246: Print winbindd pipe location correctly. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13245: Don't segfault if we don't have a credentials structure on this gensec | Andrew Bartlett | 1 | -3/+6 |
2007-10-10 | r13244: Allow control of the location of the Samba3-compatible winbindd pipe | Andrew Bartlett | 11 | -23/+104 |
2007-10-10 | r13243: Bring __FUNCTION__ checks across from Samba 3. | James Peach | 2 | -1/+17 |
2007-10-10 | r13242: cc-1009 cc: WARNING File = librpc/idl/nbt.idl, Line = 579 | James Peach | 1 | -4/+4 |
2007-10-10 | r13241: Work around missing AS_HELP_STRING definition in autoconf 2.57. Fix | James Peach | 1 | -0/+5 |
2007-10-10 | r13240: Make the test scripts use the new smb.conf location (in PREFIX/etc). | Andrew Bartlett | 1 | -3/+4 |
2007-10-10 | r13239: Silly little patch: make the order of declaration match the order of... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13228: revert more stuff from 13208 | Stefan Metzmacher | 2 | -0/+3 |
2007-10-10 | r13227: revert some more stuff from 13208 | Stefan Metzmacher | 1 | -4/+1 |
2007-10-10 | r13226: remove empty file | Stefan Metzmacher | 1 | -0/+0 |
2007-10-10 | r13225: Enable full compiler warnings for developer mode on IRIX. | James Peach | 1 | -3/+7 |
2007-10-10 | r13210: Revert my named pipes patch until it passes not just 'make quicktest'... | Jelmer Vernooij | 15 | -540/+150 |
2007-10-10 | r13208: Clearly separate named pipes from the IPC$ NTVFS type. | Jelmer Vernooij | 16 | -152/+542 |
2007-10-10 | r13207: Use the new API for using/not using kerbeors in hdb-ldb.c | Andrew Bartlett | 2 | -6/+8 |
2007-10-10 | r13206: This patch finally re-adds a -k option that works reasonably. | Andrew Bartlett | 13 | -170/+244 |
2007-10-10 | r13205: Add another useful comment. | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r13204: Remove extra newline we don't need. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13203: Make this comment clearer. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13189: suggest a couple of dev libs before compiling. | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r13186: Remove assumption that callers that specify -1 actually mean sizeof(p... | Jelmer Vernooij | 1 | -15/+0 |
2007-10-10 | r13182: Add first bits of browsing testsuite. | Jelmer Vernooij | 3 | -1/+56 |
2007-10-10 | r13181: Fix standalone ldb build | Jelmer Vernooij | 2 | -1/+2 |
2007-10-10 | r13180: Add note about smb.conf location | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r13179: Add note about removing the optional password argument to smbclient. | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r13170: Remove some dependencies on -1 implying the size of pstring | Jelmer Vernooij | 2 | -9/+7 |
2007-10-10 | r13169: Fix typo (noticed by Jeroen Keiren) | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13167: handle cotrols' reply even in error | Simo Sorce | 1 | -2/+1 |
2007-10-10 | r13166: Patches form Brad Hards | Simo Sorce | 4 | -5/+35 |
2007-10-10 | r13163: as we don't import the raw magic configure vars for | Stefan Metzmacher | 2 | -13/+12 |
2007-10-10 | r13161: Remove optional password as second parameter. Improve return values a... | Jelmer Vernooij | 1 | -28/+11 |
2007-10-10 | r13160: Fix some of the smbclient testsuite (after failures on the buildfarm) | Jelmer Vernooij | 1 | -21/+17 |
2007-10-10 | r13158: Fix setup and ejs paths | Jelmer Vernooij | 4 | -4/+12 |
2007-10-10 | r13157: Fix installation of js files | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13156: Add some tests for smbclient | Jelmer Vernooij | 3 | -0/+71 |
2007-10-10 | r13155: Large amount of updates to smbclient to: | Jelmer Vernooij | 1 | -867/+611 |
2007-10-10 | r13154: Add some const | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13153: Try to move closer to FHS. This probably breaks everything... | Andrew Bartlett | 4 | -62/+22 |
2007-10-10 | r13152: Jelmer assures me that this won't break anything, but does make it | Andrew Bartlett | 1 | -7/+9 |
2007-10-10 | r13150: Correct comment. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13149: DEBUG is a bad choice for 'net', it should print to stderr | Andrew Bartlett | 1 | -3/+3 |