Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12512: Use GUID structs in API functions everywhere rather then converting b... | Jelmer Vernooij | 4 | -18/+16 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 42 | -208/+75 |
2007-10-10 | r12505: Cope better with NT_STATUS_PASSWORD_RESTRICTION (due to minimum | Andrew Bartlett | 1 | -7/+93 |
2007-10-10 | r12502: A bit of work on the RPC-SAMR torture test. Prove that ridToSid is | Andrew Bartlett | 1 | -10/+30 |
2007-10-10 | r12500: Use init functions explicitly in a few more places. 'gensec' and 'lib... | Jelmer Vernooij | 1 | -0/+2 |
2007-10-10 | r12499: Move smb_build.h out of includes.h | Jelmer Vernooij | 4 | -0/+4 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 3 | -12/+12 |
2007-10-10 | r12494: Support loading modules from .so files for most subsystems. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12461: Some updates to the srvsvc IDL from Ronnie Sahlberg | Jelmer Vernooij | 1 | -5/+4 |
2007-10-10 | r12450: Move generation of proto and full object lists to makefile.pm. 'make'... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12413: do some testing with 0x1E names | Stefan Metzmacher | 1 | -2/+6 |
2007-10-10 | r12405: I'm afraid I can't take care of the xplogin test in the near future, ... | Volker Lendecke | 3 | -2223/+0 |
2007-10-10 | r12219: Use some more common functions | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12211: remove unused element | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12209: Fix some issues with XML entities. | Jelmer Vernooij | 4 | -3/+5 |
2007-10-10 | r12200: - move the the winsreplication client and server code to the packet_c... | Stefan Metzmacher | 1 | -4/+11 |
2007-10-10 | r12158: added ldif handlers for the ntSecurityDescriptor attribute, so when | Andrew Tridgell | 1 | -0/+7 |
2007-10-10 | r12154: Torture test for bug # 3303. | Volker Lendecke | 1 | -0/+125 |
2007-10-10 | r12150: Reformatting | Volker Lendecke | 1 | -8/+15 |
2007-10-10 | r12137: added sddl_encode(), the reverse of the sddl_decode() function added a | Andrew Tridgell | 1 | -1/+21 |
2007-10-10 | r12127: add --option=rpc_login:samr_auth=yes, to work against w2k3 | Stefan Metzmacher | 1 | -13/+36 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the NBT-WINSREP... | Stefan Metzmacher | 2 | -40/+0 |
2007-10-10 | r12069: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12068: a better fix to prevent crashing, on errors | Stefan Metzmacher | 1 | -8/+2 |
2007-10-10 | r12067: print out some more details | Stefan Metzmacher | 1 | -2/+17 |
2007-10-10 | r12066: - add a unique,active,owner vs. unique,active,replica tests where | Stefan Metzmacher | 1 | -6/+39 |
2007-10-10 | r12024: do some extra sleeping to give the server the chance to handle our reply | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r12010: - added support for domain specific SID codes in SDDL strings | Andrew Tridgell | 1 | -2/+21 |
2007-10-10 | r12009: made the LOCAL-SDDL test less verbose by default, and add it to the | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be | Andrew Tridgell | 4 | -21/+85 |
2007-10-10 | r12007: fixed a valgrind error in the SMB2-SETINFO test | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11968: More warning fixes. We're on track to getting to double digits for | Tim Potter | 3 | -4/+4 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 8 | -36/+38 |
2007-10-10 | r11965: Try to fix some 64-bit warnings. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11911: as we pass the owned_released vs. replica test now, run it with make ... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r11907: added testing of SMB2 keepalive | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11904: added smb2_tdis() testing | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r11902: added smb2_logoff() testing | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r11899: add some usefull debug messages | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r11897: add 2 more sgroup vs. sgroup tests with the replica having no addresses | Stefan Metzmacher | 1 | -1/+107 |
2007-10-10 | r11890: added tests for the last few fields in SMB2 find requests | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r11887: reorder some tests | Stefan Metzmacher | 1 | -22/+99 |
2007-10-10 | r11884: Download ntconfig.pol | Volker Lendecke | 1 | -13/+171 |
2007-10-10 | r11883: Also look up the membership in the domain local groups. | Volker Lendecke | 1 | -8/+83 |
2007-10-10 | r11882: - use some better names | Stefan Metzmacher | 1 | -2/+7 |