Merge commit 'samba/v3-2-test' into wbc-test
[ira/wip.git] / source / libsmb / clidgram.c
2008-04-17 Gerald W. CarterMerge commit 'samba/v3-2-test' into wbc-test
2008-04-17 Günther DeschnerMove GETDC mailslot out of winbindd.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-14 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-14 Jeremy AllisonArg. The fix for CVE-2007-6015 hadn't been merged into...
2007-11-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-28 Jeremy AllisonRemove unused code (and pstring).
2007-10-26 Jeremy AllisonFix cast typo - would have broken all dgram sends.
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create... samba-misc-tags/initial-v3-2-test
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker22908: All callers of message_init now also call messa...
2007-10-10 Volker Lendecker22905: cli_send_mailslot had a message_send_pid inside
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22045: As Volker noticed, skip_string's last argument is
2007-10-10 Jeremy Allisonr22014: Make us pass RANDOMIPC test again :-(. This...
2007-10-10 Volker Lendecker21115: notify_internal.c needs to remove the table...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Volker Lendecker1560: Not that anybody uses this stuff (yet...), but...
2003-11-05 Jeremy AllisonFix coredump in cli_get_backup_list.
2003-11-05 Jeremy AllisonFix coredump in cli_get_backup_list.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-02-27 Jeremy AllisonFixed dumb typo caught by Herb.
2002-02-26 Jeremy Allisonbcopy must DIE ! Stop people creeping use of bcopy...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-14 Tim PotterRemoved fprintf(stderr, ...); calls which should not...
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2001-11-04 Jeremy AllisonGot serious about const again.
2001-06-25 Andrew Tridgellfixed usage of socklen_t and also tidied up SIG_ATOMIC_...
2001-05-17 Richard SharpeFurther recasts to sockaddr * rather than sockaddr_in *
2001-02-26 Richard SharpeFix some errors uncovered in libsmbclient by the test...
2001-02-19 Richard SharpeChange code around and add retry to deal with the occas...
2001-02-18 Richard SharpeFixes to libsmbclient so it will work when browsing...
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-01-25 Richard SharpeRemove an inet_aton so that this code will compile...
2001-01-11 Jeremy Allisonrpc_server/srv_samr.c:
2001-01-07 Richard SharpeGet rid of 10.0.0.6 and replace it with 0.0.0.0 as...
2001-01-03 Richard SharpeAdd a new file clidgram with routines that are used...