summaryrefslogtreecommitdiff
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-2/+0
* s3-build: try to fix the non-ldap build.Günther Deschner2010-09-201-4/+0
* s3-nmbd: move SYNC_DNS to nmbd.hGünther Deschner2010-09-201-4/+0
* s3-util: use shared dom_sid_dup.Günther Deschner2010-09-201-1/+0
* s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions.Günther Deschner2010-09-201-3/+0
* s3-build: only include smbldap.h where needed.Günther Deschner2010-09-203-41/+41
* s3-build: only include ctdbd_conn.h where needed.Günther Deschner2010-09-201-1/+0
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-2/+0
* s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and ...Michael Adam2010-09-201-7/+0
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-3/+0
* s3-registry: move regf based reg_api calls into own file.Günther Deschner2010-09-201-2/+5
* s3: Add a missing prototypeVolker Lendecke2010-09-181-0/+1
* ѕ3: remove smb_msleep prototype from hereBjörn Jacke2010-09-161-1/+0
* s3: remove TvalDiff macro, we can use the shared usec_time_diff functionBjörn Jacke2010-09-161-9/+0
* s3: remove TspecDiff macro, we can use the shared nsec_time_diff functionBjörn Jacke2010-09-161-9/+0
* s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface.Simo Sorce2010-09-151-2/+6
* s3-rpc_client: Added a tstream based transport.Simo Sorce2010-09-151-0/+7
* s3-rpc_server: Make process_incoming_data() public.Simo Sorce2010-09-151-0/+2
* s3-rpc_server: Make pipe destructor public.Simo Sorce2010-09-151-0/+1
* s3-misc: Introduce lp_ncalrpc_dir() in S3, like we have in S4.Simo Sorce2010-09-151-0/+1
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2010-09-142-3/+1
* s3/profile: remove the magical clock initialization from the profile codeBjörn Jacke2010-09-141-8/+3
* s3/profiling: don't use CLOCK_PROCESS_CPUTIME_IDBjörn Jacke2010-09-141-1/+0
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2010-09-111-1/+1
* s3-privs Add constAndrew Bartlett2010-09-111-3/+3
* s3-privs Remove unused functionAndrew Bartlett2010-09-111-1/+0
* s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett2010-09-111-0/+1
* s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett2010-09-111-2/+2
* s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett2010-09-111-1/+1
* s3-privs Rework access_check_object() to take two privilegesAndrew Bartlett2010-09-111-3/+4
* s3-privs Remove a pointer from grant_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett2010-09-111-1/+1
* s3-privs Move manual prototypes to common privileges.hAndrew Bartlett2010-09-111-20/+0
* s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett2010-09-112-75/+1
* s3-privs Rename structure elements for greater clarityAndrew Bartlett2010-09-111-2/+2
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-114-27/+25
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-113-20/+17
* s3-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-112-4/+4
* s3-privs Only store low bits of luid in privileges tableAndrew Bartlett2010-09-111-1/+1
* privs Add my CopyrightAndrew Bartlett2010-09-111-0/+1
* s3-privs Further changes to remove SE_PRIVAndrew Bartlett2010-09-113-33/+31
* privs Move privilege bitmasks to security.idlAndrew Bartlett2010-09-111-19/+1
* s3:privileges Change SE_PRIV to be just a uint64_tAndrew Bartlett2010-09-111-22/+17
* s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider2010-09-101-0/+1
* s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2010-09-101-40/+0
* s3-printing: Make auth_serversupplied_info const.Andreas Schneider2010-09-092-15/+15
* s3-msdfs: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-1/+1
* s3-rpcint: Make auth_serversupplied_info const.Andreas Schneider2010-09-091-2/+2
* s3-auth: Added get_server_info_system function.Andreas Schneider2010-09-091-0/+1