Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r25472: Fix the interfaces code to detect IPv6 interfaces, using the | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree. | Gerald Carter | 2 | -3/+3 |
2007-10-10 | r25402: BUG 4997 (3.2 only): Fix enumration level for smbtree | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags, | Gerald Carter | 2 | -3/+3 |
2007-10-10 | r25314: Add HKEY_CURRENT_USER to reg_hive_key(). | Günther Deschner | 1 | -0/+3 |
2007-10-10 | r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) to | Michael Adam | 2 | -22/+22 |
2007-10-10 | r25239: fix cut-n-paste bug in code with LIBUNWIND support | Stefan Metzmacher | 1 | -4/+0 |
2007-10-10 | r25201: Fight those red bars... | Michael Adam | 1 | -182/+183 |
2007-10-10 | r25200: Fix a debug message. | Michael Adam | 1 | -1/+1 |
2007-10-10 | r25198: Change net_rpc_join_ok() to return NTSTATUS for better | Michael Adam | 2 | -14/+25 |
2007-10-10 | r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() to | Michael Adam | 5 | -49/+72 |
2007-10-10 | r25143: rename public functions from winbind_client.h | Stefan Metzmacher | 1 | -10/+10 |
2007-10-10 | r25055: Add file_id_string_tos | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r25040: Add "net sam rights" | Volker Lendecke | 1 | -4/+136 |
2007-10-10 | r25019: Fix coverity bug #105, run #332. Use of uninitialized variable. | Jeremy Allison | 1 | -6/+8 |
2007-10-10 | r24951: Warn if "os level" > 255 | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r24943: Some stackframes | Volker Lendecke | 9 | -6/+24 |
2007-10-10 | r24853: Rename function as Jerry asked. | Rafal Szczesniak | 2 | -5/+5 |
2007-10-10 | r24845: Fix a segfault in smbcontrol when called with parameters but no extra... | Michael Adam | 1 | -3/+5 |
2007-10-10 | r24843: Add a "validate-cache" control message to winbindd. | Michael Adam | 1 | -0/+44 |
2007-10-10 | r24828: Give smbcontrol an initial talloc stackframe. | Michael Adam | 1 | -1/+6 |
2007-10-10 | r24827: Give smbstatus an initial talloc stackframe. | Michael Adam | 1 | -14/+24 |
2007-10-10 | r24825: Give testparm an initial talloc stackframe, so it does not complain | Michael Adam | 1 | -0/+3 |
2007-10-10 | r24824: Create an initial talloc stackframe for the net binary. | Michael Adam | 1 | -0/+3 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 2 | -21/+21 |
2007-10-10 | r24789: Add implementation of machine-authenticated connection to netlogon | Rafal Szczesniak | 3 | -7/+42 |
2007-10-10 | r24783: Remove unused off_t type. | Günther Deschner | 1 | -3/+2 |
2007-10-10 | r24771: Use infolevel 25 to set the machine account's password (just like win... | Rafal Szczesniak | 1 | -41/+41 |
2007-10-10 | r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for... | Günther Deschner | 1 | -5/+100 |
2007-10-10 | r24637: In order for "net rpc registry" to be able to write to | Michael Adam | 1 | -4/+7 |
2007-10-10 | r24527: Add a function lp_canonicalize_parameter_with_value that turns | Michael Adam | 1 | -33/+10 |
2007-10-10 | r24513: Reformatting: eliminate trailing spaces, overly long lines | Michael Adam | 1 | -69/+64 |
2007-10-10 | r24496: Add initial synonym handling to "net conf": | Michael Adam | 1 | -11/+45 |
2007-10-10 | r24432: Expand kerberos_return_pac() so that it can be used in winbindd. | Günther Deschner | 1 | -1/+8 |
2007-10-10 | r24413: Minor edits for libgpo. | Günther Deschner | 1 | -4/+16 |
2007-10-10 | r24125: use TALLOC_FREE() | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r24115: try to get the file name and share patch for printing | Stefan Metzmacher | 1 | -4/+17 |
2007-10-10 | r24107: Fix bug 4849. Thanks to Matthijs Kooijman <matthijs@stdin.nl> | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24057: Fix some uninitialized variables found by the IBM checker | Volker Lendecke | 1 | -0/+11 |
2007-10-10 | r24047: With -Wmissing-prototypes these two always generate warnings. They | Volker Lendecke | 1 | -0/+14 |
2007-10-10 | r24044: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r24021: use MSG_BROADCAST_PID_STR as value for broadcast messages | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r24019: merge from http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/: | Stefan Metzmacher | 1 | -8/+23 |
2007-10-10 | r24005: Attempt to fix the build on host deckchair | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23973: For debugging, add (undocumented) net ads kerberos commands (kinit, r... | Günther Deschner | 1 | -0/+111 |
2007-10-10 | r23968: Harmonize net's password prompts. | Günther Deschner | 2 | -16/+35 |
2007-10-10 | r23954: merge from 3_0-ctdb-tridge: | Stefan Metzmacher | 1 | -0/+4 |
2007-10-10 | r23888: move elements belonging to the current ldap connection to a | Stefan Metzmacher | 1 | -13/+13 |
2007-10-10 | r23874: Some more minor edits for net ads gpo. | Günther Deschner | 1 | -27/+88 |
2007-10-10 | r23834: Allow to pass an ADS_STRUCT pointer down to the dump function callbac... | Günther Deschner | 1 | -1/+1 |