Age | Commit message (Expand) | Author | Files | Lines |
2008-01-25 | Use generated DSSETUP client & server rpc functions and remove the hand-writt... | Günther Deschner | 1 | -1/+2 |
2008-01-24 | Re-run make idl and use generated ndr based on samba4 security.idl (except fo... | Günther Deschner | 1 | -4/+1 |
2008-01-22 | Move samba_extended_info_version to smbd/trans2.c | Volker Lendecke | 1 | -1/+0 |
2008-01-22 | Get Samba version or capability information from Windows | Corinna Vinschen | 1 | -0/+12 |
2008-01-22 | Hide streams from the EA API | Volker Lendecke | 1 | -0/+2 |
2008-01-19 | Add streams support | Volker Lendecke | 1 | -0/+5 |
2008-01-18 | Add the "allinfo" command to smbclient | Volker Lendecke | 1 | -0/+10 |
2008-01-17 | Finally enable pidl generated SAMR & NETLOGON headers and clients. | Günther Deschner | 1 | -25/+2 |
2008-01-17 | Use pidl generated data from misc.idl. | Günther Deschner | 1 | -10/+10 |
2008-01-15 | Include libnet_join.h in the right places. | Günther Deschner | 1 | -0/+2 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -0/+4 |
2008-01-02 | Happy new year ! | Günther Deschner | 1 | -1/+1 |
2007-12-27 | Add the capability to set "smb encrypt = required" | Jeremy Allison | 1 | -0/+1 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -1/+2 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 1 | -0/+4 |
2007-12-17 | Add combined flag LOOKUP_NAME_LOCAL. | Michael Adam | 1 | -0/+4 |
2007-12-13 | Add flags for correctly implementing lsa_lookup_name levels. | Michael Adam | 1 | -1/+9 |
2007-12-10 | Don't need an fstring here, we can talloc. | Jeremy Allison | 1 | -1/+1 |
2007-12-07 | We don't need P_GSTRING or P_UGSTRING anymore. | Jeremy Allison | 1 | -1/+1 |
2007-12-03 | Remove more pstrings, from the winbindd protocol def and | Jeremy Allison | 1 | -4/+0 |
2007-11-29 | Remove the explicit TALLOC_CTX * from cli_struct. | Jeremy Allison | 1 | -0/+1 |
2007-11-03 | Remove the smb_read_error global variable and replace | Jeremy Allison | 1 | -6/+9 |
2007-10-30 | Add new parameter, "min receivefile size" (by default set | Jeremy Allison | 1 | -0/+1 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -2/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -48/+48 |
2007-10-10 | Add start of IPv6 implementation. Currently most of this is avoiding | Jeremy Allison | 1 | -3/+5 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -11/+6 |
2007-10-10 | r24464: Now Volker removed the readbmpx we don't need cached errors any more. | Jeremy Allison | 1 | -12/+0 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r23986: Some const | Volker Lendecke | 1 | -1/+1 |
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 | 1 | -1/+1 |
2007-10-10 | r23724: Reduce access to the global inbuf a tiny bit. Add a struct smb_request | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r23271: merge service control pidl change for CloseServiceHandle() from SAMBA... | Gerald Carter | 1 | -0/+2 |
2007-10-10 | r23244: Fix loop with nscd and NSS recusive calls. | Gerald Carter | 1 | -6/+9 |
2007-10-10 | r23183: Check in a change made by Tridge: | Volker Lendecke | 1 | -7/+4 |
2007-10-10 | r23163: Convert locking.tdb to dbwrap | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23100: Implement the delete on close semantics I've just tested for | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -3/+2 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -0/+2 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r22390: Patchset sent to samba-technical to address the winbind | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r22343: Commit to 3_0 as well after adapting the patch. | Simo Sorce | 1 | -1/+2 |
2007-10-10 | r22266: Fix bug #4512 - we were returning a volume label greater than | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22123: Try and fix the csc (#4404) bug by supporting the extended | Jeremy Allison | 1 | -4/+7 |
2007-10-10 | r22122: Start to fix csc issue with Vista. Make smbd support | Jeremy Allison | 1 | -0/+7 |
2007-10-10 | r22055: Port the endpoint mapper (and functions it requires) to Samba 3. | Jelmer Vernooij | 1 | -2/+5 |
2007-10-10 | r22020: Make it more clear that both the vuser struct and it's contents are | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r21865: Add in the stubs for SMB transport encryption. Will flesh | Jeremy Allison | 1 | -0/+1 |