Age | Commit message (Expand) | Author | Files | Lines |
2009-11-13 | s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id() | Michael Adam | 1 | -0/+2 |
2009-11-13 | s3:smbd: make idmap cache persistent for "ldapsam:trusted". | Michael Adam | 1 | -0/+4 |
2009-11-13 | Fix large paged search | Volker Lendecke | 1 | -0/+1 |
2009-11-13 | fix bogus "out of memory" winbind msg | Volker Lendecke | 1 | -1/+2 |
2009-11-13 | s3: Convert cli_unix_extensions_version to async | Volker Lendecke | 5 | -55/+159 |
2009-11-13 | s3-rpcclient: use the parsed binding string flags for auth choice. | Günther Deschner | 1 | -0/+18 |
2009-11-12 | Remove unused variable warning. | Jeremy Allison | 1 | -1/+0 |
2009-11-12 | Remove erroneous 'presult = NULL' changes. Now presult only gets set | Jeremy Allison | 1 | -9/+2 |
2009-11-12 | Revert "Ensure every return path initializes presult as NULL." | Jeremy Allison | 1 | -40/+0 |
2009-11-12 | Ensure all callers to the rpc_client/cli_pipe functions correctly | Jeremy Allison | 13 | -34/+21 |
2009-11-12 | Fix bug 6891 - using windows explorer to change ownership on a folder fails w... | Jeremy Allison | 1 | -1/+11 |
2009-11-12 | Ensure every return path initializes presult as NULL. | Jeremy Allison | 1 | -0/+40 |
2009-11-12 | s3-kerberos: remove smb_krb5_get_tkt_from_creds(). | Günther Deschner | 1 | -60/+4 |
2009-11-12 | s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking. | Günther Deschner | 1 | -0/+4 |
2009-11-12 | s3: Fix debug messages in check_reduced_name | Volker Lendecke | 1 | -13/+24 |
2009-11-12 | s3-kerberos: add smb_krb5_principal_get_realm(). | Günther Deschner | 2 | -0/+27 |
2009-11-11 | Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri... | Jeremy Allison | 4 | -15/+10 |
2009-11-11 | Fix bug 6878 - Cannot change ACL's inherit flag. | Jeremy Allison | 1 | -44/+108 |
2009-11-11 | s3:vfs_fs_capabilities: fix a debug message | Michael Adam | 1 | -1/+1 |
2009-11-10 | s3: Convert libsmb/cli_message to the async API | Volker Lendecke | 3 | -142/+372 |
2009-11-10 | s3-rpc_client: make sure cli_rpc_pipe_open_schannel() does not always return ... | Günther Deschner | 1 | -1/+3 |
2009-11-10 | s3-samr: implement _samr_ValidatePassword(). | Günther Deschner | 1 | -10/+118 |
2009-11-10 | s3-chgpasswd: split out a check_password_complexity() function. | Günther Deschner | 2 | -22/+45 |
2009-11-09 | Fix bug 6880 - cannot list workgroup servers | Jeremy Allison | 1 | -5/+14 |
2009-11-09 | s3-netlogon: enable RPC-NETLOGON-ADMIN test against s3. | Günther Deschner | 2 | -5/+25 |
2009-11-09 | s3: Try to avoid dns searches with an empty site | Volker Lendecke | 1 | -1/+1 |
2009-11-09 | s3-param: fix set_inherit_acls(). | Günther Deschner | 1 | -0/+2 |
2009-11-08 | Revert "s3: Do not directly reference the ndr_table_* in rpcclient" | Volker Lendecke | 19 | -662/+203 |
2009-11-08 | Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly" | Volker Lendecke | 8 | -88/+63 |
2009-11-08 | Revert "s3: Consolidate getting the name out of a pipes_struct" | Volker Lendecke | 4 | -39/+60 |
2009-11-08 | Revert "s3: Do not reference the ndr_tables in the server calls directly" | Volker Lendecke | 5 | -38/+29 |
2009-11-08 | Revert "s3: Do not reference ndr_table when calling rpc_srv_register" | Volker Lendecke | 4 | -11/+7 |
2009-11-08 | Revert "s3: Make run_rpc_command take strings instead of a ndr_interface_table" | Volker Lendecke | 11 | -261/+176 |
2009-11-08 | Revert "s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_... | Volker Lendecke | 12 | -61/+54 |
2009-11-08 | s3: Make libnetapi_open_pipe take strings instead of a ndr_interface_table | Volker Lendecke | 12 | -54/+61 |
2009-11-08 | s3: Make run_rpc_command take strings instead of a ndr_interface_table | Volker Lendecke | 11 | -176/+261 |
2009-11-08 | s3: Do not reference ndr_table when calling rpc_srv_register | Volker Lendecke | 4 | -7/+11 |
2009-11-08 | s3: Do not reference the ndr_tables in the server calls directly | Volker Lendecke | 5 | -29/+38 |
2009-11-08 | s3: Consolidate getting the name out of a pipes_struct | Volker Lendecke | 4 | -60/+39 |
2009-11-08 | s3: Do not reference ndr_table_<pipe> in the cli_ routines directly | Volker Lendecke | 8 | -63/+88 |
2009-11-08 | s3: Do not directly reference the ndr_table_* in rpcclient | Volker Lendecke | 19 | -203/+662 |
2009-11-07 | s3: Do the printing for DEBUGLEVEL>=10 centrally | Volker Lendecke | 2 | -369/+12 |
2009-11-07 | s3: Register the ndr_interfaces dynamically | Volker Lendecke | 2 | -38/+114 |
2009-11-07 | s3: Get rid of a NULL terminator | Volker Lendecke | 1 | -2/+1 |
2009-11-07 | s3: Get rid of explicit pipe names | Volker Lendecke | 1 | -49/+54 |
2009-11-07 | s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax | Volker Lendecke | 9 | -57/+88 |
2009-11-06 | Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa... | Jeremy Allison | 4 | -0/+27 |
2009-11-06 | Fix bug 6841 - "map acl inherit = yes" not working. | Jeremy Allison | 1 | -8/+29 |
2009-11-06 | s3-kerberos: let smb_krb5_get_tkt_from_creds() compile with older heimdal libs. | Günther Deschner | 1 | -1/+1 |
2009-11-06 | s3-netlogon: implement _netr_GetDcName and _netr_GetAnyDcName. | Günther Deschner | 1 | -5/+116 |