Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-27 | libwbclient: Fix a division by zero | Volker Lendecke | 1 | -1/+1 | |
If wbinfo -r returns no groups, wbcAllocateMemory divides by zero | |||||
2010-09-16 | wbclient: gr_mem can be NULL | Andrew Tridgell | 1 | -0/+5 | |
if the structure was partly created and an error occurred, then don't crash Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-19 | libwbclient: Make wbcGetGroups not use talloc | Volker Lendecke | 1 | -5/+3 | |
2010-04-19 | libwbclient: Make copy_group_entry not use talloc | Volker Lendecke | 1 | -24/+44 | |
2010-04-19 | libwbclient: Make copy_passwd_entry not use talloc | Volker Lendecke | 1 | -28/+41 | |
2010-04-03 | libwbclient: Both talloc_free and wbcFreeMemory deal with NULL | Volker Lendecke | 1 | -4/+1 | |
This is in line with the ANSI C standard definition of free(NULL) | |||||
2010-01-24 | libwbclient: Use winbindd_free_response() | Volker Lendecke | 1 | -31/+12 | |
2009-06-04 | libwbclient: Attempt to fix build on AIX | Kai Blin | 1 | -0/+1 | |
2009-02-11 | s3: Implement wbcGetpwsid | Dan Sledz | 1 | -0/+39 | |
* Adds the plumbing required to lookup users by sid into winbind, wbinfo and smbd helper lib (winbind_util.c). * Removes some double declarations of winbind_util.c functions. * Bumps the winbind protocol version to 21 and the minor version of wbclient to 3. | |||||
2008-12-16 | nsswitch: Move source3 files to top level dir. | Kai Blin | 1 | -0/+571 | |
Don't move source4 files yet to not confuse git's rename tracking too much. |