summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-printing: Use printer list tdb in pcap.Simo Sorce2010-09-151-21/+35
* s3-printing: Added a printer list database.Simo Sorce2010-09-153-1/+433
* s3-nltest: add dsgetdc command.Günther Deschner2010-09-151-3/+181
* s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName().Günther Deschner2010-09-151-0/+13
* s3-libnetapi: add DS request flags to public header.Günther Deschner2010-09-151-0/+21
* s3-libnetapi: add DS_X_FLAGs to public header.Günther Deschner2010-09-151-0/+16
* libnetapi: add DOMAIN_CONTROLLER_INFO_FLAGS.Günther Deschner2010-09-151-1/+19
* s3-nltest: convert server input argument into --server.Günther Deschner2010-09-151-24/+19
* s3-nltest: rename print_result to print_netlogon_info_result.Günther Deschner2010-09-151-4/+17
* s3-build: only link in prs parser where needed.Günther Deschner2010-09-151-2/+2
* s3-waf: only link in prs parser where needed.Günther Deschner2010-09-151-2/+2
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-144-9/+16
* Ensure incoming timespec values correctly wrap at nsecs.Jeremy Allison2010-09-141-0/+4
* s3-torture Add tests to show that the dom_sid parsing was faulty.Andrew Bartlett2010-09-141-0/+98
* s3-util_sid Use the NDR parser to parse struct dom_sidAndrew Bartlett2010-09-141-14/+8
* libcli/security Merge source3/ string_to_sid() to common codeAndrew Bartlett2010-09-141-106/+0
* s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sidAndrew Bartlett2010-09-141-1/+1
* s3-util_sid Accept S-1-5 as a SIDAndrew Bartlett2010-09-141-2/+10
* s3-dom_sid Use C99 types in dom_sid handlingAndrew Bartlett2010-09-141-7/+7
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-142-64/+3
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-143-36/+0
* s3-waf: fix the build after privilege code changes.Günther Deschner2010-09-141-1/+1
* s3: Remove some unnecessary if-statementsVolker Lendecke2010-09-131-10/+5
* Fix bug 7409 - Thousands of reduce_name: couldn't get realpath.Jeremy Allison2010-09-131-1/+1
* ntlm_auth: Fix a valgrind errorVolker Lendecke2010-09-131-1/+1
* s3: Fix a typoVolker Lendecke2010-09-131-1/+1
* s3: Fix a typo (authentictaion->authentication)Volker Lendecke2010-09-131-1/+3
* s3: Remove a nesting level in winbindd_dual_pam_chauthtokVolker Lendecke2010-09-121-18/+19
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCsAndrew Bartlett2010-09-111-3/+1
* libcli/security Move 'private' privileges functions to another headerAndrew Bartlett2010-09-111-0/+1
* s3-samr Explian better the use of two privileges in this callAndrew Bartlett2010-09-111-0/+4
* libcli/security Remove 'always true' return from se_priv_put_all_privilegesAndrew Bartlett2010-09-111-3/+1
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-114-16/+8
* s3-privs Add constAndrew Bartlett2010-09-112-6/+6
* s3-privs Remove extra pointer on privilege maskAndrew Bartlett2010-09-111-4/+4
* s3-privileges: add handling of both old and new formats in databaseAndrew Tridgell2010-09-111-28/+48
* s3-privs Remove unused functionAndrew Bartlett2010-09-112-31/+0
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-113-106/+36
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-114-28/+44
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-114-9/+12
* libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.Andrew Bartlett2010-09-111-1/+1
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-113-68/+60
* s3-privs Rework privilege enumeration to also use new DB formatAndrew Bartlett2010-09-111-5/+18
* libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()Andrew Bartlett2010-09-111-3/+9
* s3-privs Directly manipulate the privileges bitmap.Andrew Bartlett2010-09-113-14/+7
* s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett2010-09-119-47/+28
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-114-10/+10
* s3-privs Remove pointer indirection from se_priv_to_privilege_set()Andrew Bartlett2010-09-111-2/+2
* s3-privs Call security_token_set_privilege() rather than manual assignmentAndrew Bartlett2010-09-112-2/+3