summaryrefslogtreecommitdiff
path: root/source3/libsmb/clidgram.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19s3:libsmb: make use of samba_tevent_context_init()Stefan Metzmacher1-1/+1
2012-07-19Move everything to use the common pidfile functions.Jeremy Allison1-1/+2
2012-07-19Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison1-1/+1
2012-05-30Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb...Jeremy Allison1-7/+0
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison1-0/+12
2011-11-03librpc: remove nbt dependency to samr.Günther Deschner1-0/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-1/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner1-1/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner1-0/+1
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-01-07s3: Remove some unused codeVolker Lendecke1-83/+0
2011-01-07s3: Add nbt_getdcVolker Lendecke1-0/+195
2011-01-07s3: Fix a valgrind errorVolker Lendecke1-1/+1
2011-01-07s3: Factor out parse_getdc_responseVolker Lendecke1-55/+65
2011-01-07s3: Lift my_mailslot from prep_getdc_requestVolker Lendecke1-18/+22
2011-01-02s3: Fix a memleak in receive_getdc_responseVolker Lendecke1-15/+22
2011-01-01s3: Remove unused mem_ctx arg from set_getdc_requestVolker Lendecke1-2/+1
2011-01-01s3: Factor out prep_getdc_requestVolker Lendecke1-31/+50
2011-01-01s3: cli_send_mailslot -> cli_prep_mailslotVolker Lendecke1-31/+28
2011-01-01s3: Fix some nonempty blank linesVolker Lendecke1-2/+2
2010-12-31s3: Add some const to receive_getdc_responseVolker Lendecke1-1/+1
2010-12-31s3: Add some const to send_getdc_requestVolker Lendecke1-1/+1
2010-11-14Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison1-6/+8
2010-09-10s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner1-14/+18
2010-05-31s3: only use netlogon/nbt header when needed.Günther Deschner1-0/+1
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