Age | Commit message (Expand) | Author | Files | Lines |
2010-09-26 | s3: Remove talloc_autofree_context() from getpwnam_alloc() | Volker Lendecke | 1 | -1/+1 |
2010-09-26 | s3: Remove talloc_autofree_context() from serverid_db() | Volker Lendecke | 1 | -2/+2 |
2010-09-26 | s3: Remove talloc_autofree_context() from serverid_parent_init() | Volker Lendecke | 1 | -3/+2 |
2010-09-26 | s3: Remove talloc_autofree_context() from messaging_tdb_parent_init() | Volker Lendecke | 1 | -3/+2 |
2010-09-26 | s3: Remove talloc_autofree_context() from ctdb_read_req() | Volker Lendecke | 1 | -1/+2 |
2010-09-23 | s3-dsgetdcname: always pass in messaging context. | Günther Deschner | 3 | -4/+22 |
2010-09-22 | s3-registry: fix some c++ build warnings. | Günther Deschner | 1 | -2/+2 |
2010-09-22 | s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursive | Michael Adam | 1 | -3/+2 |
2010-09-22 | s3-lib: add srprs, primitives to build simple recursive parsers | Gregor Beck | 2 | -0/+366 |
2010-09-22 | s3-lib: add cbuf, a talloced character buffer | Gregor Beck | 2 | -0/+522 |
2010-09-21 | s3: Remove a global variable in bugfix for bug 7665 | Volker Lendecke | 2 | -7/+11 |
2010-09-21 | s3:registry: move prototype from reg_init_smbconf.c to its own header. | Michael Adam | 1 | -0/+1 |
2010-09-21 | s3:registry: move the reg_api prototypes to their own header. | Michael Adam | 1 | -0/+1 |
2010-09-20 | s3-libnetapi: Fix Bug #7665, memory leak in netapi connection manager. | Günther Deschner | 1 | -30/+65 |
2010-09-20 | s3-lib/util Remove unused smb_uuid_unpack() | Andrew Bartlett | 1 | -31/+0 |
2010-09-20 | s3-uuid Remove unused smb_uuid_pack() | Andrew Bartlett | 1 | -9/+0 |
2010-09-20 | s3: Replace sid_binstring and sid_guidstring with PIDL-based alternatives | Andrew Bartlett | 2 | -33/+0 |
2010-09-20 | s3-util: use shared dom_sid_dup. | Günther Deschner | 4 | -30/+13 |
2010-09-20 | s3-util_sid: use shared dom_sid_compare_auth and dom_sid_equal_X functions. | Günther Deschner | 4 | -90/+15 |
2010-09-20 | s3-build: only include ctdbd_conn.h where needed. | Günther Deschner | 3 | -0/+3 |
2010-09-20 | s3-build: only include async headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-09-20 | Really enable core dumps in Linux | Rusty Russell | 1 | -8/+8 |
2010-09-20 | s3:registry: move higher level function reg_open_path to new module reg_api_util | Michael Adam | 1 | -0/+1 |
2010-09-19 | s3-nltest: add dsregdns command to nltest. | Günther Deschner | 1 | -1/+21 |
2010-09-19 | s3-libnetapi: support NETLOGON_CONTROL_FORCE_DNS_REG in I_NetLogonControl(). | Günther Deschner | 1 | -0/+4 |
2010-09-16 | s3/s4: merge msleep and smb_msleep | Björn Jacke | 1 | -49/+0 |
2010-09-15 | s3-nltest: add dsgetdc command. | Günther Deschner | 1 | -3/+181 |
2010-09-15 | s3-libnetapi: try using netr_DsRGetDCNameEx() in DsGetDcName(). | Günther Deschner | 1 | -0/+13 |
2010-09-15 | s3-libnetapi: add DS request flags to public header. | Günther Deschner | 1 | -0/+21 |
2010-09-15 | s3-libnetapi: add DS_X_FLAGs to public header. | Günther Deschner | 1 | -0/+16 |
2010-09-15 | s3-nltest: convert server input argument into --server. | Günther Deschner | 1 | -24/+19 |
2010-09-15 | s3-nltest: rename print_result to print_netlogon_info_result. | Günther Deschner | 1 | -4/+17 |
2010-09-14 | Ensure incoming timespec values correctly wrap at nsecs. | Jeremy Allison | 1 | -0/+4 |
2010-09-14 | s3-util_sid Use the NDR parser to parse struct dom_sid | Andrew Bartlett | 1 | -14/+8 |
2010-09-14 | libcli/security Merge source3/ string_to_sid() to common code | Andrew Bartlett | 1 | -106/+0 |
2010-09-14 | s3-util_sid use ARRAY_SIZE() to ensure we never overflow the dom_sid | Andrew Bartlett | 1 | -1/+1 |
2010-09-14 | s3-util_sid Accept S-1-5 as a SID | Andrew Bartlett | 1 | -2/+10 |
2010-09-14 | s3-dom_sid Use C99 types in dom_sid handling | Andrew Bartlett | 1 | -7/+7 |
2010-09-14 | s3/profiling: don't use CLOCK_PROCESS_CPUTIME_ID | Björn Jacke | 1 | -17/+0 |
2010-09-11 | libcli/security Move 'private' privileges functions to another header | Andrew Bartlett | 1 | -0/+1 |
2010-09-11 | libcli/security Remove 'always true' return from se_priv_put_all_privileges | Andrew Bartlett | 1 | -3/+1 |
2010-09-11 | s3-util_sid Tidy up global struct security_token | Andrew Bartlett | 2 | -14/+6 |
2010-09-11 | s3-privs Add const | Andrew Bartlett | 1 | -3/+3 |
2010-09-11 | s3-privs Remove extra pointer on privilege mask | Andrew Bartlett | 1 | -4/+4 |
2010-09-11 | s3-privileges: add handling of both old and new formats in database | Andrew Tridgell | 1 | -28/+48 |
2010-09-11 | s3-privs Remove unused function | Andrew Bartlett | 1 | -30/+0 |
2010-09-11 | s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmap | Andrew Bartlett | 1 | -50/+17 |
2010-09-11 | s3-privs Hide the bitmap-based grant_privilege and revoke_privilege | Andrew Bartlett | 1 | -7/+33 |
2010-09-11 | s3-privs Make privilege_enum_sids() take an LUID, not a bitmap | Andrew Bartlett | 1 | -2/+2 |
2010-09-11 | s3-privs Rework privilege enumeration to also use new DB format | Andrew Bartlett | 1 | -5/+18 |