Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r14092: Fix coverity bug #22. Ensure no possible null | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r14090: Fix coverity bug #21, don't deref potential null. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r14083: Fix coverity bug #19. Don't deref possible NULL. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14080: Fix Coverity bug #18. Ensure non-null before ref. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r14061: Some debugging for the new LOGON/ACB-flags. | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r14047: Coverity fix #17. Ensure srv_name and info cannot | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r14045: Coverity fix #14. Ensure if len is set buf != NULL. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r14043: After discussion with Jerry revert part of the | Jeremy Allison | 1 | -26/+15 |
2007-10-10 | r14025: Remove unused code. When we want to export samsync, we better first port | Volker Lendecke | 1 | -80/+0 |
2007-10-10 | r14014: Coverity paranoia. Shut it up by making the guarentee | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r13989: Fix for Coverity bug #45 and associated spoolss RPC_BUFFER | Jeremy Allison | 1 | -7/+22 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 3 | -31/+25 |
2007-10-10 | r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDN | Gerald Carter | 1 | -23/+12 |
2007-10-10 | r13864: Some cleanup and the samr set security object function client-side. | Günther Deschner | 1 | -0/+15 |
2007-10-10 | r13841: Fix an uninitialized variable warning. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r13829: From the "It's not pretty but it works" category | Gerald Carter | 1 | -0/+100 |
2007-10-10 | r13824: * add api table for Xcv TCPMON and LOCALMON calls starting | Gerald Carter | 1 | -5/+23 |
2007-10-10 | r13815: "Into the blind world let us now descend," | Gerald Carter | 1 | -0/+64 |
2007-10-10 | r13802: I *knew* ASU on sparc had to be good for *something* ! :-). | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. | Günther Deschner | 2 | -22/+17 |
2007-10-10 | r13585: Sorry Gunther, had to revert this. It's got a buffer | Jeremy Allison | 1 | -43/+0 |
2007-10-10 | r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the | Günther Deschner | 1 | -0/+43 |
2007-10-10 | r13576: This is the beginnings of moving the SAM_ACCOUNT data structure | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13522: Add SAMR_GET_USRDOM_PWINFO client-side. | Günther Deschner | 1 | -4/+5 |
2007-10-10 | r13521: Implement LOOKUPNAME3 and 4. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r13458: Add parsing functions - but stub internals for lookupnames3 and 4. | Jeremy Allison | 1 | -2/+296 |
2007-10-10 | r13455: Prepare to add lookupnames2. | Jeremy Allison | 2 | -11/+165 |
2007-10-10 | r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3. | Jeremy Allison | 1 | -2/+241 |
2007-10-10 | r13445: We already made the decision whether to include the dominfo and | Günther Deschner | 1 | -9/+7 |
2007-10-10 | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 1 | -29/+41 |
2007-10-10 | r13439: Fix NET_SAM_LOGON_EX. | Jeremy Allison | 2 | -2/+2 |
2007-10-10 | r13433: Get ready to implement NET_SAM_LOGON_EX. | Jeremy Allison | 1 | -0/+102 |
2007-10-10 | r13407: Change the credentials code to be more like the Samba4 structure, | Jeremy Allison | 1 | -1/+0 |
2007-10-10 | r13399: Get closer to passing RPC-SCHANNEL test. | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r13396: Add in userinfo26, re-enable userinfo25 - took the knowledge | Jeremy Allison | 1 | -0/+38 |
2007-10-10 | r13386: Fix parsing of SAMR_Q_CONNECT_ANON. | Jeremy Allison | 1 | -5/+6 |
2007-10-10 | r13350: Implement rpccli_samr_set_domain_info. Weird that it was not around :-) | Volker Lendecke | 1 | -2/+4 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 6 | -357/+2747 |
2007-10-10 | r12935: After discussion with Volker fix bug #3397 using a variant of the pat... | Alexander Bokovoy | 1 | -0/+42 |
2007-10-10 | r12914: adding query/set ops for security descriptors on services. | Gerald Carter | 1 | -0/+103 |
2007-10-10 | r12176: fix type mismatch after rpc structure change in rpc_svcctl.h | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 2 | -1/+30 |
2007-10-10 | r11964: rename flag to password_properties in SAM_UNK_INFO_1 because that's what | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r11963: add rpccli_samr_chgpasswd3 from samba4. | Günther Deschner | 1 | -1/+167 |
2007-10-10 | r11858: Fill in the clientside TRUSTED_DOMAIN_INFO_EX query. | Günther Deschner | 1 | -0/+42 |
2007-10-10 | r11856: Replace unknown1 with group_attr. | Günther Deschner | 1 | -4/+4 |
2007-10-10 | r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs). | Günther Deschner | 1 | -0/+72 |
2007-10-10 | r11852: Fill in samr_get_dom_pwinfo based on Samba4. | Günther Deschner | 1 | -6/+2 |
2007-10-10 | r11793: Fix the SAMR cache so it works across completely insane | Jeremy Allison | 1 | -9/+9 |