summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1603: fixed in.size to not overstate the packet size by 4 bytesAndrew Tridgell1-2/+2
2007-10-10r1602: make sure we honor the use_spnego flagAndrew Tridgell1-1/+2
2007-10-10r1596: Fix up copyrights.Jim McDonough4-4/+5
2007-10-10r1595: Always use a loop variable named $e when iterating over lists ofTim Potter1-6/+6
2007-10-10r1594: Remove some array checks that we can't do because we don't store stateTim Potter1-33/+11
2007-10-10r1593: Fix bug in get_subtree() where we were always looking at the head ofTim Potter1-1/+2
2007-10-10r1592: Fix up subtrees for non-scalar types instead of hardcoding module subt...Tim Potter1-17/+37
2007-10-10r1586: Finally, a technique for putting buffers in scalars in the sameTim Potter3-88/+102
2007-10-10r1585: add dcpromo.pl start, this should be configure aStefan Metzmacher2-1/+227
2007-10-10r1578: the first stage of the async client rewrite.Andrew Tridgell13-428/+592
2007-10-10r1558: the unknown_time is the same as the logon_time in the PAC_LOGON_INFOStefan Metzmacher1-3/+3
2007-10-10r1552: commit the first version of the pidl generated krb5 PAC parserStefan Metzmacher2-0/+154
2007-10-10r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher8-136/+140
2007-10-10r1546: fix the build the function name has changed to srvsvc_NetRemoteTODStefan Metzmacher1-3/+3
2007-10-10r1545: add some comments and move a transport function to the transport sectionStefan Metzmacher1-5/+8
2007-10-10r1544: add some comments and fix 'return True' -> 'return ret'Stefan Metzmacher1-5/+16
2007-10-10r1543: add srvsvc_NetRemoteTOD idl and torture testsStefan Metzmacher2-1/+51
2007-10-10r1540: - Remove return statements when a parse error is detected as etherealTim Potter1-33/+70
2007-10-10r1535: Create a subtree for each array element.Tim Potter1-4/+17
2007-10-10r1534: Alternate method of grouping togethers buffers and scalars which actuallyTim Potter1-37/+48
2007-10-10r1530: we don't need to call srvsvc_NetShareGetInfo twiceStefan Metzmacher1-13/+0
2007-10-10r1529: add NetSrvGetInfo torture testStefan Metzmacher1-0/+42
2007-10-10r1528: add NetCharDevQ torture testsStefan Metzmacher1-1/+149
2007-10-10r1527: add NetCharDev torture testsStefan Metzmacher1-0/+125
2007-10-10r1526: some cleanups and fixes for the srvsvc torture testsStefan Metzmacher1-40/+106
2007-10-10r1525: share info level 1004 is invalid,Stefan Metzmacher1-4/+9
2007-10-10r1524: add some commentsStefan Metzmacher1-1/+13
2007-10-10r1523: declaring variables "in" and "out" in every C module is a bad idea!Andrew Tridgell1-2/+2
2007-10-10r1522: Oops - I forgot this file in the prvevious commit.Andrew Bartlett1-0/+57
2007-10-10r1521: Updates to our SMB signing code.Andrew Bartlett8-217/+153
2007-10-10r1520: only call write handler or read handler, not both. This copes with theAndrew Tridgell1-0/+3
2007-10-10r1519: show the ldb_errstring() value in the log for failed ldb callsAndrew Tridgell1-1/+3
2007-10-10r1518: check for ldb_search giving -1 (indicating db corruption)Andrew Tridgell1-0/+3
2007-10-10r1517: change event_remove_timed() to remove by structure not by handler.Andrew Tridgell1-3/+1
2007-10-10r1516: remove the server_connection from the list on the server_socketStefan Metzmacher4-6/+43
2007-10-10r1515: move dublicate code to a functionStefan Metzmacher5-175/+85
2007-10-10r1514: close stuff from the server_connection not in theStefan Metzmacher5-8/+10
2007-10-10r1513: change DEBUG level to 1Stefan Metzmacher1-2/+1
2007-10-10r1512: fixed a bug where we could reference the timer event handler after des...Andrew Tridgell1-2/+2
2007-10-10r1511: fixed a free() that should be ldb_free()Andrew Tridgell1-1/+1
2007-10-10r1510: add a commented out routine I used to test password change on NT3.Andrew Tridgell1-0/+61
2007-10-10r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...Andrew Tridgell1-3/+7
2007-10-10r1508: simple fix for broken server side signing. This may need more work forAndrew Tridgell1-1/+1
2007-10-10r1507: fixed the handling of SMB chaining with the new server structure. YouAndrew Tridgell2-17/+33
2007-10-10r1499: combine struct user_struct and struct smbsrv_userStefan Metzmacher9-104/+90
2007-10-10r1498: (merge from 3.0)Andrew Bartlett14-53/+102
2007-10-10r1497: add forward declaration for struct auth_session_infoStefan Metzmacher1-0/+2
2007-10-10r1494: fix debug messageStefan Metzmacher1-1/+1
2007-10-10r1486: commit the start of the generic server infastructureStefan Metzmacher27-549/+1076
2007-10-10r1483: build dynconfig.c also with PICFLAGSStefan Metzmacher1-1/+1