Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13497: Fix #3508 from jason@ncac.gwu.edu | Jeremy Allison | 1 | -4/+8 |
2007-10-10 | r13495: Derell, I'm removing that double setup_logging(), just a typo. | Günther Deschner | 1 | -1/+0 |
2007-10-10 | r13494: Merge the stuff I've done in head the last days. | Volker Lendecke | 17 | -1467/+1066 |
2007-10-10 | r13493: module_name and module_location are the same string. Fix a valgrind | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r13492: As noone objected on the mailing-list: | Günther Deschner | 5 | -12/+61 |
2007-10-10 | r13491: Fix bug # 3498 from jason@ncac.gwu.edu. Unsigned comparison | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13489: Fix #3496 from jason@ncac.gwu.edu. Variable set but never used. | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r13486: Two more -- fix bug 3503 | Volker Lendecke | 2 | -0/+4 |
2007-10-10 | r13484: Add missing semi-colon. | James Peach | 1 | -1/+1 |
2007-10-10 | r13482: Push the FAM notification file descriptor into the select | James Peach | 7 | -28/+60 |
2007-10-10 | r13477: Fix code before declaration | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r13475: Fix erroneous initialization caused by my renaming types. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13473: Back port r13470, r13471, r13472 from Samba4. Thanks Andrew: | Jeremy Allison | 2 | -29/+45 |
2007-10-10 | r13460: by popular demand.... | Gerald Carter | 14 | -1508/+344 |
2007-10-10 | r13458: Add parsing functions - but stub internals for lookupnames3 and 4. | Jeremy Allison | 4 | -5/+455 |
2007-10-10 | r13456: Add lsa_lookup_names2. | Jeremy Allison | 3 | -1/+122 |
2007-10-10 | r13455: Prepare to add lookupnames2. | Jeremy Allison | 5 | -27/+221 |
2007-10-10 | r13451: Fix build warning. | Günther Deschner | 1 | -6/+1 |
2007-10-10 | r13449: Ensure we don't crash if no dc struct on pipe. | Jeremy Allison | 3 | -1/+9 |
2007-10-10 | r13448: Fix the build (again). | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 5 | -88/+631 |
2007-10-10 | r13445: We already made the decision whether to include the dominfo and | Günther Deschner | 1 | -9/+7 |
2007-10-10 | r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3 | Günther Deschner | 3 | -1/+13 |
2007-10-10 | r13443: Fix the build. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 8 | -76/+295 |
2007-10-10 | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 4 | -3/+4 |
2007-10-10 | r13436: Add in NET_SAM_LOGON_EX. Still needs testing. | Jeremy Allison | 1 | -12/+54 |
2007-10-10 | r13434: Add stub for NET_SAM_LOGON_EX. | Jeremy Allison | 2 | -1/+43 |
2007-10-10 | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 2 | -0/+128 |
2007-10-10 | r13427: Fix ctime -> st_ctime. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13425: Revert all the "clever" compiler options checks. They broke | James Peach | 4 | -1178/+93 |
2007-10-10 | r13424: Don't attempt to use cc -O2. This breaks the solaris build. | James Peach | 1 | -5/+5 |
2007-10-10 | r13423: Write wrapper functions (and configure tests) so we can | Jeremy Allison | 3 | -19/+145 |
2007-10-10 | r13420: Support profile-guided optimisation in the build system. This is | James Peach | 2 | -19/+139 |
2007-10-10 | r13418: Formalise support for checking compiler options. | James Peach | 3 | -75/+1040 |
2007-10-10 | r13417: Add .2 to the SONAME as version suffix if we link the nss modules on | Lars Müller | 2 | -2/+5 |
2007-10-10 | r13416: Remove superfluous -lc while linking libnss_wins.so and pam_winbind.so. | Lars Müller | 1 | -2/+2 |
2007-10-10 | r13412: Don't use arbitrary uint32 size for uid and gid storage. Use | Jeremy Allison | 1 | -23/+22 |
2007-10-10 | r13410: Dump a netbootGUID as a GUID. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r13409: No functional changes, just some DEBUG cleanup. | Günther Deschner | 5 | -9/+7 |
2007-10-10 | r13408: Remove C++ comments (# 3494) | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 7 | -72/+84 |
2007-10-10 | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 5 | -15/+77 |
2007-10-10 | r13396: Add in userinfo26, re-enable userinfo25 - took the knowledge | Jeremy Allison | 4 | -14/+101 |
2007-10-10 | r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclient | Volker Lendecke | 1 | -0/+12 |
2007-10-10 | r13393: Do not initialize the lp_svcctl_list() value since it is handled | Gerald Carter | 4 | -4/+5 |
2007-10-10 | r13391: Only fall into password change when ACB_PWNOEXP is not set | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13389: get_ldap_filter is only used once, make it static | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13386: Fix parsing of SAMR_Q_CONNECT_ANON. | Jeremy Allison | 2 | -10/+8 |
2007-10-10 | r13384: Adding in some more SuSE patches | Gerald Carter | 4 | -4/+6 |