summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2010-10-16s4:ldif_handlers.c - fix a typoMatthias Dieter Wallnöfer1-1/+1
2010-10-16s4:dsdb - fix unsigned integer save problems using the "%u" specifierMatthias Dieter Wallnöfer8-33/+49
2010-10-16s4:dsdb/common/util.c - describe the behaviour of the functions "samdb_msg_ad...Matthias Dieter Wallnöfer1-5/+32
2010-10-16heimdal_build: Support using system asn1 library.Jelmer Vernooij2-28/+35
2010-10-16heimdal_build: Skip some hx509 code when using system hx509.Jelmer Vernooij1-42/+41
2010-10-16heimdal_build: Add comment with stub for finding the system libtommath.Jelmer Vernooij1-0/+4
2010-10-16heimdal_build: Initial work on supporting an external heimdal library.Jelmer Vernooij1-5/+6
2010-10-16heimdal_build: Support using system hx509 library when explicitlyJelmer Vernooij2-47/+44
2010-10-16heimdal_build: Fix build with system roken.Jelmer Vernooij1-9/+9
2010-10-16heimdal_build: Put version objects in a separate subsystem.Jelmer Vernooij4-21/+57
2010-10-16heimdal: Support using system roken.Jelmer Vernooij2-98/+100
2010-10-16heimdal_build: Use existing functions for finding system libraries.Jelmer Vernooij1-6/+1
2010-10-15heimdal Add missing dependencies on wind.Jelmer Vernooij1-2/+2
2010-10-15heimdal_build: Allow using system wind.Jelmer Vernooij2-47/+67
2010-10-15s4:torture/local/dbspeed.c - use LDB result constantMatthias Dieter Wallnöfer1-1/+2
2010-10-15s4-net: exit with a failure when a command is unknownAndrew Tridgell1-1/+1
2010-10-15s4-finddcs: better debug messages to help track down DNS problemsAndrew Tridgell1-1/+12
2010-10-15s4-net: fix the dependence on command line orderingAndrew Tridgell1-8/+10
2010-10-15s4:samdb_msg_add_int* - use "ldb_msg_add_string" rather than "samdb_msg_add_s...Matthias Dieter Wallnöfer1-2/+2
2010-10-15s4 param: change messaging directory name from messaging to msgMatthieu Patou1-1/+1
2010-10-15s4 dsdb: fix sign problem on PPC and x86Matthieu Patou1-2/+2
2010-10-15s4:lib/registry/util.c - cosmetic - fix indentation, trailing whitespacesMatthias Dieter Wallnöfer1-10/+11
2010-10-15s4:lib/registry/util.c - strtoll call - better say explicitly that data is in...Matthias Dieter Wallnöfer1-1/+1
2010-10-15s4:ntptr/ntptr_simple_ldb.c - use LDB result constantsMatthias Dieter Wallnöfer1-2/+2
2010-10-15s4:libnet_samsync_ldb.c - use LDB result constantsMatthias Dieter Wallnöfer1-15/+15
2010-10-15s4:lsa RPC server - use LDB result constantMatthias Dieter Wallnöfer1-1/+1
2010-10-15s4:samldb LDB module - cosmetic - use "ldb" variable rather than "ldb_module_...Matthias Dieter Wallnöfer1-1/+1
2010-10-15s4:samdb_create_foreign_security_principal - proof error code of "samdb_msg_a...Matthias Dieter Wallnöfer1-3/+6
2010-10-15s4:dsdb/common/util.c - samdb_msg_add_* calls - proof for more OOM conditionsMatthias Dieter Wallnöfer1-0/+6
2010-10-15s4:dsdb/common/util.c - samdb_msg_add_string - the attribute name doesn't nee...Matthias Dieter Wallnöfer1-4/+3
2010-10-15s4:dsdb - remove "samdb_msg_add_value"Matthias Dieter Wallnöfer2-17/+6
2010-10-15s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...Matthias Dieter Wallnöfer20-225/+199
2010-10-14s4:samldb LDB module - attempt to fix integer handling on big-endian platformsMatthias Dieter Wallnöfer1-7/+9
2010-10-14s4-waf: automatically remove stale C and header filesAndrew Tridgell1-0/+1
2010-10-14s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell1-3/+3
2010-10-14libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett1-1/+1
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett7-901/+1
2010-10-14s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett3-4/+18
2010-10-14s4: show samba version in bin/samba -bAndrew Tridgell1-0/+1
2010-10-13s4:samldb LDB module - cosmetic fixupsMatthias Dieter Wallnöfer1-9/+9
2010-10-13heimdal: Add soname for com_err.Jelmer Vernooij1-0/+1
2010-10-13heimdal: Add sonames.Jelmer Vernooij1-2/+9
2010-10-13samdb: Set soname.Jelmer Vernooij1-1/+2
2010-10-13s4:sam.py - tests for "userAccountControl" attributeMatthias Dieter Wallnöfer1-3/+448
2010-10-13s4:samldb LDB module - deny creation of temporary duplicate accountsMatthias Dieter Wallnöfer1-0/+12
2010-10-13s4:samldb LDB module - proof the account type also on LDB modify operationsMatthias Dieter Wallnöfer1-0/+8
2010-10-13ldb: Only build LIBLDB_MAIN when building ldb itself.Jelmer Vernooij1-8/+8
2010-10-13s4:sam.py - add a test for the group type changing behaviourMatthias Dieter Wallnöfer1-0/+595
2010-10-13s4:samldb LDB module - support the group type changing properlyMatthias Dieter Wallnöfer1-1/+53
2010-10-13s4:ldap.py - test the "isCriticalSystemObject" behaviourMatthias Dieter Wallnöfer1-0/+39