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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2007-10-10
r1510: add a commented out routine I used to test password change on NT3.
Andrew Tridgell
1
-0
/
+61
2007-10-10
r1509: in order to interoperate with NT3.1 we need to ignore extra data at th...
Andrew Tridgell
1
-3
/
+7
2007-10-10
r1508: simple fix for broken server side signing. This may need more work for
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1507: fixed the handling of SMB chaining with the new server structure. You
Andrew Tridgell
2
-17
/
+33
2007-10-10
r1499: combine struct user_struct and struct smbsrv_user
Stefan Metzmacher
9
-104
/
+90
2007-10-10
r1498: (merge from 3.0)
Andrew Bartlett
14
-53
/
+102
2007-10-10
r1497: add forward declaration for struct auth_session_info
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r1494: fix debug message
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1486: commit the start of the generic server infastructure
Stefan Metzmacher
27
-549
/
+1076
2007-10-10
r1483: build dynconfig.c also with PICFLAGS
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r1482: today I saw DCERPC_AUTH_TYPE 16(0x10)
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r1481: add idl file and torture test dummies
Stefan Metzmacher
5
-1
/
+350
2007-10-10
r1480: gwsam has unresolved symbols in it
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1479: print out domain too
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1476: Don't print messages about the CCACHE not being found - this is normal.
Andrew Bartlett
1
-2
/
+6
2007-10-10
r1475: More kerberos work
Andrew Bartlett
10
-53
/
+347
2007-10-10
r1474: It is useful if talloc_strdup() behaves like strdup()
Andrew Bartlett
1
-0
/
+3
2007-10-10
r1470: Get the smb_trans2 structure out of the rap_cli_call struct.
Volker Lendecke
8
-19
/
+546
2007-10-10
r1469: fix a segfault and compiler warning,
Stefan Metzmacher
1
-3
/
+2
2007-10-10
r1467: disable gensec_krb5 by default till abartlet
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r1466: the name "oid" is taken by some silly system headers - avoid it in our...
Andrew Tridgell
1
-2
/
+2
2007-10-10
r1465: always do a full C prototype, even if its only (void).
Andrew Tridgell
2
-3
/
+3
2007-10-10
r1464: the recent build changes completely lost the speed advantage of using
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1463: fix the krb5 build
Stefan Metzmacher
3
-1
/
+6
2007-10-10
r1462: GENSEC Kerberos and SPENGO work:
Andrew Bartlett
10
-111
/
+178
2007-10-10
r1461: ntlm_check.c is a server-side peice of code, so it belongs in AUTH.
Andrew Bartlett
2
-1
/
+2
2007-10-10
r1460: Avoid a compile warning.
Andrew Bartlett
1
-2
/
+5
[next]