summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-08pidl: adjust expected output for new flag checkingAndrew Tridgell1-2/+4
2011-09-08s4-dsdb: prevent crash on bad DN in construct_parent_guid()Andrew Tridgell1-0/+3
2011-09-08torture-drs: fixed NDR tests for DRS blobsAndrew Tridgell1-2/+40
2011-09-08torture-ndr: fixed NDR tests for NTLMSSP blobsAndrew Tridgell1-4/+5
2011-09-08torture-ndr: fixed NDR tests for NBT blobsAndrew Tridgell1-2/+2
2011-09-08torture-ndr: fixed NDR tests for DFS blobsAndrew Tridgell1-3/+3
2011-09-08torture-ndr: added support for testing push functionsAndrew Tridgell2-25/+52
2011-09-08pidl: added checking of NDR flags in generated codeAndrew Tridgell1-0/+8
2011-09-08libndr: add checking to all pull/push functions of base typesAndrew Tridgell1-0/+34
2011-09-08libndr: moved the NDR_* flags to have less overlapAndrew Tridgell1-8/+36
2011-09-08lib: added base64_decode_data_blob_talloc()Andrew Tridgell2-2/+19
2011-09-08s4-dsdb: fixed compiler warningAndrew Tridgell1-1/+1
2011-09-08Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison1-5/+4
2011-09-08s4-provision: Fill msDS-NC-Replica-Locations attribute in DNS provisioningAmitay Isaacs2-0/+4
2011-09-08s4-provision: Make DNS entries consistent with dns_update scriptAmitay Isaacs1-4/+4
2011-09-08s4-provision: Reworked DNS provisioning to support AD DNS schemaAmitay Isaacs1-114/+435
2011-09-08s4-provision: LDIF files to set up AD DNS schemaAmitay Isaacs5-3/+129
2011-09-08s4-provision: Add DNS backend option to provisionAmitay Isaacs2-4/+10
2011-09-08s4-provision: exit is not imported directed, use sys.exitAmitay Isaacs1-1/+1
2011-09-08s4-provision: Extract dns account creation as separate ldifAmitay Isaacs2-92/+12
2011-09-08samba-tool: Avoid use of "except .. as" construction introduced in python2.6.Jelmer Vernooij1-2/+3
2011-09-07Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper1-1/+7
2011-09-07s3:winbind: put winbindd_cache into the state dir, not the cache dirMichael Adam1-1/+1
2011-09-07s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck1-1/+2
2011-09-07s3: let g_lock_unlock() return more specific status codes on failureGregor Beck1-2/+2
2011-09-07s3: Fix Coverity ID 2611, UNINITVolker Lendecke1-0/+1
2011-09-07s3: Fix Coverity ID 2612, UNINITVolker Lendecke1-0/+1
2011-09-07s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid valuesStefan Metzmacher1-3/+3
2011-09-07s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-authStefan Metzmacher1-1/+2
2011-09-07talloc: Remove an unused variableVolker Lendecke1-1/+0
2011-09-07s3:idmap/autorid add a small alloc pool to autoridChristian Ambach1-0/+52
2011-09-07s4-s3-upgrade: convert password age policies to the negative NTTIME formatAndrew Bartlett1-8/+21
2011-09-07lib/addns: Remove unused TALLOC_ macrosAndrew Bartlett1-42/+0
2011-09-07build: Replace mkbuildoptions-waf awk script with waf targetAmitay Isaacs3-277/+175
2011-09-07samba-tool: Add --filter option to ldapcmp to ignore specified attributesAmitay Isaacs1-9/+20
2011-09-07s4-kcc: Fix the list of NCs for DRS replica informationAmitay Isaacs1-3/+21
2011-09-07s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...Stefan Metzmacher1-0/+8
2011-09-07s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...Stefan Metzmacher1-0/+8
2011-09-07s3:smb2_server: return BAD_NETWORK_NAME if the path is terminated in SMB2_TCONStefan Metzmacher1-0/+8
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_write.cStefan Metzmacher1-12/+6
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_setinfo.cStefan Metzmacher1-13/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_read.cStefan Metzmacher1-11/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_notify.cStefan Metzmacher1-12/+4
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_lock.cStefan Metzmacher1-11/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_keepalive.cStefan Metzmacher1-13/+4
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_ioctl.cStefan Metzmacher1-13/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_getinfo.cStefan Metzmacher1-13/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_flush.cStefan Metzmacher1-12/+4
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.cStefan Metzmacher1-13/+5
2011-09-07s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.cStefan Metzmacher1-11/+4