samba.git
2007-10-10 Jelmer Vernooijr1617: Start working on the svcctl pipe
2007-10-10 Tim Potterr1611: Put a brace on a new line.
2007-10-10 Andrew Tridgellr1606: make the low level socket read/write routines...
2007-10-10 Andrew Bartlettr1605: GENSEC krb5 updates - fix a valgrind found unini...
2007-10-10 Andrew Bartlettr1604: Samba4 avoids memcpy() as much as possible ...
2007-10-10 Andrew Tridgellr1603: fixed in.size to not overstate the packet size...
2007-10-10 Andrew Tridgellr1602: make sure we honor the use_spnego flag
2007-10-10 Jim McDonoughr1596: Fix up copyrights.
2007-10-10 Tim Potterr1595: Always use a loop variable named $e when iterati...
2007-10-10 Tim Potterr1594: Remove some array checks that we can't do becaus...
2007-10-10 Tim Potterr1593: Fix bug in get_subtree() where we were always...
2007-10-10 Tim Potterr1592: Fix up subtrees for non-scalar types instead...
2007-10-10 Tim Potterr1586: Finally, a technique for putting buffers in...
2007-10-10 Stefan Metzmacherr1585: add dcpromo.pl start, this should be configure a
2007-10-10 Andrew Tridgellr1578: the first stage of the async client rewrite.
2007-10-10 Stefan Metzmacherr1558: the unknown_time is the same as the logon_time...
2007-10-10 Stefan Metzmacherr1552: commit the first version of the pidl generated...
2007-10-10 Stefan Metzmacherr1547: rename 'enum <bla>_level' -> 'enum smb_<bla...
2007-10-10 Stefan Metzmacherr1546: fix the build the function name has changed...
2007-10-10 Stefan Metzmacherr1545: add some comments and move a transport function...
2007-10-10 Stefan Metzmacherr1544: add some comments and fix 'return True' -> ...
2007-10-10 Stefan Metzmacherr1543: add srvsvc_NetRemoteTOD idl and torture tests
2007-10-10 Tim Potterr1540: - Remove return statements when a parse error...
2007-10-10 Tim Potterr1535: Create a subtree for each array element.
2007-10-10 Tim Potterr1534: Alternate method of grouping togethers buffers...
2007-10-10 Stefan Metzmacherr1530: we don't need to call srvsvc_NetShareGetInfo...
2007-10-10 Stefan Metzmacherr1529: add NetSrvGetInfo torture test
2007-10-10 Stefan Metzmacherr1528: add NetCharDevQ torture tests
2007-10-10 Stefan Metzmacherr1527: add NetCharDev torture tests
2007-10-10 Stefan Metzmacherr1526: some cleanups and fixes for the srvsvc torture...
2007-10-10 Stefan Metzmacherr1525: share info level 1004 is invalid,
2007-10-10 Stefan Metzmacherr1524: add some comments
2007-10-10 Andrew Tridgellr1523: declaring variables "in" and "out" in every...
2007-10-10 Andrew Bartlettr1522: Oops - I forgot this file in the prvevious commit.
2007-10-10 Andrew Bartlettr1521: Updates to our SMB signing code.
2007-10-10 Andrew Tridgellr1520: only call write handler or read handler, not...
2007-10-10 Andrew Tridgellr1519: show the ldb_errstring() value in the log for...
2007-10-10 Andrew Tridgellr1518: check for ldb_search giving -1 (indicating db...
2007-10-10 Andrew Tridgellr1517: change event_remove_timed() to remove by structu...
2007-10-10 Stefan Metzmacherr1516: remove the server_connection from the list on...
2007-10-10 Stefan Metzmacherr1515: move dublicate code to a function
2007-10-10 Stefan Metzmacherr1514: close stuff from the server_connection not in the
2007-10-10 Stefan Metzmacherr1513: change DEBUG level to 1
2007-10-10 Andrew Tridgellr1512: fixed a bug where we could reference the timer...
2007-10-10 Andrew Tridgellr1511: fixed a free() that should be ldb_free()
2007-10-10 Andrew Tridgellr1510: add a commented out routine I used to test passw...
2007-10-10 Andrew Tridgellr1509: in order to interoperate with NT3.1 we need...
2007-10-10 Andrew Tridgellr1508: simple fix for broken server side signing. This...
2007-10-10 Andrew Tridgellr1507: fixed the handling of SMB chaining with the...
2007-10-10 Stefan Metzmacherr1499: combine struct user_struct and struct smbsrv_user
2007-10-10 Andrew Bartlettr1498: (merge from 3.0)
2007-10-10 Stefan Metzmacherr1497: add forward declaration for struct auth_session_info
2007-10-10 Stefan Metzmacherr1494: fix debug message
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Stefan Metzmacherr1483: build dynconfig.c also with PICFLAGS
2007-10-10 Stefan Metzmacherr1482: today I saw DCERPC_AUTH_TYPE 16(0x10)
2007-10-10 Stefan Metzmacherr1481: add idl file and torture test dummies
2007-10-10 Stefan Metzmacherr1480: gwsam has unresolved symbols in it
2007-10-10 Stefan Metzmacherr1479: print out domain too
2007-10-10 Andrew Bartlettr1476: Don't print messages about the CCACHE not being...
2007-10-10 Andrew Bartlettr1475: More kerberos work
2007-10-10 Andrew Bartlettr1474: It is useful if talloc_strdup() behaves like...
2007-10-10 Volker Lendecker1470: Get the smb_trans2 structure out of the rap_cli_...
2007-10-10 Stefan Metzmacherr1469: fix a segfault and compiler warning,
2007-10-10 Stefan Metzmacherr1467: disable gensec_krb5 by default till abartlet
2007-10-10 Andrew Tridgellr1466: the name "oid" is taken by some silly system...
2007-10-10 Andrew Tridgellr1465: always do a full C prototype, even if its only...
2007-10-10 Andrew Tridgellr1464: the recent build changes completely lost the...
2007-10-10 Stefan Metzmacherr1463: fix the krb5 build
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Andrew Bartlettr1461: ntlm_check.c is a server-side peice of code...
2007-10-10 Andrew Bartlettr1460: Avoid a compile warning.
2007-10-10 Andrew Bartlettr1458: Add a new configure option, to make it possible...
2007-10-10 Andrew Bartlettr1457: Add the GSSAPI layer to our gensec_krb5 code.
2007-10-10 Andrew Bartlettr1456: Rename this parameter to avoid shadowing a badly...
2007-10-10 Jelmer Vernooijr1455: More Gtk+ updates:
2007-10-10 Volker Lendecker1454: Today is the day of broken builds, now I get...
2007-10-10 Volker Lendecker1453: Change the RAP client to use the ndr routines...
2007-10-10 Andrew Bartlettr1452: Thanks to Volker for spotting that this code...
2007-10-10 Jelmer Vernooijr1451: More missing files...
2007-10-10 Jelmer Vernooijr1450: Oops.. Missing files :-)
2007-10-10 Jelmer Vernooijr1449: Use the config system somewhat better in libcli...
2007-10-10 Andrew Bartlettr1448: Indent this so proto doesn't pick it up.
2007-10-10 Andrew Bartlettr1447: Fix compile.
2007-10-10 Andrew Bartlettr1446: Another funciton to avoid in proto.h
2007-10-10 Andrew Bartlettr1445: Ensure get_auth_data_from_tkt doesn't get into...
2007-10-10 Andrew Bartlettr1443: More changes towards Kerberos in Samba4's GENSEC.
2007-10-10 Andrew Bartlettr1442: I was going to rename kerberos.c -> kerberos_kin...
2007-10-10 Andrew Bartlettr1441: Indentation and comment fixes.
2007-10-10 Andrew Bartlettr1440: GENSEC improvements:
2007-10-10 Andrew Bartlettr1439: Once we are authenticated, always return NT_STAT...
2007-10-10 Andrew Bartlettr1438: Record the principal name we are sent in the...
2007-10-10 Andrew Bartlettr1437: Intermediate commit of krb5 for GENSEC.
2007-10-10 Andrew Bartlettr1436: Move GENSEC across to config.mk
2007-10-10 Andrew Bartlettr1435: talloc_steal is very useful - add a function...
2007-10-10 Andrew Bartlettr1434: Merge this function in from Samba 3.0, but use...
2007-10-10 Jelmer Vernooijr1433: Properly use GtkTreeView:
2007-10-10 Jelmer Vernooijr1432: - Move the various Gtk-specific parts from the...
2007-10-10 Stefan Metzmacherr1429: enable spnego in smbclient too.
2007-10-10 Andrew Bartlettr1426: Fix some of my silly compile errors...
next