s4-finddcs: added finddcs_cldap()
[sfrench/samba-autobuild/.git] / source3 /
2010-09-14 Pierre CarrierAllows changing the maximum number of simultaneous...
2010-09-14 Jeremy AllisonEnsure incoming timespec values correctly wrap at nsecs.
2010-09-14 Andrew Bartletts3-torture Add tests to show that the dom_sid parsing...
2010-09-14 Andrew Bartletts3-util_sid Use the NDR parser to parse struct dom_sid
2010-09-14 Andrew Bartlettlibcli/security Merge source3/ string_to_sid() to commo...
2010-09-14 Andrew Bartletts3-util_sid use ARRAY_SIZE() to ensure we never overflo...
2010-09-14 Andrew Bartletts3-util_sid Accept S-1-5 as a SID
2010-09-14 Andrew Bartletts3-dom_sid Use C99 types in dom_sid handling
2010-09-14 Björn Jackes3/profile: remove the magical clock initialization...
2010-09-14 Björn Jackes3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID
2010-09-14 Günther Deschners3-waf: fix the build after privilege code changes.
2010-09-14 Volker Lendeckes3: Remove some unnecessary if-statements
2010-09-13 Jeremy AllisonFix bug 7409 - Thousands of reduce_name: couldn't get...
2010-09-13 Volker Lendeckentlm_auth: Fix a valgrind error
2010-09-13 Volker Lendeckes3: Fix a typo
2010-09-13 Volker Lendeckes3: Fix a typo (authentictaion->authentication)
2010-09-12 Volker Lendeckes3: Remove a nesting level in winbindd_dual_pam_chauthtok
2010-09-11 Andrew Bartletts3-auth Fix typo in comment
2010-09-11 Andrew Bartletts3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs
2010-09-11 Andrew Bartlettlibcli/security Move 'private' privileges functions...
2010-09-11 Andrew Bartletts3-samr Explian better the use of two privileges in...
2010-09-11 Andrew Bartlettlibcli/security Remove 'always true' return from se_pri...
2010-09-11 Andrew Bartletts3-util_sid Tidy up global struct security_token
2010-09-11 Andrew Bartletts3-privs Add const
2010-09-11 Andrew Bartletts3-privs Remove extra pointer on privilege mask
2010-09-11 Andrew Tridgells3-privileges: add handling of both old and new formats...
2010-09-11 Andrew Bartletts3-privs Remove unused function
2010-09-11 Andrew Bartletts3-privs Overhaul PRIVILEGE_SET handling, avoid dealing...
2010-09-11 Andrew Bartletts3-privs Hide the bitmap-based grant_privilege and...
2010-09-11 Andrew Bartletts3-privs Make privilege_enum_sids() take an LUID, not...
2010-09-11 Andrew Bartlettlibcli/security make sec_privilege_id() return SEC_PRIV...
2010-09-11 Andrew Bartletts3-privs Rework access_check_object() to take two privi...
2010-09-11 Andrew Bartletts3-privs Rework privilege enumeration to also use new...
2010-09-11 Andrew Bartlettlibcli/security Remove luid_to_se_priv() and luid_to_pr...
2010-09-11 Andrew Bartletts3-privs Directly manipulate the privileges bitmap.
2010-09-11 Andrew Bartletts3-privs Convert from user_has_privileges() -> security...
2010-09-11 Andrew Bartletts3-privs Remove a pointer from grant_privilege()
2010-09-11 Andrew Bartletts3-privs Remove pointer indirection from se_priv_to_pri...
2010-09-11 Andrew Bartletts3-privs Call security_token_set_privilege() rather...
2010-09-11 Andrew Bartletts3-privs Remove a pointer indirection from revoke_privi...
2010-09-11 Andrew Bartlettlibcli/security Don't export privs[] as a global variable
2010-09-11 Andrew Bartletts3-lsa Use sec_privilege_id() to lookup name to LUID
2010-09-11 Andrew Bartlettlibcli/security Return number of entries in the old...
2010-09-11 Andrew Bartlettlibcli/privileges Simplify get_privilege_luid() to...
2010-09-11 Andrew Bartletts3-privs Move manual prototypes to common privileges.h
2010-09-11 Andrew Bartletts3-privs Inline dump_se_priv into callers now that...
2010-09-11 Andrew Bartletts3-privs Move source3/ privileges implmentation into...
2010-09-11 Andrew Bartletts3-privs Rename structure elements for greater clarity
2010-09-11 Andrew Bartletts3-privs More clarity in variable names
2010-09-11 Andrew Bartletts3-privs Rename mask -> privilege_mask to be more clear
2010-09-11 Andrew Bartletts3:auth Remove NT_USER_TOKEN
2010-09-11 Andrew Bartletts3-auth Change struct nt_user_token -> struct security_...
2010-09-11 Andrew Bartletts3-auth Change type of num_sids to uint32_t
2010-09-11 Andrew Bartletts3-privs Only store low bits of luid in privileges...
2010-09-11 Andrew Bartlettprivs Add my Copyright
2010-09-11 Andrew Bartletts3-privs Remove comment already moved to security.idl
2010-09-11 Andrew Bartletts3-privs Use constants from security.idl
2010-09-11 Andrew Bartletts3-privs Further changes to remove SE_PRIV
2010-09-11 Andrew Bartlettprivs Move privilege bitmasks to security.idl
2010-09-11 Andrew Bartletts3:privs Change to new host endian neutral privilages...
2010-09-11 Andrew Bartletts3:Change SE_PRIV to uint64_t
2010-09-11 Andrew Bartletts3:privileges Change SE_PRIV to be just a uint64_t
2010-09-11 Jeremy AllisonAdd check missing from previous patch after talloc_strd...
2010-09-11 Jeremy AllisonFactor out the recent changes into a function - check_p...
2010-09-10 Volker Lendeckes3: Simplify the logic in generate_krb5_ccache
2010-09-10 Björn Jackes3/winbind: use mono time for startup timeout check
2010-09-10 Günther Deschners3-selftest: add print_test_extended (as called from...
2010-09-10 Günther Deschners3-printing: fix non-ads build after prototype changes.
2010-09-10 Volker Lendeckes3: Simplify generate_krb5_ccache slightly
2010-09-10 Jeremy AllisonCheck all SMB_MALLOC returns correctly. Found by Andrea...
2010-09-10 Stefan Metzmachers3:torture: fix printf output, lines can't start with...
2010-09-10 Stefan Metzmachers3:torture: fix run_uid_regression_test
2010-09-10 Stefan Metzmachers3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SES...
2010-09-10 Günther Deschners3-spoolss: Fix _spoolss_GetPrinter().
2010-09-10 Andreas Schneiders3-spoolss: Don't leak memory on the session counter...
2010-09-10 Simo Sorces3-spoolss: Allow multiple client backchannels.
2010-09-10 Simo Sorces3-spoolss: Split function to send notification.
2010-09-10 Simo Sorces3-spoolss: Use a single structure for all the back...
2010-09-10 Simo Sorces3-spoolss: Rename Printer_entry to struct printer_handle.
2010-09-10 Simo Sorces3-spoolss: Move Printer_entry to srv_spoolss_nt.c
2010-09-10 Simo Sorces3-spoolss: Allocate printer entries on the pipe struct.
2010-09-10 Simo Sorces3-spoolss: Rename session counter structure and use...
2010-09-10 Günther Deschners3-dsgetdcname: cleanup receive_getdc_response a little.
2010-09-10 Günther Deschners3-build: use proper RPC_X_OBJ target names.
2010-09-10 Günther Deschners3-waf: use proper RPC_X_SRC names.
2010-09-10 Günther Deschners3-build: only link LIBNDR_XATTR_OBJ where needed.
2010-09-10 Günther Deschners3-waf: only link LIBNDR_XATTR_SRC where needed.
2010-09-10 Günther Deschners3-build: link ndr_notify only where needed.
2010-09-10 Günther Deschners3-waf: link ndr_notify only where needed.
2010-09-10 Günther Deschners3-build: link ndr_named_pipe_auth only where needed.
2010-09-10 Günther Deschners3-waf: link ndr_named_pipe_auth only where needed.
2010-09-09 Günther Deschners3-spoolss: allow a short printername w/o servername.
2010-09-09 Jeremy AllisonFox missing SMB_MALLOC return checks noticed by "Andrea...
2010-09-09 Jeremy AllisonMore paranoia to ensure SD's can't be set on read-only...
2010-09-09 Günther Deschners3-selftest: rename printer "print4" to "lp".
2010-09-09 Volker Lendeckes3: Ensure NULL termination for "workstation" in auth_crap
2010-09-09 Günther Deschners3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RES...
2010-09-09 Volker Lendeckes3: These assignments are overwritten immediately
2010-09-09 Günther Deschners3-nmbd: use autogenerated marshalling for LOGON_SAM_LO...
2010-09-09 Günther Deschners3-nmbd: use autogenerated marshalling for LOGON_PRIMAR...
next