summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* heimdal Add missing dependencies on wind.Jelmer Vernooij2010-10-151-2/+2
* heimdal_build: Allow using system wind.Jelmer Vernooij2010-10-152-47/+67
* s4:torture/local/dbspeed.c - use LDB result constantMatthias Dieter Wallnöfer2010-10-151-1/+2
* s4-net: exit with a failure when a command is unknownAndrew Tridgell2010-10-151-1/+1
* s4-finddcs: better debug messages to help track down DNS problemsAndrew Tridgell2010-10-151-1/+12
* s4-net: fix the dependence on command line orderingAndrew Tridgell2010-10-151-8/+10
* s4:samdb_msg_add_int* - use "ldb_msg_add_string" rather than "samdb_msg_add_s...Matthias Dieter Wallnöfer2010-10-151-2/+2
* s4 param: change messaging directory name from messaging to msgMatthieu Patou2010-10-151-1/+1
* s4 dsdb: fix sign problem on PPC and x86Matthieu Patou2010-10-151-2/+2
* s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespacesMatthias Dieter Wallnöfer2010-10-151-10/+11
* s4:lib/registry/util.c - strtoll call - better say explicitly that data is in...Matthias Dieter Wallnöfer2010-10-151-1/+1
* s4:ntptr/ntptr_simple_ldb.c - use LDB result constantsMatthias Dieter Wallnöfer2010-10-151-2/+2
* s4:libnet_samsync_ldb.c - use LDB result constantsMatthias Dieter Wallnöfer2010-10-151-15/+15
* s4:lsa RPC server - use LDB result constantMatthias Dieter Wallnöfer2010-10-151-1/+1
* s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_...Matthias Dieter Wallnöfer2010-10-151-1/+1
* s4:samdb_create_foreign_security_principal - proof error code of "samdb_msg_a...Matthias Dieter Wallnöfer2010-10-151-3/+6
* s4:dsdb/common/util.c - samdb_msg_add_* calls - proof for more OOM conditionsMatthias Dieter Wallnöfer2010-10-151-0/+6
* s4:dsdb/common/util.c - samdb_msg_add_string - the attribute name doesn't nee...Matthias Dieter Wallnöfer2010-10-151-4/+3
* s4:dsdb - remove "samdb_msg_add_value"Matthias Dieter Wallnöfer2010-10-152-17/+6
* s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer2010-10-1520-225/+199
* s4:samldb LDB module - attempt to fix integer handling on big-endian platformsMatthias Dieter Wallnöfer2010-10-141-7/+9
* s4-waf: automatically remove stale C and header filesAndrew Tridgell2010-10-141-0/+1
* s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell2010-10-141-3/+3
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-141-1/+1
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-147-901/+1
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-143-4/+18
* s4: show samba version in bin/samba -bAndrew Tridgell2010-10-141-0/+1
* s4:samldb LDB module - cosmetic fixupsMatthias Dieter Wallnöfer2010-10-131-9/+9
* heimdal: Add soname for com_err.Jelmer Vernooij2010-10-131-0/+1
* heimdal: Add sonames.Jelmer Vernooij2010-10-131-2/+9
* samdb: Set soname.Jelmer Vernooij2010-10-131-1/+2
* s4:sam.py - tests for "userAccountControl" attributeMatthias Dieter Wallnöfer2010-10-131-3/+448
* s4:samldb LDB module - deny creation of temporary duplicate accountsMatthias Dieter Wallnöfer2010-10-131-0/+12
* s4:samldb LDB module - proof the account type also on LDB modify operationsMatthias Dieter Wallnöfer2010-10-131-0/+8
* ldb: Only build LIBLDB_MAIN when building ldb itself.Jelmer Vernooij2010-10-131-8/+8
* s4:sam.py - add a test for the group type changing behaviourMatthias Dieter Wallnöfer2010-10-131-0/+595
* s4:samldb LDB module - support the group type changing properlyMatthias Dieter Wallnöfer2010-10-131-1/+53
* s4:ldap.py - test the "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer2010-10-131-0/+39
* s4:setup/provision_self_join.ldif - let the samldb LDB module fill in "isCrit...Matthias Dieter Wallnöfer2010-10-131-1/+1
* s4:samldb LDB module - deny also the direct modification of "isCriticalSystem...Matthias Dieter Wallnöfer2010-10-131-3/+14
* s4:objectclass LDB module - deny the creation of "isCriticalSystemObject" ent...Matthias Dieter Wallnöfer2010-10-131-0/+9
* s4:samldb LDB module - first implementation of the samldb primary group triggerMatthias Dieter Wallnöfer2010-10-131-48/+61
* s4:samldb LDB module - use the new "objectclass_trigger" for add operationsMatthias Dieter Wallnöfer2010-10-131-142/+33
* s4:samldb LDB module - first implementation of the samldb objectclass triggerMatthias Dieter Wallnöfer2010-10-131-0/+176
* ldb:ldb_match.c - fix a counter typeMatthias Dieter Wallnöfer2010-10-131-1/+1
* dsdb/schema_data: Build as shared object.Jelmer Vernooij2010-10-131-1/+1
* dsdb/schema_load: Build as shared object.Jelmer Vernooij2010-10-131-1/+1
* samdb: Build as library.Jelmer Vernooij2010-10-131-1/+1
* ldb: raise minor version number for new ldb_msg_match_error() functionAndrew Tridgell2010-10-132-1/+227
* s4-ldb: take advantage of ldb_match_msg_error() in more placesAndrew Tridgell2010-10-134-8/+32