summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-21s3:passdb add pdb_*_is_responsible_for* functionsChristian Ambach3-0/+84
2013-06-21s3:passdb add idmap control functionsChristian Ambach1-1/+8
2013-06-21s3:passdb/samba_dsdb fix some compiler warningsChristian Ambach1-2/+2
2013-06-21s3:passdb/samba_dsdb fix a compiler warningChristian Ambach1-1/+1
2013-06-21s3:utils/net_lookup fix a format-errorChristian Ambach1-1/+1
2013-06-20s4-winbind: Add special case for BUILTIN domainAndrew Bartlett3-20/+37
2013-06-20Fix bug #9166 - Starting smbd or nmbd with stdin from /dev/null results in "E...Jeremy Allison4-6/+54
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett26-37/+38
2013-06-18Re-add umask(0) code removed by commit 3a7c2777ee0de37d758fe81d67d6836a8354825eJeremy Allison1-2/+7
2013-06-18Fix xx_path() - return check from mkdir() is incorrect.Jeremy Allison1-3/+8
2013-06-17docs/vfs_catia: rework man pageDavid Disseldorp1-32/+39
2013-06-17docs/vfs_catia: remove space-char mapping recommendationDavid Disseldorp1-3/+3
2013-06-17vfs_catia: use translate direction enum instead of intDavid Disseldorp1-1/+1
2013-06-17vfs_streams_xattr: Do not attempt to write empty attribute twiceChristof Schmitt1-31/+11
2013-06-14librpc: Shorten dcerpc_binding_handle_call a bitVolker Lendecke1-13/+6
2013-06-14librpc: Use tevent_req_poll_ntstatusVolker Lendecke1-2/+1
2013-06-14libsmbclient: Fix typosVolker Lendecke1-4/+4
2013-06-14tsocket: Add some constVolker Lendecke2-3/+3
2013-06-14gencache: Simplify gencache_init a bitVolker Lendecke1-13/+16
2013-06-14genrand: Slightly simplify do_reseedVolker Lendecke1-13/+11
2013-06-14tevent: Fix Coverity ID 989236 Operands don't affect resultVolker Lendecke1-1/+1
2013-06-13dsdb: remove a wrong comment in dsdb_check_access_on_dn_internal()Stefan Metzmacher1-4/+1
2013-06-13dsdb: don't allow a missing nTSecurityDescriptor in dsdb_get_sd_from_ldb_mess...Stefan Metzmacher1-3/+3
2013-06-13dsdb: use AS_SYSTEM | SHOW_RECYCLED for access check searchesStefan Metzmacher1-1/+7
2013-06-13s4:smb_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher1-0/+1
2013-06-13s4:rpc_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher1-0/+1
2013-06-13s4:ldap_server: call irpc_add_name() at startup (bug #9905)Stefan Metzmacher1-0/+3
2013-06-13dsdb repl_meta_data: Use dsdb_request_add_controls()Andrew Bartlett1-18/+1
2013-06-13Initialize the file descriptor in the files_struct before trying to close it....Christof Schmitt1-0/+1
2013-06-12tevent: Link the tutorial on the mainpage.Andreas Schneider2-157/+535
2013-06-12tevent: Add tevent tutorial files.David Koňař8-0/+1034
2013-06-12s3-libads: Print the debug string of a failed call with LDAP_OTHER.Andreas Schneider1-0/+18
2013-06-12krb5wrap: Move mask to the right position.Andreas Schneider1-1/+1
2013-06-12dsdb-tests ldap.py: Add test for usn behaviour on certain changesAndrew Bartlett1-54/+155
2013-06-12dsdb-tests ldap.py: Fix quoting of print statementsAndrew Bartlett1-10/+10
2013-06-12dsdb: Fix behaviour for when to update the USN when there is no changeAndrew Bartlett1-6/+28
2013-06-12dsdb: Allow dsdb_find_dn_by_guid to show deleted DNsAndrew Bartlett5-9/+17
2013-06-12python samba-tool drs: Correctly print KCC references to deleted serversAndrew Bartlett1-3/+12
2013-06-12Fix bug #9932 - Currently the maximum number of aces in an SD is limited to 1...Partha Sarathi1-1/+1
2013-06-12smbd: Remove an unused variableVolker Lendecke1-2/+0
2013-06-11librpc: Fix some "ignored asprint result" warningsVolker Lendecke1-18/+9
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Fix a const warningVolker Lendecke1-1/+1
2013-06-11smbd: Remove unused codeVolker Lendecke1-7/+0
2013-06-11lib: Remove an unused variableVolker Lendecke1-1/+0
2013-06-11winreg3: Fix a const warningVolker Lendecke1-1/+3
2013-06-11libsmb: add ABI/smbclient-0.2.1.sigsDavid Disseldorp2-1/+176
2013-06-11Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison7-2/+39
2013-06-11Plumb the 'port' parameter into the connect code.Jeremy Allison1-8/+11
2013-06-11Add the port argument to SMBC_server().Jeremy Allison7-19/+21