Age | Commit message (Expand) | Author | Files | Lines |
2010-10-10 | rpc_ndr_netlogon: Add missing dependency on tevent. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | samdb: Remove dependency on unknown subsystem. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | util: Link headers to correct subsystem, fix formatting. | Jelmer Vernooij | 1 | -12/+12 |
2010-10-10 | dsdb: add missing dependency on samba_socket. | Jelmer Vernooij | 1 | -2/+2 |
2010-10-10 | ldb-samba: Rename samdb_relative_path to ldb_relative_path, as it's not samdb... | Jelmer Vernooij | 5 | -29/+32 |
2010-10-10 | dsdb: Move attr_in_list to SAMDB_COMMON to avoid circular dependency between ... | Jelmer Vernooij | 4 | -14/+15 |
2010-10-10 | gensec: Support building without any linked-in modules. | Jelmer Vernooij | 1 | -0/+4 |
2010-10-10 | idmap: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | secrets: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | cldapd: Add missing dependency on ldbsamba. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | ldb-samba: Add ldb_wrap_add, remove last schema reference from ldb_wrap. | Jelmer Vernooij | 4 | -59/+104 |
2010-10-10 | ldb-samba: Split up ldb_wrap_connect() a bit. | Jelmer Vernooij | 3 | -36/+52 |
2010-10-10 | ldb-samba: Add convenience function for doing a Samba-style LDB init. | Jelmer Vernooij | 3 | -49/+73 |
2010-10-10 | samdb: Add flags argument to samdb_connect(). | Jelmer Vernooij | 23 | -48/+48 |
2010-10-10 | samdb: Handle schema setup in samdb, not in more generic ldbsamba. | Jelmer Vernooij | 4 | -11/+12 |
2010-10-10 | tls: add missing dependency on util_tevent. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | wafsamba: Fix init function when building modules as shared objects. | Jelmer Vernooij | 1 | -0/+3 |
2010-10-10 | socket_wrapper: Make it work on freebsd for udp packets | Stefan Metzmacher | 1 | -1/+11 |
2010-10-10 | build: make make tests SCREEN=1 work on freebsd | Matthieu Patou | 3 | -6/+22 |
2010-10-10 | s4-libnet_vampire: Remove unused self_corrected_schema | Kamen Mazdrashki | 1 | -10/+0 |
2010-10-10 | s4-libnet_vampire use a linked list to handle schema objects pending conversion | Andrew Bartlett | 1 | -26/+33 |
2010-10-10 | s4-vampire: Optimize Schema decoding conversion | Kamen Mazdrashki | 1 | -14/+10 |
2010-10-10 | s4-vampire: Initial implementation for multi-pass schema decoding from DRS data | Kamen Mazdrashki | 1 | -69/+92 |
2010-10-10 | s4-dsdb-repl: Print what the error code for failure is | Kamen Mazdrashki | 1 | -1/+3 |
2010-10-10 | s4-dsdb: Make dsdb_setup_sorted_accessors() public | Kamen Mazdrashki | 1 | -2/+2 |
2010-10-10 | wafsamba: Clarify needs_python argument name, use pyembed/pyext where | Jelmer Vernooij | 11 | -36/+36 |
2010-10-10 | heimdal_build: Fix dependencies for hx509. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-10 | subunithelper: Don't access 'message' attribute directly as it deprecated | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-09 | talloc: Fix #include line in manpage. | Jelmer Vernooij | 1 | -1/+1 |
2010-10-09 | land: Use temp dir if /memdisk is not available. | Jelmer Vernooij | 1 | -1/+7 |
2010-10-09 | s4-test-msds_intid: Verify ATTIDs for Linked Attributes | Kamen Mazdrashki | 1 | -0/+45 |
2010-10-09 | s4-test-msds_intid: Simplify parameters for _make_error_message() function | Kamen Mazdrashki | 1 | -10/+18 |
2010-10-09 | More neccessary const. | Jeremy Allison | 2 | -2/+2 |
2010-10-08 | Add some const. Needed for my SD work. | Jeremy Allison | 2 | -14/+14 |
2010-10-08 | pytalloc: Fix warning that we are subtracting void* pointers | Kamen Mazdrashki | 1 | -1/+1 |
2010-10-08 | s3: Hang the isilon kernel oplocks off the NULL context | Volker Lendecke | 1 | -1/+2 |
2010-10-08 | s3: Hang the irix kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 |
2010-10-08 | s3: Hang the linux kernel oplocks off the NULL ctx | Volker Lendecke | 1 | -1/+1 |
2010-10-08 | s3: Call printer_list_parent_init in the parent | Volker Lendecke | 1 | -0/+5 |
2010-10-08 | s3: Remove talloc_autofree_context() from get_printer_list_db() | Volker Lendecke | 1 | -1/+1 |
2010-10-08 | s3: Remove talloc_autofree_context() from loadparm.c | Volker Lendecke | 1 | -6/+5 |
2010-10-08 | s3: Add a little test for the echo responder | Volker Lendecke | 4 | -1/+146 |
2010-10-08 | s3: Implement echo_TestSleep | Volker Lendecke | 1 | -1/+1 |
2010-10-08 | tevent: Do not use talloc_autofree_context | Volker Lendecke | 2 | -4/+3 |
2010-10-08 | Move talloc_enable_null_tracking() to the s3 daemons | Volker Lendecke | 4 | -10/+21 |
2010-10-08 | s4:ldap.py - split it up and move SAM related stuff to sam.py | Matthias Dieter Wallnöfer | 3 | -552/+665 |
2010-10-08 | s4:ldap_server: rewrite to socket layer to use tstream | Stefan Metzmacher | 4 | -305/+690 |
2010-10-08 | s4:lib/tls: buffer writes in tstream_tls_push_function() | Stefan Metzmacher | 1 | -10/+76 |
2010-10-08 | s4:lib/tls: make more clear what the immediate event is for | Stefan Metzmacher | 1 | -6/+6 |
2010-10-08 | s4:lib/tls: fix enabled logic in tstream_tls_params_server() | Stefan Metzmacher | 2 | -2/+12 |