Age | Commit message (Expand) | Author | Files | Lines |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -5/+11 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -1/+1 |
2007-12-06 | Improve a debug message. | Michael Adam | 1 | -1/+1 |
2007-12-05 | Fix a debug message (missing newline). | Michael Adam | 1 | -1/+1 |
2007-12-05 | Remove some globals | Volker Lendecke | 1 | -4/+4 |
2007-12-03 | Remove more pstrings, from the winbindd protocol def and | Jeremy Allison | 2 | -8/+13 |
2007-12-03 | Last pstring here. | Jeremy Allison | 1 | -4/+6 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 1 | -11/+12 |
2007-11-27 | Remove pstrings from everything except srv_spoolss_nt.c. | Jeremy Allison | 3 | -8/+8 |
2007-11-21 | Add set_sockaddr_port function for winbindd. | Jeremy Allison | 1 | -0/+2 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -9/+13 |
2007-11-20 | Prevent segv in winbindd running on a DC using the "idmap backend" syntax. | Gerald (Jerry) Carter | 1 | -7/+8 |
2007-11-15 | More pstring removal. This one was tricky. I had to add | Jeremy Allison | 1 | -1/+3 |
2007-11-05 | Remove the horror that was the global smb_rw_error. | Jeremy Allison | 1 | -2/+2 |
2007-11-01 | Patch 2 of 3 from Debian Samba packagers: | Gerald (Jerry) Carter | 1 | -1/+1 |
2007-10-30 | start smbd, nmbd and winbindd with the same startup message | Stefan Metzmacher | 1 | -3/+2 |
2007-10-27 | Two patches | Volker Lendecke | 1 | -1/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 6 | -113/+172 |
2007-10-24 | handle wellknown sids in winbindd_passwd.c | Stefan Metzmacher | 1 | -1/+2 |
2007-10-22 | r25573: Add my (C) as well | Simo Sorce | 1 | -0/+1 |
2007-10-22 | r25571: split up child_dispatch_table into domain, idmap and locator tables | Stefan Metzmacher | 5 | -41/+87 |
2007-10-22 | r25570: move code of the locator child into its own file | Stefan Metzmacher | 2 | -64/+90 |
2007-10-22 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 2 | -12/+12 |
2007-10-22 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 2 | -741/+778 |
2007-10-22 | r25567: make do_async() non static | Stefan Metzmacher | 1 | -6/+6 |
2007-10-19 | Fix an incompatible pointer type warning | Volker Lendecke | 1 | -2/+2 |
2007-10-19 | Fix the popt / bool issues. Some places we used BOOL | Jeremy Allison | 1 | -10/+28 |
2007-10-19 | Merge Tridge's fix for the winbind 32/64bit padding. | Günther Deschner | 1 | -2/+2 |
2007-10-19 | fix startup of smbd, nmbd, winbindd | Stefan Metzmacher | 1 | -4/+4 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 24 | -308/+308 |
2007-10-16 | Fix default domains support using compat syntax. | Simo Sorce | 1 | -14/+29 |
2007-10-10 | Added missing is_ipaddress is_ipaddress_v4 not in initial | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 2 | -3/+6 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 12 | -1259/+973 |
2007-10-10 | r25573: Add my (C) as well | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r25571: split up child_dispatch_table into domain, idmap and locator tables | Stefan Metzmacher | 5 | -41/+87 |
2007-10-10 | r25570: move code of the locator child into its own file | Stefan Metzmacher | 2 | -64/+90 |
2007-10-10 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 2 | -12/+12 |
2007-10-10 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 2 | -741/+778 |
2007-10-10 | r25567: make do_async() non static | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to | Michael Adam | 1 | -2/+2 |
2007-10-10 | r25287: Eliminate a handful of red bars and overly long lines I just | Michael Adam | 1 | -32/+40 |
2007-10-10 | r25275: w2k3 (as PDC emulator) returns WERR_NO_SUCH_DOMAIN to netlogon_getany... | Stefan Metzmacher | 1 | -3/+13 |
2007-10-10 | r25273: unistrX_to_ascii calls pull_ucs2 - ensure it's never | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r25272: Fix a bunch of callers of pull_ucs2 that passed -1 for dest_len. | Michael Adam | 1 | -8/+8 |
2007-10-10 | r25270: for internal domains we should not ask a remote DC. | Stefan Metzmacher | 1 | -0/+9 |
2007-10-10 | r25260: add trusted domains always to the end of the list. | Stefan Metzmacher | 1 | -20/+20 |
2007-10-10 | r25247: Rename the rpccli_lsa_lookup_sids_all() function to rpccli_lsa_lookup... | Michael Adam | 1 | -7/+7 |