Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-30 | s3-registry: add regval_ctr_addvalue_sz. | Günther Deschner | 2 | -0/+18 | |
Guenther | |||||
2009-09-30 | s3-registry: use push_reg_sz(). | Günther Deschner | 9 | -133/+123 | |
Guenther | |||||
2009-09-30 | s3-util: add push_reg_sz() and push_reg_multi_sz() convenience functions. | Günther Deschner | 2 | -0/+32 | |
Guenther | |||||
2009-09-29 | s3: re-run make idl_full. | Günther Deschner | 21 | -0/+268 | |
Guenther | |||||
2009-09-29 | winreg: add winreg_Data union to IDL. | Günther Deschner | 8 | -87/+295 | |
Guenther | |||||
2009-09-29 | s3: Document the "share:fake_fscaps" parameter, fix bug 6765 | Volker Lendecke | 1 | -0/+20 | |
2009-09-29 | s3: Remove the lua interpreter again | Volker Lendecke | 107 | -28677/+4 | |
This was meant to support async winbind. But as the hairy parts of async winbind (getgrent) are done without it, it can go again. | |||||
2009-09-29 | pidl: added union padding for NDR64 | Andrew Tridgell | 4 | -2/+37 | |
This fixes the problem with samr UserInfo16 when NDR64 is enabled | |||||
2009-09-28 | Don't defer a talloc_move'd pointer. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. | |||||
2009-09-28 | Second part of fix for bug #6235 - domain enumeration breaks if master ↵ | Jeremy Allison | 1 | -1/+1 | |
browser has space in name. Ensure we ask for the #20 name as we're using it as a server. Jeremy. | |||||
2009-09-28 | s3:winbind: remove a pointless initialization | Volker Lendecke | 1 | -1/+1 | |
2009-09-28 | s3:gencache: Add my copyright | Volker Lendecke | 1 | -0/+1 | |
2009-09-28 | s3:winbind: Make check_info3_in_group, sanitize its memory handling | Volker Lendecke | 2 | -15/+23 | |
2009-09-28 | s3:winbind: Make "check_request_flags" publically available | Volker Lendecke | 2 | -2/+4 | |
2009-09-28 | s3:winbind: Sanitize the args for find_auth_domain: It only needs the flags | Volker Lendecke | 3 | -9/+10 | |
2009-09-28 | s3:winbind: Make append_data publically available as append_auth_data | Volker Lendecke | 2 | -6/+12 | |
2009-09-28 | s3/VERSION: Raise version up to 3.5.0. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2009-09-28 | changed debuglevel for two messages in the GPFS module from 0 to 10 they ↵ | Christian Ambach | 1 | -2/+2 | |
spammed the logs on a test machine and they are just debug messages, so let's move them to the level of the other debug messages in the file Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> | |||||
2009-09-28 | pidl: Avoid using talloc_free as function pointer, since it may be a | Jelmer Vernooij | 3 | -2/+14 | |
macro. | |||||
2009-09-28 | Move samba-specific variable to s4 Makefile. | Jelmer Vernooij | 2 | -2/+2 | |
2009-09-28 | make: Use $(base_srcdirs) in 'make clean' rather than keeping a separate | Jelmer Vernooij | 1 | -1/+1 | |
list. | |||||
2009-09-28 | s4-kcc: fixed corruption of repsFrom records by kcc | Andrew Tridgell | 1 | -4/+2 | |
We were re-using a stack variable outside of the stack scope | |||||
2009-09-28 | s4-kcc: remove stale repsFrom entries in kcc run | Andrew Tridgell | 1 | -0/+11 | |
2009-09-28 | s4-dsdb: don't return the partition root objects | Andrew Tridgell | 1 | -1/+19 | |
When searching across partitions, we want to avoid sending duplicate records caused by the record appearing both as a mount point and as a partition root in a nested partition. This patch works by intercepting objects from searches and checking if they match a partition root. If they do, and the partition is not the one in the partition control request, then discard the object. | |||||
2009-09-28 | s4-make: add libds to etags/ctags source list | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-libnet: fixed debug formatting | Andrew Tridgell | 1 | -2/+2 | |
2009-09-28 | s4-dsdb: removed extraneous debug messages | Andrew Tridgell | 1 | -4/+0 | |
2009-09-28 | s4-dsdb: update replPropertyMetaData on linked attribute source attributes | Andrew Tridgell | 1 | -0/+23 | |
2009-09-28 | s4-dsdb: fixed searching for GUID based DNs between partitions | Andrew Tridgell | 1 | -2/+16 | |
2009-09-28 | s4-drs: removed debug code that replicated a maximum of 10 objects at a time | Andrew Tridgell | 1 | -2/+1 | |
2009-09-28 | s4-drsuapi: state variable for getncchanges | Andrew Tridgell | 1 | -0/+1 | |
2009-09-28 | s4-dsruapi: plugfest updates | Andrew Tridgell | 1 | -77/+144 | |
- always fetch parentGUID from databases, don't rely on parentGUID in attributes - re-fetch nc root mesages to avoid the problem of dual messages for roots - support returning messages a chunk at a time, using max_object_count from request | |||||
2009-09-28 | s4-drsutil: allow NULL filter | Andrew Tridgell | 1 | -5/+0 | |
2009-09-28 | s4-ldap: fixed spelling | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-samdb: when UF_SERVER_TRUST_ACCOUNT is set mark object as critical | Andrew Tridgell | 1 | -0/+10 | |
We may also need to remove the isCriticalSystemObject when the machine is demoted | |||||
2009-09-28 | s4-repl: free the la list on prepare commit failure | Andrew Tridgell | 1 | -0/+3 | |
2009-09-28 | s4-samdb: free the linked_attributes list on prepare commit failure | Andrew Tridgell | 1 | -0/+6 | |
2009-09-28 | s4-repl: use GUID to resolve target in linked attributes | Andrew Tridgell | 1 | -8/+7 | |
When we vampire from w2k8-r2, the DC sends us a linked attribute for our machine account which has a target DN with a GUID of the OU=Domain Controllers objects, but has a DN of CN=Computers. We need to use the GUID to resolve the real DN. | |||||
2009-09-28 | s4-dsdb: ask for an extended DN in dsdb_find_dn_by_guid() | Andrew Tridgell | 1 | -0/+5 | |
2009-09-28 | s4-dsdb: make dsdb_search_dn_with_deleted public for repl_meta_data module | Andrew Tridgell | 1 | -5/+5 | |
2009-09-28 | s4-acl: fixed SD creation | Andrew Tridgell | 1 | -12/+22 | |
Thanks for Nadya and Metze for this. The SDs were being created with invalid fields (noticed by w2k8-r2 client when joining our domain) | |||||
2009-09-28 | libds: fixed spelling error | Andrew Tridgell | 1 | -1/+1 | |
2009-09-28 | s4-drs: fixed sorting of replPropertyMetaData | Andrew Tridgell | 1 | -31/+44 | |
This also ensures we add the SHOW_DELETED control on searches for old replPropertyMetaData attributes | |||||
2009-09-27 | parmlist: Add more tests. | Jelmer Vernooij | 5 | -21/+108 | |
2009-09-27 | rpc_server: Fix warnings. | Jelmer Vernooij | 1 | -0/+2 | |
2009-09-27 | librpc: Fix path to ndr_standard pc file. | Jelmer Vernooij | 1 | -1/+1 | |
2009-09-27 | selftest: Prefer system tap2subunit if available. | Jelmer Vernooij | 1 | -1/+5 | |
2009-09-27 | parmlist: Add basic tests for test_get_int(). | Jelmer Vernooij | 3 | -0/+48 | |
2009-09-27 | util/parmlist: Add some more comments. | Jelmer Vernooij | 2 | -4/+36 | |
2009-09-26 | libutil: Add separate utility code for dealing with settings as a | Jelmer Vernooij | 5 | -59/+139 | |
collection of key/value pairs. |