index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clidgram.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-19
Move everything to use the common pidfile functions.
Jeremy Allison
1
-1
/
+2
2012-07-19
Move source4/smbd/pidfile into lib/util in preparation for making it in common.
Jeremy Allison
1
-1
/
+1
2012-05-30
Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb...
Jeremy Allison
1
-7
/
+0
2012-05-22
Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.
Jeremy Allison
1
-0
/
+12
2011-11-03
librpc: remove nbt dependency to samr.
Günther Deschner
1
-0
/
+1
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-3
/
+3
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-05-05
More const fixes for compiler warnings from the waf build.
Jeremy Allison
1
-1
/
+1
2011-04-29
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-messages: make ndr_messaging.h part of messages.h.
Günther Deschner
1
-1
/
+0
2011-03-30
s3-messages: only include messages.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-libsmb: put namequery headers to nmblib.h
Günther Deschner
1
-0
/
+1
2011-01-07
s3: Remove some unused code
Volker Lendecke
1
-83
/
+0
2011-01-07
s3: Add nbt_getdc
Volker Lendecke
1
-0
/
+195
2011-01-07
s3: Fix a valgrind error
Volker Lendecke
1
-1
/
+1
2011-01-07
s3: Factor out parse_getdc_response
Volker Lendecke
1
-55
/
+65
2011-01-07
s3: Lift my_mailslot from prep_getdc_request
Volker Lendecke
1
-18
/
+22
2011-01-02
s3: Fix a memleak in receive_getdc_response
Volker Lendecke
1
-15
/
+22
2011-01-01
s3: Remove unused mem_ctx arg from set_getdc_request
Volker Lendecke
1
-2
/
+1
2011-01-01
s3: Factor out prep_getdc_request
Volker Lendecke
1
-31
/
+50
2011-01-01
s3: cli_send_mailslot -> cli_prep_mailslot
Volker Lendecke
1
-31
/
+28
2011-01-01
s3: Fix some nonempty blank lines
Volker Lendecke
1
-2
/
+2
2010-12-31
s3: Add some const to receive_getdc_response
Volker Lendecke
1
-1
/
+1
2010-12-31
s3: Add some const to send_getdc_request
Volker Lendecke
1
-1
/
+1
2010-11-14
Fix the unexpected.tdb database problem. Change nmbd to store the
Jeremy Allison
1
-6
/
+8
2010-09-10
s3-dsgetdcname: cleanup receive_getdc_response a little.
Günther Deschner
1
-14
/
+18
2010-05-31
s3: only use netlogon/nbt header when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-1
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2010-05-06
s3: only include gen_ndr headers where needed.
Günther Deschner
1
-0
/
+1
2010-04-27
nbt: samlogon/netlogon structures - unify denominations
Matthias Dieter Wallnöfer
1
-1
/
+1
2009-07-20
Make cli_send_mailslot() static. Preparing to do away with unexpected.tdb....
Jeremy Allison
1
-2
/
+1
2008-10-13
Import changes from upstream libndr.
Jelmer Vernooij
1
-1
/
+1
2008-10-02
The IRIX compiler does not like embedded unnamed unions
Volker Lendecke
1
-2
/
+2
2008-09-24
s3-nbt: use the new generated nbt.
Günther Deschner
1
-68
/
+23
2008-09-23
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
1
-1
/
+1
2008-05-14
mailslot: Also pick domain name and pdc name from type 15 cldap reply.
Günther Deschner
1
-1
/
+22
2008-05-09
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...
Günther Deschner
1
-21
/
+41
2008-05-05
Fix a C++ warning
Volker Lendecke
1
-2
/
+2
2008-04-24
mailslot: allow to give back struct nbt_ntlogon_packet.
Günther Deschner
1
-1
/
+10
2008-04-24
mailslot: make sure we are looking at the correct reply structure.
Günther Deschner
1
-4
/
+21
2008-04-24
mailslot: allow to define nt_version in send_getdc_request().
Günther Deschner
1
-2
/
+3
2008-04-21
winbind: pass down existing talloc context.
Günther Deschner
1
-4
/
+4
2008-04-21
winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.
Günther Deschner
1
-102
/
+105
2008-04-17
Move GETDC mailslot out of winbindd.
Günther Deschner
1
-0
/
+165
2007-12-26
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
1
-1
/
+1
2007-12-13
Arg. The fix for CVE-2007-6015 hadn't been merged into 3.2.
Jeremy Allison
1
-0
/
+6
2007-11-28
Remove unused code (and pstring).
Jeremy Allison
1
-92
/
+0
2007-10-25
Fix cast typo - would have broken all dgram sends.
Jeremy Allison
1
-1
/
+1
[next]