Age | Commit message (Expand) | Author | Files | Lines |
2009-08-06 | Remove a const warning. | Jeremy Allison | 2 | -2/+3 |
2009-08-06 | Fix bug #5714 - NetBSD, ENODATA undefined, at least some releases. | Jeremy Allison | 1 | -0/+4 |
2009-08-06 | Put SMB_INFO_STANDARD back into setfileinfo, but do it right | Jeremy Allison | 1 | -0/+45 |
2009-08-07 | Unable to browse DFS when using kerberos | Bo Yang | 1 | -8/+14 |
2009-08-06 | s3/smbldap: Fix typo in debug message. | Karolin Seeger | 1 | -1/+1 |
2009-08-06 | set uidwrappersrcdir | Andrew Tridgell | 1 | -0/+1 |
2009-08-06 | define uwrap_enabled() on Samba3 | Andrew Tridgell | 1 | -0/+3 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETGROUPS to the new API | Volker Lendecke | 5 | -173/+230 |
2009-08-05 | s3:winbind: Add async wb_gettoken | Volker Lendecke | 3 | -0/+224 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API | Volker Lendecke | 5 | -28/+131 |
2009-08-05 | s3:winbind: Add async wb_lookupusergroups | Volker Lendecke | 12 | -2/+497 |
2009-08-05 | s3:winbind: Make wcache_lookup_usergroups externally visible | Volker Lendecke | 2 | -29/+52 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API | Volker Lendecke | 5 | -28/+145 |
2009-08-05 | s3:winbind: Add async wb_lookupuseraliases | Volker Lendecke | 12 | -2/+643 |
2009-08-05 | s3:winbind: Make parse_sidlist take a const char * | Volker Lendecke | 2 | -5/+12 |
2009-08-05 | s3:winbind: Make wcache_lookup_useraliases available publically | Volker Lendecke | 2 | -33/+78 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWUID to the new API | Volker Lendecke | 5 | -265/+117 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWNAM to the new API | Volker Lendecke | 5 | -98/+152 |
2009-08-05 | s3:winbind: Convert WINBINDD_GETPWSID to the new API | Volker Lendecke | 5 | -21/+101 |
2009-08-05 | s3:winbind: Add async wb_getpwsid | Volker Lendecke | 3 | -0/+230 |
2009-08-05 | s3:winbind: Make fillup_pw_field publically available | Volker Lendecke | 2 | -1/+9 |
2009-08-05 | s3:winbind: Add async wb_queryuser | Volker Lendecke | 12 | -2/+721 |
2009-08-05 | s3:winbind: Make wcache_query_user externally visible | Volker Lendecke | 2 | -22/+47 |
2009-08-05 | s3:winbind: Convert WINBINDD_GID_TO_SID the new API | Volker Lendecke | 5 | -59/+96 |
2009-08-05 | s3:winbind: Add async wb_gid2sid | Volker Lendecke | 12 | -2/+541 |
2009-08-05 | s3:winbind: Convert WINBINDD_UID_TO_SID the new API | Volker Lendecke | 5 | -59/+96 |
2009-08-05 | s3:winbind: Add async wb_uid2sid | Volker Lendecke | 12 | -2/+542 |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_GID the new API | Volker Lendecke | 5 | -114/+103 |
2009-08-05 | s3:winbind: Add async wb_sid2gid | Volker Lendecke | 12 | -2/+606 |
2009-08-05 | s3:winbind: Convert WINBINDD_SID_TO_UID to the new API | Volker Lendecke | 5 | -110/+102 |
2009-08-05 | s3:winbind: Add async wb_sid2uid | Volker Lendecke | 12 | -2/+607 |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API | Volker Lendecke | 5 | -61/+118 |
2009-08-05 | s3:winbind: Add async wb_lookupname | Volker Lendecke | 12 | -2/+578 |
2009-08-05 | s3:winbind: Make wcache_name_to_sid visible externally | Volker Lendecke | 2 | -42/+42 |
2009-08-05 | s3:winbind: Remove old version of WINBINDD_PING | Volker Lendecke | 2 | -7/+0 |
2009-08-05 | s3:winbind: Convert WINBINDD_LOOKUPSID to the new API | Volker Lendecke | 5 | -43/+111 |
2009-08-05 | s3:winbind: Add async wb_lookupsid | Volker Lendecke | 12 | -2/+681 |
2009-08-05 | s3:winbind: Make wcache_sid_to_name externally visible | Volker Lendecke | 2 | -42/+49 |
2009-08-05 | s3:winbind: Add NDR-based parent-child communication to winbind | Volker Lendecke | 17 | -1/+819 |
2009-08-04 | idmap_adex: Fix usage of talloc_stackframe(). | Gerald Carter | 1 | -22/+26 |
2009-08-04 | s3-spoolss: Fix Bug #6568: _spoolss_GetPrintProcessorDirectory() implementation. | Günther Deschner | 1 | -1/+5 |
2009-08-04 | s3-spoolss: fix crash bug in spoolss_addprinterex_level_2. | Günther Deschner | 1 | -1/+1 |
2009-08-03 | Add some const to winbind_userinfo | Volker Lendecke | 12 | -41/+49 |
2009-08-03 | Fix a typo | Volker Lendecke | 1 | -1/+1 |
2009-08-03 | Fix some nonempty blank lines | Volker Lendecke | 1 | -3/+3 |
2009-08-03 | s3-pdb_ldap: Make ldapsam_alias_memberships behave like the tdbsam equivalent. | Günther Deschner | 1 | -0/+7 |
2009-08-03 | s3: check in .po files for pam_winbind. | Bo Yang | 18 | -0/+2850 |
2009-08-02 | Fix some nonempty blank lines | Volker Lendecke | 3 | -56/+56 |
2009-08-02 | Fix breakage for connect function after API change (connect -> connect_fn) | Alexander Bokovoy | 2 | -2/+2 |
2009-08-02 | Refactor 9b78af1f: Fix lookupname recursion | Volker Lendecke | 7 | -30/+24 |