summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-10libcli/cldap: pass tevent_context to cldap_search_send()Stefan Metzmacher3-5/+9
2011-10-10libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher7-8/+14
2011-10-10libcli/cldap: pass tevent_context to cldap_set_incoming_handler()Stefan Metzmacher3-2/+6
2011-10-10s3:smb2_create: fix allocation size return value when opening existing filesChristian Ambach1-2/+2
2011-10-10s3-passdb: split out passdb/pdb_smbpasswd.h.Günther Deschner3-4/+31
2011-10-10s3-passdb: split out passdb/pdb_wbc_sam.h.Günther Deschner3-4/+34
2011-10-10s3-passdb: split out passdb/pdb_tdb.h.Günther Deschner3-4/+33
2011-10-10s3-net: when all DNS servers fail to operate, the overal DNS registration resultGünther Deschner1-0/+2
2011-10-10ldb: change version to 1.1.3 after pyldb changesStefan Metzmacher3-1/+259
2011-10-09Remove pointless exception catching in tests.Jelmer Vernooij2-10/+4
2011-10-08netcmd/domain: Remove unused imports.Jelmer Vernooij1-2/+2
2011-10-08s3-docs: Fix typo.Karolin Seeger1-1/+1
2011-10-08s3-docs: Fix bug #7908.Karolin Seeger1-1/+1
2011-10-08netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij1-9/+8
2011-10-08upgrade: Avoid catching all exceptions, just catch the ones we care about.Jelmer Vernooij1-11/+9
2011-10-08s4:findprovisionusnranges - the default python path is detected over "env"Matthias Dieter Wallnöfer1-1/+1
2011-10-08s4:upgrading-samba4.txt - fix mistakes reported by bug #8504Matthias Dieter Wallnöfer1-1/+0
2011-10-08examples/VFS: add skel_get_dfs_referrals()Stefan Metzmacher2-0/+14
2011-10-08examples/VFS: fix names in skel_opaque.cStefan Metzmacher1-3/+3
2011-10-08s4:torture/smb2: avoid '//' commentsStefan Metzmacher1-1/+1
2011-10-08s4:torture/drs: avoid '//' commentsStefan Metzmacher1-2/+2
2011-10-08s4:lib/wmi: avoid '//' commentsStefan Metzmacher1-8/+8
2011-10-08s3:utils: avoid '//' commentsStefan Metzmacher2-2/+2
2011-10-08s3:lib/netapi: avoid '//' commentsStefan Metzmacher2-3/+3
2011-10-08dnsserver.idl: avoid '//' commentsStefan Metzmacher1-180/+180
2011-10-08build: build wbinfo only once in the waf buildAndrew Bartlett4-14/+7
2011-10-08build: remove double-setting of build_public_headersAndrew Bartlett1-3/+0
2011-10-08build: s3 public headers appear to be correct nowAndrew Bartlett1-3/+0
2011-10-08selftest: run dfs tests on plugin_s4_dcStefan Metzmacher2-0/+4
2011-10-08s3:modules: add vfs_dfs_samba4Stefan Metzmacher3-2/+167
2011-10-08s3:msdfs: removed unused variablesStefan Metzmacher1-209/+0
2011-10-08s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()Stefan Metzmacher2-86/+32
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher6-1/+209
2011-10-08s3:param: add lp_host_msdfs to loadparm_s3_contextStefan Metzmacher1-1/+3
2011-10-08s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2-812/+54
2011-10-08dfs_server: add generic dfs_server_ad_get_referrals() callStefan Metzmacher4-0/+878
2011-10-08examples/VFS: fix a typo in the READMEMichael Adam1-1/+1
2011-10-07Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.Jeremy Allison1-3/+8
2011-10-07s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OIDStefan Metzmacher3-1/+42
2011-10-07Revert "ldb: support raw OIDs in control string parsing"Stefan Metzmacher2-19/+0
2011-10-07s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher1-1/+1
2011-10-07ldb/ldb_controls: allow oid up to 255 charsStefan Metzmacher1-1/+1
2011-10-07s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.hStefan Metzmacher1-10/+10
2011-10-07uid_wrapper: Add uwrap_setresuid().Andreas Schneider2-0/+17
2011-10-07uid_wrapper: Add uwrap_setregid().Andreas Schneider2-0/+17
2011-10-07uid_wrapper: Add uwrap_setreuid().Andreas Schneider2-0/+17
2011-10-07s4-param copy print_parameter and equal_parameter in from source3Andrew Bartlett1-10/+24
2011-10-07s3-param Remove odd formatting to allow code mergeAndrew Bartlett1-18/+18
2011-10-07s3-param: inline octal_string into caller to allow code mergeAndrew Bartlett1-3/+6
2011-10-07param: Use a bool to hold boolean parametersAndrew Bartlett2-8/+8