summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clidgram.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Remove some unused codeVolker Lendecke2011-01-071-83/+0
* s3: Add nbt_getdcVolker Lendecke2011-01-071-0/+195
* s3: Fix a valgrind errorVolker Lendecke2011-01-071-1/+1
* s3: Factor out parse_getdc_responseVolker Lendecke2011-01-071-55/+65
* s3: Lift my_mailslot from prep_getdc_requestVolker Lendecke2011-01-071-18/+22
* s3: Fix a memleak in receive_getdc_responseVolker Lendecke2011-01-021-15/+22
* s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke2011-01-011-2/+1
* s3: Factor out prep_getdc_requestVolker Lendecke2011-01-011-31/+50
* s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke2011-01-011-31/+28
* s3: Fix some nonempty blank linesVolker Lendecke2011-01-011-2/+2
* s3: Add some const to receive_getdc_responseVolker Lendecke2010-12-311-1/+1
* s3: Add some const to send_getdc_requestVolker Lendecke2010-12-311-1/+1
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-141-6/+8
* s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner2010-09-101-14/+18
* s3: only use netlogon/nbt header when needed.Günther Deschner2010-05-311-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-3/+3
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* nbt: samlogon/netlogon structures - unify denominationsMatthias Dieter Wallnöfer2010-04-271-1/+1
* Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....Jeremy Allison2009-07-201-2/+1
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-1/+1
* The IRIX compiler does not like embedded unnamed unionsVolker Lendecke2008-10-021-2/+2
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-68/+23
* s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.Günther Deschner2008-09-231-1/+1
* 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.Gerald (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