Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r24993: Apply some const | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 5 | -85/+23 |
2007-10-10 | r24771: Use infolevel 25 to set the machine account's password (just like win... | Rafal Szczesniak | 1 | -0/+19 |
2007-10-10 | r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24410: - I got tricked by function naming. Contrary to what seemed obvious ... | Derrell Lipman | 1 | -0/+4 |
2007-10-10 | r24291: Fix Coverity ID 364 | Volker Lendecke | 1 | -13/+4 |
2007-10-10 | r24067: Fix a type mismatch found by the IBM checker | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 12 | -24/+12 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 13 | -13/+13 |
2007-10-10 | r23665: Remove two unneeded global variables | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names(). | Günther Deschner | 1 | -2/+3 |
2007-10-10 | r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe. | Jim McDonough | 1 | -3/+18 |
2007-10-10 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -13/+13 |
2007-10-10 | r23400: Fix lsa crash bug #4683. The "names" enum struct | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r23380: netr_getdcname returns WERROR not NTSTATUS. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r23342: Stop Coverity from getting confused. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c... | Gerald Carter | 1 | -39/+0 |
2007-10-10 | r23271: merge service control pidl change for CloseServiceHandle() from SAMBA... | Gerald Carter | 1 | -47/+0 |
2007-10-10 | r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we... | Günther Deschner | 1 | -31/+31 |
2007-10-10 | r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx, | Günther Deschner | 1 | -0/+209 |
2007-10-10 | r23122: Fix bug #4655. We marshall the enumdataex correctly, | Jeremy Allison | 1 | -17/+48 |
2007-10-10 | r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does not | Volker Lendecke | 2 | -1/+20 |
2007-10-10 | r23080: Fix bug #4637 - we hads missed some cases where | Jeremy Allison | 5 | -57/+90 |
2007-10-10 | r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches | Gerald Carter | 4 | -14/+27 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22676: Fix zero alloc with create_rpc_blob(). | Jeremy Allison | 1 | -13/+21 |
2007-10-10 | r22673: Fix for Jerry's reversion. We still need to check size | Jeremy Allison | 1 | -4/+16 |
2007-10-10 | r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa... | Gerald Carter | 1 | -17/+4 |
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -3/+7 |
2007-10-10 | r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also. | Jeremy Allison | 4 | -69/+125 |
2007-10-10 | r22577: Change all of parse/*.c to use standard form. Fix some | Jeremy Allison | 4 | -76/+127 |
2007-10-10 | r22576: Fix marshalling bug in aliasmem. | Jeremy Allison | 1 | -4/+17 |
2007-10-10 | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 5 | -8/+35 |
2007-10-10 | r22163: Pure reformatting. I hate 4 space tabstops :-). | Jeremy Allison | 1 | -15/+15 |
2007-10-10 | r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003. | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r22062: Fix the parsing of info level 3. Flags is not a flags | Jeremy Allison | 1 | -5/+38 |
2007-10-10 | r22055: Port the endpoint mapper (and functions it requires) to Samba 3. | Jelmer Vernooij | 1 | -0/+11 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r22001: change prototype of dump_data(), so that it takes unsigned char * now, | Stefan Metzmacher | 3 | -19/+19 |
2007-10-10 | r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_... | Stefan Metzmacher | 1 | -8/+16 |
2007-10-10 | r21507: Fix some "cannot access LDAP when no root" bugs. | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r21393: Fix typo. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r21346: FIXME ! Our parsing here is wrong I think, | Jeremy Allison | 1 | -1/+10 |
2007-10-10 | r21096: Fix formatting. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r20904: This is a placeholder fix. Apparently Windows 2000 | Gerald Carter | 1 | -1/+9 |
2007-10-10 | r20269: merge -r20264:20267 from SAMBA_3_0_24 | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r19288: tdb_prs_store is right now used to store printer and share security | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcname | Günther Deschner | 1 | -0/+84 |