summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:torture/rpc: fix error path in torture_leave_domain()Stefan Metzmacher2014-03-251-2/+1
* s4-torture: add some tests for pre-allocated buffers in enumprinterdrivers call.Günther Deschner2014-03-201-0/+10
* s4-torture: add test_EnumPrinterDrivers_buffers function.Günther Deschner2014-03-201-11/+31
* dsdb: Further assert that we always have an objectClass and an rDNAndrew Bartlett2014-03-171-32/+118
* ldapsrv: Pass struct ldb_result * rather than void *Andrew Bartlett2014-03-141-8/+8
* dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantitiesAndrew Bartlett2014-03-141-4/+18
* kdc: Use correct KDC include path when building against the system heimdalAndrew Bartlett2014-03-141-5/+11
* CVE-2013-4496:Revert remainder of ce895609b04380bfc41e4f8fddc84bd2f9324340Andrew Bartlett2014-03-131-34/+35
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-132-139/+12
* s4: smbtorture: Add a proper change_notify going async followed by tdis test.Jeremy Allison2014-03-121-1/+67
* s4: smbtorture: Update the torture_smb2_notify_ulogoff test to demonstrate th...Jeremy Allison2014-03-121-6/+14
* s4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED after smb2_logoff/tdisStefan Metzmacher2014-03-121-11/+13
* samba-tool: make provision check for bind versionGarming Sam2014-03-092-3/+3
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-078-16/+16
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-03-071-21/+5
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-055-7/+28
* Remove NT_STATUS_IS_ERR_RETURN macro from the codebase.Garming Sam2014-03-051-1/+3
* Remove NT_STATUS_IS_OK_RETURN macro from the codebase.Garming Sam2014-03-051-1/+3
* Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...Garming Sam2014-03-052-20/+40
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-0513-114/+456
* winbind4: Remove unused winbind_get_idmap irpc operationVolker Lendecke2014-03-052-94/+2
* auth4: Remove unused wbc_contextVolker Lendecke2014-03-053-42/+1
* ntvfs_unixuid: No wbc_context requiredVolker Lendecke2014-03-051-8/+0
* ntvfs_posix: No wbc_context requiredVolker Lendecke2014-03-052-8/+0
* dcesrv_unixinfo: No wbc_context requiredVolker Lendecke2014-03-051-32/+4
* unixuid: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-03-051-3/+1
* pvfs: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-03-052-6/+7
* auth4: Do not generate just a temporary wbc_contextVolker Lendecke2014-03-051-10/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-03-052-3/+4
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-03-052-4/+4
* libwbclient4: Remove unused composite-based functionsVolker Lendecke2014-03-052-158/+0
* source4: Use wbc_xids_to_sidsVolker Lendecke2014-03-053-24/+5
* libwbclient4: Add wbc_xids_to_sidsVolker Lendecke2014-03-051-0/+215
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-03-054-29/+8
* libwbclient4: Add wbc_sids_to_xidsVolker Lendecke2014-03-053-1/+173
* bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin2014-03-041-6/+8
* torture: Fix a torture crash with -O3Volker Lendecke2014-02-281-2/+2
* torture: Fix a buffer overrunVolker Lendecke2014-02-281-2/+2
* s4: tidy up vfs smb2 in regards to using share_string_optionGarming Sam2014-02-241-21/+21
* s4: tidy up vfs cifs in regards to using share_string_optionGarming Sam2014-02-241-21/+22
* s4: tidy up some null checks in ntvfsGarming Sam2014-02-242-4/+4
* heimdal: Use krb5_free_default_realm() for free()Santosh Kumar Pradhan2014-02-211-3/+3
* kdc: Free the resource which is not used anymoreSantosh Kumar Pradhan2014-02-211-0/+1
* heimdal_build: only enable libintl functions if everything was foundChristian Ambach2014-02-201-1/+2
* lib/param: handle non-constant strings properly by passing in a memory contextGarming Sam2014-02-203-5/+5
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-2017-72/+151
* Define the winbindd socket directory when building wbclientGarming Sam2014-02-191-0/+1
* Revert "libwbclient4: Add wbc_sids_to_xids"Volker Lendecke2014-02-183-173/+1
* Revert "source4: Use wbc_sids_to_xids"Volker Lendecke2014-02-184-8/+29
* Revert "libwbclient4: Add wbc_xids_to_sids"Volker Lendecke2014-02-181-215/+0