Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 2007-10-19 | 1 | -4/+10 |
| | | | | | | where we meant int. Fix this. Thanks to metze for pointing this out. Jeremy. | ||||
* | r24044: Fix an uninitialized variable warning | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 1 | -6/+6 |
| | | | | clean up a bunch of no previous prototype warnings | ||||
* | r17584: Some C++ Warnings | Volker Lendecke | 2007-10-10 | 1 | -2/+2 |
| | |||||
* | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 2007-10-10 | 1 | -3/+3 |
| | | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck) | ||||
* | r6640: Attempt to fix 'make everything' with the paranoid malloc checker. | Volker Lendecke | 2007-10-10 | 1 | -0/+5 |
| | | | | Volker | ||||
* | We don't need to #include memory.h here. It's a BSD'ism and just includes | Tim Potter | 2003-08-31 | 1 | -1/+0 |
| | | | | string.h anyways. | ||||
* | Fix some compiler warnings. | Tim Potter | 2003-08-29 | 1 | -10/+8 |
| | |||||
* | Print more than 1 packet in hex mode | Jelmer Vernooij | 2003-08-15 | 1 | -1/+1 |
| | |||||
* | Add ability to output native pcap files without the requirement for text2pcap. | Jelmer Vernooij | 2003-08-15 | 1 | -15/+131 |
| | | | | IP and TCP checksums are not calculated, but that should not matter. | ||||
* | Fix some memory issues. It is now possible to convert extract packet data | Jelmer Vernooij | 2003-08-15 | 1 | -9/+20 |
| | | | | | | from a samba log file and view it in ethereal, including the DCE/RPC, RAP, etc calls that are contained in a packet, just like you would with a real network sniff! | ||||
* | Get packet contents correct as well. | Jelmer Vernooij | 2003-08-15 | 1 | -12/+18 |
| | |||||
* | Add utility that takes a samba log file (at least level 5 for headers and | Jelmer Vernooij | 2003-08-15 | 1 | -16/+16 |
| | | | | | | | | | 10 for data contents as well) and creates a packet trace readable by ethereal. What does not work yet: - SMB data contents (log level 5) - SMB data contents beyond the 512 byte range (log level 99 or something?) | ||||
* | Makefile.in | Jelmer Vernooij | 2003-08-15 | 1 | -0/+164 |