summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidgram.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2010-05-18s3: Remove use of iconv_convenience.Jelmer Vernooij1-3/+3
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-27nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer1-1/+1
2009-07-20Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....Jeremy Allison1-2/+1
2008-10-13Import changes from upstream libndr.Jelmer Vernooij1-1/+1
2008-10-02The IRIX compiler does not like embedded unnamed unionsVolker Lendecke1-2/+2
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner1-68/+23
2008-09-23s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner1-1/+1
2008-05-14mailslot: Also pick domain name and pdc name from type 15 cldap reply.Günther Deschner1-1/+22
2008-05-09dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...Günther Deschner1-21/+41
2008-05-05Fix a C++ warningVolker Lendecke1-2/+2
2008-04-24mailslot: allow to give back struct nbt_ntlogon_packet.Günther Deschner1-1/+10
2008-04-24mailslot: make sure we are looking at the correct reply structure.Günther Deschner1-4/+21
2008-04-24mailslot: allow to define nt_version in send_getdc_request().Günther Deschner1-2/+3
2008-04-21winbind: pass down existing talloc context.Günther Deschner1-4/+4
2008-04-21winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.Günther Deschner1-102/+105
2008-04-17Move GETDC mailslot out of winbindd.Günther Deschner1-0/+165
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+1
2007-12-13Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.Jeremy Allison1-0/+6
2007-11-28Remove unused code (and pstring).Jeremy Allison1-92/+0
2007-10-25Fix cast typo - would have broken all dgram sends.Jeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-10/+17
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke1-3/+0
2007-10-10r22905: cli_send_mailslot had a message_send_pid insideVolker Lendecke1-9/+14
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-1/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-1/+4
2007-10-10r21115: notify_internal.c needs to remove the table entry if a process has cr...Volker Lendecke1-2/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+1
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-176/+107
2007-10-10r1560: Not that anybody uses this stuff (yet...), but at least get it correct...Volker Lendecke1-1/+1
2003-11-05Fix coredump in cli_get_backup_list.Jeremy Allison1-5/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-02-27Fixed dumb typo caught by Herb.Jeremy Allison1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-14Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter1-4/+0
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2001-11-04Got serious about const again.Jeremy Allison1-4/+4
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+1
2001-05-17Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe1-3/+3
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe1-5/+15
2001-02-19Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe1-62/+73
2001-02-18Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe1-17/+26
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-0/+5