Fix segfault caused by calling free() on memory allocated in wbcSidToString()
[jerry/samba.git] / source / libsmb / smb_share_modes.c
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23790: LGPLv3+ conversion for our LGPLv2+ library...
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22154: Make struct smbdb_ctx an opaque pointer so...
2007-10-10 Jeremy Allisonr22012: Ensure we use the same technique to pull the...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Volker Lendecker17363: Some C++ warnings
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Jeremy Allisonr13331: No I didn't have to change the interface version...
2007-10-10 Jeremy Allisonr13329: Fix libsmbsharemodes.so to work with the stored...
2007-10-10 Jeremy Allisonr13274: Fix for bug #3467. Not a show stopper.
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11379: Remove external dependencies from sharemodes...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10217: Remember to exit correctly when we find a match...
2007-10-10 Jeremy Allisonr10215: Fix several memory corruption bugs now we're...
2007-10-10 Jeremy Allisonr10204: I love valgrind :-). Found stupid missing paran...
2007-10-10 Jeremy Allisonr10150: Fix from Steve Williams <steve@celineandsteve...
2007-10-10 Jeremy Allisonr10135: Remove external dependencies for libsmbsharemod...
2007-10-10 Jeremy Allisonr10054: Actually use the given db path (:-)
2007-10-10 Jeremy Allisonr10042: Add in external LGPL library for accessing...