Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25009: Large patch discussed with Volker. Move unix_convert to a talloc-based | Jeremy Allison | 1 | -5/+10 |
2007-10-10 | r24969: Fwd port "open" patch | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r24843: Add a "validate-cache" control message to winbindd. | Michael Adam | 1 | -0/+1 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 2 | -0/+56 |
2007-10-10 | r24804: As a temporary workaround, also try to guess the server's principal i... | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r24803: For some funny reason us4/gcc seems to fall over the ' | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24762: Fix the build, missed TALLOC_SIZE -> talloc_named_const. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge. | Jeremy Allison | 1 | -2/+22 |
2007-10-10 | r24552: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -18/+0 |
2007-10-10 | r24541: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -12/+2 |
2007-10-10 | r24538: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -13/+1 |
2007-10-10 | r24533: merge from SAMBA_4_0: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24464: Now Volker removed the readbmpx we don't need cached errors any more. | Jeremy Allison | 2 | -18/+0 |
2007-10-10 | r24419: Hm, I think this protoype is not required here. | Günther Deschner | 1 | -5/+0 |
2007-10-10 | r24413: Minor edits for libgpo. | Günther Deschner | 1 | -12/+15 |
2007-10-10 | r24321: Attempt to fix the "hape" cc build | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24311: add a reply_force_nterror() macro | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r24304: patch from Bjoern JAcke <bj@SerNet.DE>: | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r24250: Merge W_ERROR_HAVE_NO_MEMORY macro from Samba 4. | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r24158: SE_GROUP_RESOURCE in the other_sids list apparently means a | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r24133: Explicitly pass flags2 down to push_string_fn | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24131: - make it more clear what the different min and max fields mean | Stefan Metzmacher | 1 | -4/+5 |
2007-10-10 | r24130: Explicitly pass flags2 to srvstr_push | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24120: add a file_id_create() hook into the VFS layer | Stefan Metzmacher | 2 | -1/+8 |
2007-10-10 | r24078: Add reply_unixerror | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r24039: remove unused global variable... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24021: use MSG_BROADCAST_PID_STR as value for broadcast messages | Stefan Metzmacher | 1 | -1/+5 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 2 | -0/+8 |
2007-10-10 | r23986: Some const | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23971: Prevent build failures. | Günther Deschner | 1 | -1/+5 |
2007-10-10 | r23946: add support for NTLMSSP sign and seal | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23945: add infrastructure to select plain, sign or seal LDAP connection | Stefan Metzmacher | 1 | -1/+12 |
2007-10-10 | r23926: implement output buffer handling for the SASL write wrapper | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r23922: implement input buffer handling for the SASL read wrapper | Stefan Metzmacher | 1 | -15/+46 |
2007-10-10 | r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that alrea... | Günther Deschner | 1 | -7/+0 |
2007-10-10 | r23898: rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPING | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r23896: hopefully fix the build on most systems | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r23893: add dummy callbacks for LDAP SASL wrapping, | Stefan Metzmacher | 1 | -4/+6 |
2007-10-10 | r23888: move elements belonging to the current ldap connection to a | Stefan Metzmacher | 1 | -10/+13 |
2007-10-10 | r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc() | Jeremy Allison | 2 | -0/+12 |
2007-10-10 | r23838: Allow to store schema and config path in ADS_STRUCT config. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r23834: Allow to pass an ADS_STRUCT pointer down to the dump function callbac... | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23826: Fix gpo security filtering by matching the security descriptor ace's ... | Günther Deschner | 2 | -1/+3 |
2007-10-10 | r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev | Volker Lendecke | 2 | -12/+8 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 15 | -30/+15 |
2007-10-10 | r23800: LGPL is now called GNU Lesser General Public License | Andrew Tridgell | 3 | -6/+6 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23794: convert more code from LGPLv2+ to LGPLv3+ | Andrew Tridgell | 2 | -10/+6 |