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
/
nmbd
/
nmbd_processlogon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-9
/
+9
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-01
lib/util/time.c: timeval_current_ofs_msec
Rusty Russell
1
-2
/
+1
2011-05-05
More simple const fixes.
Jeremy Allison
1
-3
/
+3
2011-05-05
More const compiler warning fixes.
Jeremy Allison
1
-1
/
+1
2011-01-07
netlogon: move netlogon helpers to ../libcli/netlogon.
Günther Deschner
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-1
/
+1
2010-09-09
s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.
Günther Deschner
1
-1
/
+1
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.
Günther Deschner
1
-301
/
+94
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.
Günther Deschner
1
-109
/
+33
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.
Günther Deschner
1
-47
/
+29
2010-09-09
s3-nmbd: handle source_name in one location in nmbd_process_logon().
Günther Deschner
1
-5
/
+4
2010-09-09
s3-nmbd: use nbt_netlogon_packet in process_logon_packet().
Günther Deschner
1
-5
/
+24
2010-09-08
s3-nmbd: fix indentation in process_logon_packet().
Günther Deschner
1
-523
/
+519
2010-09-08
s3-nmbd: remove trailing whitespace in nmbd_processlogon.c
Günther Deschner
1
-9
/
+9
2010-08-26
s3-nmbd: move nmbd proto out of main proto.h
Günther Deschner
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-06-03
s3: remove unused librpc/ndr/sid.c.
Günther Deschner
1
-0
/
+1
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-3
/
+3
2009-05-28
s3:nmbd: fix typo
Björn Jacke
1
-1
/
+1
2009-04-23
Fix Coverity bug #902, uninitialized variable.
Jeremy Allison
1
-1
/
+1
2009-03-21
s3:nmbd: implement a MAILSLOT => CLDAP proxy for NETLOGON_SAMLOGON requests
Stefan Metzmacher
1
-0
/
+238
2009-02-13
Replace get_myname() with the talloc version from v3-3-test
Volker Lendecke
1
-1
/
+1
2009-01-05
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
1
-2
/
+1
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-1
/
+1
2008-10-18
Use separate make variables for libutil and libcrypto.
Jelmer Vernooij
1
-1
/
+1
2008-09-25
s3-nbt: remove double nbt netlogon opcodes.
Günther Deschner
1
-15
/
+15
2008-08-20
fix build warning.
Günther Deschner
1
-1
/
+1
2008-08-09
nmbd: add support for delayed initial samlogon packages.
Michael Adam
1
-6
/
+86
2008-04-21
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
1
-2
/
+2
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-1
/
+2
2007-11-19
Remove pstring from nmbd.
Jeremy Allison
1
-12
/
+12
2007-11-08
Remove more pstring/fstrings.
Jeremy Allison
1
-2
/
+7
2007-11-08
Remove more fstring/pstring bad useage. Go talloc !
Jeremy Allison
1
-2
/
+7
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-1
/
+1
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
1
-4
/
+17
2007-10-10
r25238: Make the error returns from the string functions
Jeremy Allison
1
-3
/
+27
2007-10-10
r25170: Remove pstring limits from ms_fnmatch and module load.
Jeremy Allison
1
-4
/
+4
2007-10-10
r25138: More pstring elimination. Add a TALLOC_CTX parameter
Jeremy Allison
1
-17
/
+82
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23783: Processing the UAS change message was causing problems on ppc64 Linux
Andrew Tridgell
1
-108
/
+2
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-1
/
+1
2007-10-10
r22911: Pass a messaging_context to message_send_all
Volker Lendecke
1
-2
/
+2
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-15
/
+1
2007-10-10
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-10
/
+10
2007-10-10
r22042: Try and clean up my own mess using the API Volker
Jeremy Allison
1
-1
/
+1
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-19
/
+19
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r18660: Fix build, one uuid->GUID was missed.
Jim McDonough
1
-1
/
+1
[next]