Age | Commit message (Expand) | Author | Files | Lines |
2010-10-20 | s3: Add any_nt_status_not_ok | Volker Lendecke | 1 | -0/+13 |
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username looku... | Jeremy Allison | 3 | -90/+74 |
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -313/+1 |
2010-10-14 | libcli/security Move source3/lib/util_seaccess.c into the common code | Andrew Bartlett | 1 | -251/+0 |
2010-10-14 | s3-acl Use uint32_t for counting the ACEs | Andrew Bartlett | 1 | -1/+1 |
2010-10-14 | s3-acl Merge source4-supported privileges into se_access_check | Andrew Bartlett | 1 | -5/+9 |
2010-10-14 | s3-util_nttoken.c Also copy the rights_mask when copying a security_token | Andrew Bartlett | 1 | -0/+4 |
2010-10-14 | s3 Replace is_sid_in_token() with security_token_has_sid() from common code | Andrew Bartlett | 2 | -15/+4 |
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 15 | -5/+15 |
2010-10-09 | More neccessary const. | Jeremy Allison | 1 | -1/+1 |
2010-10-07 | samr: for correctness, rename samr_RidTypeArray to samr_RidAttrArray. | Günther Deschner | 1 | -3/+3 |
2010-10-07 | s3: Adding TCP_KEEPALIVE_THRESHOLD and TCP_KEEPALIVE_ABORT_THRESHOLD to t... | Ira Cooper | 1 | -0/+6 |
2010-10-04 | s3: Attempt to get the Tru64 build a bit further | Volker Lendecke | 1 | -1/+0 |
2010-10-02 | s3: Attempt to fix bug 7665 | Volker Lendecke | 11 | -136/+295 |
2010-10-01 | s3:events: Call all ready fd event handlers on each iteration of the main loop | Steven Danneman | 1 | -7/+15 |
2010-10-01 | samba: share readline wrappers among all buildsystems. | Günther Deschner | 1 | -174/+0 |
2010-10-01 | s3-readline: move cmd_history to smbclient, the only user. | Günther Deschner | 1 | -21/+0 |
2010-10-01 | samba: share select wrappers. | Günther Deschner | 6 | -207/+5 |
2010-09-28 | s3: Remove talloc_autofree_context() from myhostname() | Volker Lendecke | 1 | -3/+1 |
2010-09-27 | Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all | Jeremy Allison | 6 | -11/+11 |
2010-09-26 | s3: Remove talloc_autofree_context() from nametouid() | Volker Lendecke | 1 | -1/+1 |
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 |