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
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r1629: server_zone needs to be "int" not "int16_t" as it can hold values
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1628: - fixed the comment on run_deferopen. (I also think that the
Andrew Tridgell
1
-102
/
+65
2007-10-10
r1627: make sure we initialise write_time in the deprecated function cli_ctemp()
Andrew Tridgell
1
-0
/
+1
2007-10-10
r1619: - add support for older systems to cli_list*()
Andrew Tridgell
1
-19
/
+38
2007-10-10
r1618: fixed the receipt of multi-part replies to SMBtrans2
Andrew Tridgell
2
-4
/
+14
2007-10-10
r1617: Start working on the svcctl pipe
Jelmer Vernooij
6
-1
/
+306
2007-10-10
r1611: Put a brace on a new line.
Tim Potter
1
-1
/
+2
2007-10-10
r1606: make the low level socket read/write routines cope properly with non-b...
Andrew Tridgell
1
-4
/
+11
2007-10-10
r1605: GENSEC krb5 updates - fix a valgrind found uninitialised variable, and
Andrew Bartlett
2
-14
/
+26
2007-10-10
r1604: Samba4 avoids memcpy() as much as possible - we don't need to make a c...
Andrew Bartlett
1
-2
/
+2
2007-10-10
r1603: fixed in.size to not overstate the packet size by 4 bytes
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1602: make sure we honor the use_spnego flag
Andrew Tridgell
1
-1
/
+2
2007-10-10
r1596: Fix up copyrights.
Jim McDonough
4
-4
/
+5
2007-10-10
r1595: Always use a loop variable named $e when iterating over lists of
Tim Potter
1
-6
/
+6
2007-10-10
r1594: Remove some array checks that we can't do because we don't store state
Tim Potter
1
-33
/
+11
2007-10-10
r1593: Fix bug in get_subtree() where we were always looking at the head of
Tim Potter
1
-1
/
+2
2007-10-10
r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt...
Tim Potter
1
-17
/
+37
2007-10-10
r1586: Finally, a technique for putting buffers in scalars in the same
Tim Potter
3
-88
/
+102
2007-10-10
r1585: add dcpromo.pl start, this should be configure a
Stefan Metzmacher
2
-1
/
+227
2007-10-10
r1578: the first stage of the async client rewrite.
Andrew Tridgell
13
-428
/
+592
2007-10-10
r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFO
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1552: commit the first version of the pidl generated krb5 PAC parser
Stefan Metzmacher
2
-0
/
+154
2007-10-10
r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'
Stefan Metzmacher
8
-136
/
+140
2007-10-10
r1546: fix the build the function name has changed to srvsvc_NetRemoteTOD
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r1545: add some comments and move a transport function to the transport section
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r1544: add some comments and fix 'return True' -> 'return ret'
Stefan Metzmacher
1
-5
/
+16
2007-10-10
r1543: add srvsvc_NetRemoteTOD idl and torture tests
Stefan Metzmacher
2
-1
/
+51
2007-10-10
r1540: - Remove return statements when a parse error is detected as ethereal
Tim Potter
1
-33
/
+70
2007-10-10
r1535: Create a subtree for each array element.
Tim Potter
1
-4
/
+17
2007-10-10
r1534: Alternate method of grouping togethers buffers and scalars which actually
Tim Potter
1
-37
/
+48
2007-10-10
r1530: we don't need to call srvsvc_NetShareGetInfo twice
Stefan Metzmacher
1
-13
/
+0
2007-10-10
r1529: add NetSrvGetInfo torture test
Stefan Metzmacher
1
-0
/
+42
2007-10-10
r1528: add NetCharDevQ torture tests
Stefan Metzmacher
1
-1
/
+149
2007-10-10
r1527: add NetCharDev torture tests
Stefan Metzmacher
1
-0
/
+125
2007-10-10
r1526: some cleanups and fixes for the srvsvc torture tests
Stefan Metzmacher
1
-40
/
+106
2007-10-10
r1525: share info level 1004 is invalid,
Stefan Metzmacher
1
-4
/
+9
2007-10-10
r1524: add some comments
Stefan Metzmacher
1
-1
/
+13
2007-10-10
r1523: declaring variables "in" and "out" in every C module is a bad idea!
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1522: Oops - I forgot this file in the prvevious commit.
Andrew Bartlett
1
-0
/
+57
2007-10-10
r1521: Updates to our SMB signing code.
Andrew Bartlett
8
-217
/
+153
2007-10-10
r1520: only call write handler or read handler, not both. This copes with the
Andrew Tridgell
1
-0
/
+3
2007-10-10
r1519: show the ldb_errstring() value in the log for failed ldb calls
Andrew Tridgell
1
-1
/
+3
2007-10-10
r1518: check for ldb_search giving -1 (indicating db corruption)
Andrew Tridgell
1
-0
/
+3
2007-10-10
r1517: change event_remove_timed() to remove by structure not by handler.
Andrew Tridgell
1
-3
/
+1
2007-10-10
r1516: remove the server_connection from the list on the server_socket
Stefan Metzmacher
4
-6
/
+43
2007-10-10
r1515: move dublicate code to a function
Stefan Metzmacher
5
-175
/
+85
2007-10-10
r1514: close stuff from the server_connection not in the
Stefan Metzmacher
5
-8
/
+10
2007-10-10
r1513: change DEBUG level to 1
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r1512: fixed a bug where we could reference the timer event handler after des...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1511: fixed a free() that should be ldb_free()
Andrew Tridgell
1
-1
/
+1
[prev]
[next]