summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clidgram.c
Commit message (Expand)AuthorAgeFilesLines
* The IRIX compiler does not like embedded unnamed unions.Günther Deschner2008-11-261-2/+2
* s3: fix all mailslot/nbt/cldap callers.Günther Deschner2008-11-261-68/+23
* mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner2008-05-141-1/+22
* dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner2008-05-091-21/+41
* Fix a C++ warningVolker Lendecke2008-05-051-2/+2
* mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner2008-04-241-1/+10
* mailslot: make sure we are looking at the correct reply structure.Günther Deschner2008-04-241-4/+21
* mailslot: allow to define nt_version in send_getdc_request().Günther Deschner2008-04-241-2/+3
* winbind: pass down existing talloc context.Günther Deschner2008-04-211-4/+4
* winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner2008-04-211-102/+105
* Move GETDC mailslot out of winbindd.Günther Deschner2008-04-171-0/+165
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+1
* Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison2007-12-131-0/+6
* Remove unused code (and pstring).Jeremy Allison2007-11-281-92/+0
* Fix cast typo - would have broken all dgram sends.Jeremy Allison2007-10-251-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-10/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-3/+0
* r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke2007-10-101-9/+14
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-1/+4
* r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke2007-10-101-2/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+1
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-176/+107
* r1560: Not that anybody uses this stuff (yet...), but at least get it correct...Volker Lendecke2007-10-101-1/+1
* Fix coredump in cli_get_backup_list.Jeremy Allison2003-11-051-5/+2
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Fixed dumb typo caught by Herb.Jeremy Allison2002-02-271-1/+1
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter2002-01-141-4/+0
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* Got serious about const again.Jeremy Allison2001-11-041-4/+4
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
* Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2001-02-261-5/+15
* Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe2001-02-191-62/+73
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-181-17/+26
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-0/+5
* Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe2001-01-251-5/+3
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+3
* Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe2001-01-071-4/+2
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-031-0/+239