summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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:libds/common/flags.h - fix typoMatthias Dieter Wallnöfer2010-10-151-1/+1
* 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
* s3: Remove smbd_server_conn from construct_replyVolker Lendecke2010-10-141-4/+6
* s3: Lift smbd_server_conn from receive_smb_tallocVolker Lendecke2010-10-141-10/+9
* s3: Lift smbd_server_conn from receive_smb_raw_tallocVolker Lendecke2010-10-141-8/+10
* s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_readVolker Lendecke2010-10-141-10/+10
* s3: Remove some explicit smbd_server_conn refs in process_smb()Volker Lendecke2010-10-141-2/+2
* s3: Rename "conn" to the more used "sconn" in process_smb()Volker Lendecke2010-10-141-7/+7
* 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-144-0/+99
* s4-heimdal: fixed some trailing commas in heimdal buildAndrew Tridgell2010-10-141-3/+3
* security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell2010-10-141-0/+5
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-143-6/+7
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-1421-740/+615
* libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett2010-10-142-65/+64
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-145-15/+62
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-143-4/+18
* s3-acl Use uint32_t for counting the ACEsAndrew Bartlett2010-10-141-1/+1
* s3-acl Merge source4-supported privileges into se_access_checkAndrew Bartlett2010-10-141-5/+9
* s3-util_nttoken.c Also copy the rights_mask when copying a security_tokenAndrew Bartlett2010-10-141-0/+4
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-149-36/+8
* s3-auth use security_token_has_sid() from the common codeAndrew Bartlett2010-10-141-9/+2
* s3 Replace is_sid_in_token() with security_token_has_sid() from common codeAndrew Bartlett2010-10-146-21/+10
* 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