summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-21libcli/named_pipe_auth: fix memory handling for temporary dataStefan Metzmacher1-5/+6
2010-06-21tldap: Fix a type-punned warningVolker Lendecke1-1/+1
2010-06-21tsocket: Fix some type-punned warningsVolker Lendecke1-2/+2
2010-06-21s3: Fix some enum/int mixup warningsVolker Lendecke1-53/+53
2010-06-21s3: Remove an unreachable line of codeVolker Lendecke1-2/+0
2010-06-21s3: Fix a type-punned warningVolker Lendecke1-2/+2
2010-06-21s3:net rpc registry: make getsd succeed when key sd only gives access to SD n...Michael Adam1-2/+1
2010-06-21s3:fix an outdated comment.Michael Adam1-5/+2
2010-06-21s3:idmap_ldap: remove unreached code (and explicit error return code)Michael Adam1-5/+1
2010-06-21s3/s4 - remove "talloc_tos()" from common code since s4 doesn't support itMatthias Dieter Wallnöfer2-5/+10
2010-06-21s4:dsdb_load_partition_usn - free the right memory context (tmp_ctx)Matthias Dieter Wallnöfer1-2/+1
2010-06-21s3-docs: Add missing whitespace.Karolin Seeger1-1/+1
2010-06-21s4/dsdb: msg_idx->dn should be allocated in msg_idx mem contextKamen Mazdrashki1-1/+1
2010-06-21s4/dsdb: Move schema accessors cleanup in separate functionKamen Mazdrashki1-18/+21
2010-06-21s4/dsdb-schema: Index attributes on msDS-IntId valueKamen Mazdrashki3-7/+28
2010-06-20s4:kdc/db-glue.c - remove unreachable codeMatthias Dieter Wallnöfer1-4/+0
2010-06-20s4:registry/regf.c - add some casts to suppress build warnings on SolarisMatthias Dieter Wallnöfer1-2/+2
2010-06-20s4:registry/rpc.c - fix Solaris warnings by castsMatthias Dieter Wallnöfer1-4/+4
2010-06-20s4:samr RPC server - fix Solaris build warningMatthias Dieter Wallnöfer1-3/+3
2010-06-20s4:registry RPC server - quite some build warnings on SolarisMatthias Dieter Wallnöfer1-4/+4
2010-06-20s4:lsa_lookup.c - fix type argumentMatthias Dieter Wallnöfer1-1/+1
2010-06-20s4:rpc_server/service_rpc.c - fix warnings on SolarisMatthias Dieter Wallnöfer1-2/+2
2010-06-20s4:rpc_server/service_rpc.c - deactivate the 0-length structMatthias Dieter Wallnöfer1-0/+2
2010-06-20s4:libpolicy - fix printf output specifiers to suppress warningMatthias Dieter Wallnöfer1-1/+1
2010-06-20s4:libpolicy - Solaris compatibility fixMatthias Dieter Wallnöfer1-1/+5
2010-06-20s4:ldap.py - test subtree deletes through a new testcaseMatthias Dieter Wallnöfer1-0/+48
2010-06-20s4:ldap_backend.c - now also the LDAP server supports controls on delete oper...Matthias Dieter Wallnöfer1-5/+7
2010-06-20s4:ldap_backend.c - move function "ldb_mod_req_with_controls" to a better pla...Matthias Dieter Wallnöfer1-51/+52
2010-06-20s4:subtree_delete LDB module - now do support tree delete operationsMatthias Dieter Wallnöfer1-9/+45
2010-06-20s4:dsdb - add a new dsdb delete function which understands the tree delete co...Matthias Dieter Wallnöfer3-2/+62
2010-06-20ldb:controls - add the "TREE_DELETE" control for allowing subtree deletesMatthias Dieter Wallnöfer3-0/+54
2010-06-20ldb:ldb.h - add classifications to the control declarationsMatthias Dieter Wallnöfer1-7/+13
2010-06-20s4:python LDB __init__.py - remove completely unused "erase_partitions" callMatthias Dieter Wallnöfer2-36/+0
2010-06-20s4:samldb LDB module - remove "samldb_set_defaultObjectCategory"Matthias Dieter Wallnöfer1-78/+0
2010-06-20s4:ldap_backend.c - add some newlines to make logs easier to readMatthias Dieter Wallnöfer1-5/+5
2010-06-20ldb:pyldb.c - introduce a "mem_ctx" also on "py_ldb_search"Matthias Dieter Wallnöfer1-12/+19
2010-06-20ldb:pyldb.c - some cleanups and adequations also in "py_ldb_modify" and "py_l...Matthias Dieter Wallnöfer1-19/+28
2010-06-20s4:ldap_controls.c - remove encoding functions for private recalculate SD con...Matthias Dieter Wallnöfer1-19/+0
2010-06-20provision: Look for Samba prefix a bit harder.Jelmer Vernooij1-4/+6
2010-06-20Revert "s4:ldb-samba: fix the build without a system ldb"Stefan Metzmacher1-5/+0
2010-06-20s4:ldb: only do ABI checking for the standalone build for nowStefan Metzmacher1-12/+24
2010-06-20libpolicy: Fix the build.Jelmer Vernooij2-2/+2
2010-06-20Add preliminary support for storing changed Group Policies.Wilco Baan Hofman3-0/+101
2010-06-20Refactor policy filesystem code.Wilco Baan Hofman1-97/+244
2010-06-20Fix memory allocation with error handling.Wilco Baan Hofman5-21/+135
2010-06-20Add talloc_frees in error cases in net_gpo.cWilco Baan Hofman1-0/+11
2010-06-20Code cleanups: GUID generation, lp_dnsdomain instead of lp_realm, missing spa...Wilco Baan Hofman2-9/+6
2010-06-20Set inherit flag type to bool.Wilco Baan Hofman1-1/+1
2010-06-20Fix 'magic' numbers to be strlen(something)Wilco Baan Hofman2-4/+6
2010-06-20Change talloc_steal to strdup because function might not expect it.Wilco Baan Hofman1-5/+5