Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24371: Actually add the glue to make wbinfo -S and wbinfo -Y work | Kai Blin | 2 | -4/+84 |
2007-10-10 | r24370: Implement wbinfo -i backend (getpwnam) | Kai Blin | 3 | -1/+226 |
2007-10-10 | r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call. | Kai Blin | 1 | -9/+9 |
2007-10-10 | r24366: Implemet backend for wbinfo -Y, sid2gid | Kai Blin | 2 | -0/+77 |
2007-10-10 | r24365: Implemet backend for wbinfo -S, sid2uid | Kai Blin | 2 | -0/+79 |
2007-10-10 | r24364: Remove sync call from name2domain, bump debug level to 5 | Kai Blin | 1 | -13/+3 |
2007-10-10 | r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6... | Kai Blin | 1 | -1/+1 |
2007-10-10 | r24127: Set the Domain SID into the libnet context, and have libnet_UserInfo | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r24112: Complete initialistion of the libnet_ctx when setting up the domain. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r24111: Untested code is broken code, untested code is broken code... | Andrew Bartlett | 2 | -2/+2 |
2007-10-10 | r24110: I hate seeing callers manually filling in the composite context. Use | Andrew Bartlett | 2 | -4/+3 |
2007-10-10 | r24109: Add a wb_name2domain call | Kai Blin | 2 | -0/+132 |
2007-10-10 | r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c... | Kai Blin | 3 | -23/+51 |
2007-10-10 | r23995: Work to allow mimir's libnet code to be called from winbind. | Andrew Bartlett | 9 | -57/+53 |
2007-10-10 | r23890: Allow wbinfo -a to work against Samba4's winbind. | Andrew Bartlett | 4 | -146/+76 |
2007-10-10 | r23880: Don't crash when we run wbinfo -a against our own winbind when we are... | Andrew Bartlett | 2 | -3/+6 |
2007-10-10 | r23810: Make things static, and remove unsued code. | Andrew Bartlett | 1 | -231/+0 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 21 | -63/+42 |
2007-10-10 | r23653: add dummy implementation for all nss calls to let nsstest | Stefan Metzmacher | 2 | -6/+107 |
2007-10-10 | r23311: Updating the samba4 winbind protocol to version 18. | Kai Blin | 3 | -13/+29 |
2007-10-10 | r23149: Fix up the trusted domain lookup code to use the new structures. | Andrew Bartlett | 2 | -24/+21 |
2007-10-10 | r23146: fix the build (temporary) | Stefan Metzmacher | 1 | -0/+7 |
2007-10-10 | r23141: Use the finddcs() library call rather than a winbind-specific version. | Andrew Bartlett | 3 | -64/+35 |
2007-10-10 | r23133: I felt pity on Kai, as he starts work on winbind in Samba4, so I | Andrew Bartlett | 7 | -477/+228 |
2007-10-10 | r22944: fix bug #4618: | Stefan Metzmacher | 10 | -21/+21 |
2007-10-10 | r22748: fix memleaks by passing an mem_ctx to | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r22612: Fix more cases where we have uninitialised values in the | Andrew Bartlett | 11 | -57/+18 |
2007-10-10 | r22582: Cleanups towards making winbind work again. We still have a long way... | Andrew Bartlett | 6 | -54/+14 |
2007-10-10 | r22403: this dependencies should be private | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r21541: Export mgmt, samr and atsvc for use in samba-gtk. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created | Andrew Tridgell | 4 | -4/+4 |
2007-10-10 | r20646: first preparations for cluster enablement. This changes " | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r19598: Ahead of a merge to current lorikeet-heimdal: | Andrew Bartlett | 3 | -3/+3 |
2007-10-10 | r19573: Move secrets.o into param/ (subsystems haven't been integrated yet). | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra... | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r18309: FreeBSD 6.1 has a symbol ldap_new_connection() in the system ldap | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17956: LSA Cleanup! | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 3 | -3/+2 |
2007-10-10 | r17342: implement a SamLogon via IRPC in samba4's winbind | Stefan Metzmacher | 5 | -3/+273 |
2007-10-10 | r17306: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r17290: don't do any stuff that can fail in the _recv function | Stefan Metzmacher | 1 | -7/+10 |
2007-10-10 | r17250: Fix comment, the Samba3 winbind protocol uses the host byte order here. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r15371: Revert some of my previous patch as it was breaking the plain build | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15370: Fix more dependencies for shared libs | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 2 | -2/+0 |
2007-10-10 | r15301: Use static libraries internally. This required a few hacks in the build | Jelmer Vernooij | 1 | -1/+3 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r14860: create libcli/security/security.h | Stefan Metzmacher | 10 | -11/+10 |
2007-10-10 | r14567: Make some more functions public. | Jelmer Vernooij | 1 | -1/+2 |
2007-10-10 | r14542: Remove librpc, libndr and libnbt from includes.h | Jelmer Vernooij | 1 | -0/+1 |