Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 2009-08-05 | 12 | -2/+541 | |
| | ||||||
* | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 2009-08-05 | 5 | -59/+96 | |
| | ||||||
* | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 2009-08-05 | 12 | -2/+542 | |
| | ||||||
* | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 2009-08-05 | 5 | -114/+103 | |
| | ||||||
* | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 2009-08-05 | 12 | -2/+606 | |
| | ||||||
* | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 2009-08-05 | 5 | -110/+102 | |
| | ||||||
* | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 2009-08-05 | 12 | -2/+607 | |
| | ||||||
* | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 2009-08-05 | 5 | -61/+118 | |
| | ||||||
* | s3:winbind: Add async wb_lookupname | Volker Lendecke | 2009-08-05 | 12 | -2/+578 | |
| | ||||||
* | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 2009-08-05 | 2 | -42/+42 | |
| | ||||||
* | s3:winbind: Remove old version of WINBINDD_PING | Volker Lendecke | 2009-08-05 | 2 | -7/+0 | |
| | ||||||
* | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 2009-08-05 | 5 | -43/+111 | |
| | ||||||
* | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 2009-08-05 | 12 | -2/+681 | |
| | ||||||
* | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 2009-08-05 | 2 | -42/+49 | |
| | ||||||
* | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 2009-08-05 | 17 | -1/+819 | |
| | ||||||
* | idmap_adex: Fix usage of talloc_stackframe(). | Gerald Carter | 2009-08-04 | 1 | -22/+26 | |
| | | | | | | Pass an explicit TALLOC_CTX* to build_id_filter() and build_alias_filter() rather than relying upon the talloc_stackframe() behavior that allows a caller access to stackframe ctx for called functions. | |||||
* | s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation. | Günther Deschner | 2009-08-04 | 1 | -1/+5 | |
| | | | | | | | We should always return a local path so that users are not forced to setup a [prnproc$] share on the server. This restores pre-3.4.0 spoolss behaviour. Guenther | |||||
* | s3-spoolss: fix crash bug in spoolss_addprinterex_level_2. | Günther Deschner | 2009-08-04 | 1 | -1/+1 | |
| | | | | Guenther | |||||
* | Add some const to winbind_userinfo | Volker Lendecke | 2009-08-03 | 12 | -41/+49 | |
| | ||||||
* | Fix a typo | Volker Lendecke | 2009-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-08-03 | 1 | -3/+3 | |
| | ||||||
* | s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent. | Günther Deschner | 2009-08-03 | 1 | -0/+7 | |
| | | | | | | | This lets samr_GetAliasMembership return with NT_STATUS_OK when called with 0 sids (just what w2k3 does). Guenther | |||||
* | s3: check in .po files for pam_winbind. | Bo Yang | 2009-08-03 | 18 | -0/+2850 | |
| | | | | Signed-off-by: Bo Yang <boyang@samba.org> | |||||
* | Fix some nonempty blank lines | Volker Lendecke | 2009-08-02 | 3 | -56/+56 | |
| | ||||||
* | Fix breakage for connect function after API change (connect -> connect_fn) | Alexander Bokovoy | 2009-08-02 | 2 | -2/+2 | |
| | ||||||
* | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 2009-08-02 | 7 | -30/+24 | |
| | | | | | | Pass a "flags" argument instead of the original winbind command down the name_to_sid chain. This way we are independent of the winbind commands and can take the decision at a much higher level | |||||
* | Some mods for recent coding conventions | Volker Lendecke | 2009-08-01 | 2 | -3/+6 | |
| | ||||||
* | Place a comment correctly | Volker Lendecke | 2009-08-01 | 1 | -1/+4 | |
| | ||||||
* | Fix indentation | Volker Lendecke | 2009-08-01 | 1 | -1/+1 | |
| | ||||||
* | Refactoring: mem_ctx is not needed as an argument to centry_sid | Volker Lendecke | 2009-07-31 | 1 | -21/+25 | |
| | ||||||
* | Rename LOOKUP_NAME_EXPLICIT to LOOKUP_NAME_NO_NSS | Volker Lendecke | 2009-07-31 | 3 | -8/+11 | |
| | | | | | It took me a bit to understand what this flag does. I hope this is a bit clearer, at least it is to me. | |||||
* | Fix some nonempty lines | Volker Lendecke | 2009-07-31 | 2 | -9/+9 | |
| | ||||||
* | Remove a pointless variable | Volker Lendecke | 2009-07-31 | 1 | -3/+1 | |
| | ||||||
* | We're not changing last write, but setting this to be ↵ | Jeremy Allison | 2009-07-31 | 1 | -1/+1 | |
| | | | | | | | | FILE_NOTIFY_CHANGE_CREATION doesn't work. So use FILE_NOTIFY_CHANGE_LAST_WRITE (now seems to reliably fix bug #6529 - Offline files conflict with Vista and Office 2003. Jeremy. | |||||
* | s3: Remove invalid constant | Matthias Dieter Wallnöfer | 2009-07-31 | 1 | -1/+0 | |
| | ||||||
* | Provide a mem_ctx for child requests | Volker Lendecke | 2009-07-31 | 1 | -0/+1 | |
| | ||||||
* | Slightly restructure the async winbind request calling convention | Volker Lendecke | 2009-07-31 | 4 | -20/+17 | |
| | | | | The main loop now allocates the response, this has to be done everywhere | |||||
* | s3:rpc_client: add dispatch_send/recv() to struct rpc_pipe_client | Stefan Metzmacher | 2009-07-31 | 2 | -0/+19 | |
| | | | | metze | |||||
* | Increase the max_grp value to 128 (AIX NGROUPS_MAX value) instead of 32 to ↵ | Yannick Bergeron | 2009-07-31 | 1 | -1/+1 | |
| | | | | allow AIX to call sys_getgrouplist only once | |||||
* | Tidy up treatment of ctime. | Jeremy Allison | 2009-07-30 | 2 | -5/+9 | |
| | | | | Jeremy. | |||||
* | Fix bug #6529 - Offline files conflict with Vista and Office 2003. | Jeremy Allison | 2009-07-30 | 1 | -0/+16 | |
| | | | | | | We need to send a notify message when a timestamp is changed that can't be reflected in the underlying POSIX filesystem. Jeremy. | |||||
* | Remove the extraneous logic in smb_set_info_standard - we | Jeremy Allison | 2009-07-30 | 2 | -26/+9 | |
| | | | | | do the time twiddling logic at the smb_set_file_time level. Jeremy. | |||||
* | SMB_INFO_STANDARD is not a valid info level on set, | Jeremy Allison | 2009-07-30 | 1 | -42/+0 | |
| | | | | | and was being read incorrectly anyway. Remove. Jeremy. | |||||
* | s3 po: Regenerate msg files. | Kai Blin | 2009-07-30 | 8 | -16/+11056 | |
| | ||||||
* | s3 net: i18n support for net lua | Kai Blin | 2009-07-30 | 2 | -14/+16 | |
| | ||||||
* | s3 net: i18n support for net lookup | Kai Blin | 2009-07-30 | 2 | -13/+13 | |
| | ||||||
* | s3 net: i18n for net join | Kai Blin | 2009-07-30 | 2 | -7/+9 | |
| | ||||||
* | s3 net: i18n support for net idmap | Kai Blin | 2009-07-30 | 2 | -67/+79 | |
| | ||||||
* | s3 po: Make adding translated files less tedious | Kai Blin | 2009-07-30 | 1 | -6/+16 | |
| | ||||||
* | s3 net: i18n support for net help | Kai Blin | 2009-07-30 | 3 | -22/+26 | |
| |