Age | Commit message (Expand) | Author | Files | Lines |
2010-07-16 | s3-registry: use some prs macros to the only place where they are used. | Günther Deschner | 1 | -4/+0 |
2010-07-01 | s3-libads: move keytab macros out of ads.h. | Günther Deschner | 1 | -0/+9 |
2010-06-13 | s3: Remove the pointless PRINTERNAME macro | Volker Lendecke | 1 | -1/+0 |
2010-06-13 | s3: Remove the pointless SERVICE macro | Volker Lendecke | 1 | -1/+0 |
2009-12-21 | Rename reply_doserror() -> reply_force_doserror(). | Jeremy Allison | 1 | -1/+1 |
2009-12-18 | reply_force_nterror() is not used anywhere. Remove it. | Jeremy Allison | 1 | -1/+0 |
2009-11-23 | Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit" | Volker Lendecke | 1 | -0/+3 |
2009-11-21 | s3: Make the implicit reference to Protocol in is_in_path() explicit | Volker Lendecke | 1 | -3/+0 |
2009-07-10 | Remove reply_unixerror() - no longer needed. Should make Metze's refactoring ... | Jeremy Allison | 1 | -1/+0 |
2009-06-05 | s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex... | Stefan Metzmacher | 1 | -3/+0 |
2009-06-04 | Change smbd_smb2_request_error() to add a __location__. | Jeremy Allison | 1 | -0/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -3/+3 |
2009-03-16 | s3: only define TALLOC_ZERO if needed | Stefan Metzmacher | 1 | -0/+2 |
2009-01-31 | Remove the global variable "chain_size" | Volker Lendecke | 1 | -1/+1 |
2009-01-24 | talloc_free() copes with a NULL pointer just fine | Volker Lendecke | 1 | -1/+1 |
2008-12-14 | Move 128 bytes from the data to the text segment | Volker Lendecke | 1 | -1/+1 |
2008-11-08 | change CHECK_READ to use smb_request instead of inbuf | Volker Lendecke | 1 | -2/+2 |
2008-11-02 | Remove some direct inbuf references by adding smbreq_bufrem | Volker Lendecke | 1 | -0/+2 |
2008-11-01 | Remove IS_DOT and IS_DOTDOT macros, already provided by libreplace or | Jelmer Vernooij | 1 | -8/+0 |
2008-11-01 | Move ABS() to libutil. | Jelmer Vernooij | 1 | -24/+0 |
2008-11-01 | Samba3: Include util.h header file rather than having custom prototypes. | Jelmer Vernooij | 1 | -11/+1 |
2008-10-08 | Remove unused CHECK_FSP macro | Volker Lendecke | 1 | -16/+0 |
2008-06-19 | Remove current_user references from trans2.c | Volker Lendecke | 1 | -2/+0 |
2008-04-17 | IDL: build generated nbt code. | Günther Deschner | 1 | -0/+3 |
2008-02-28 | Remove smbmount. | Karolin Seeger | 1 | -3/+2 |
2008-01-09 | Fixup hot paths - add macro for toupper (c < 0x80). | Jeremy Allison | 1 | -0/+8 |
2008-01-04 | Refactor the crypto code after a very helpful conversation | Jeremy Allison | 1 | -4/+7 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -10/+6 |
2007-11-02 | Change the client library to write directly out of | Jeremy Allison | 1 | -2/+2 |
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -3/+2 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -5/+14 |
2007-10-10 | r25103: Ensure we don't return unwritten memory (valgrind caught). | Jeremy Allison | 1 | -3/+0 |
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 | r24464: Now Volker removed the readbmpx we don't need cached errors any more. | Jeremy Allison | 1 | -6/+0 |
2007-10-10 | r24311: add a reply_force_nterror() macro | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r24078: Add reply_unixerror | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou... | Volker Lendecke | 1 | -0/+4 |
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 | r23510: Tidy calls to smb_panic by removing trailing newlines. Print the | James Peach | 1 | -3/+4 |
2007-10-10 | r22920: Add in the UNIX capability for 24-bit readX, as discussed | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches | Gerald Carter | 1 | -2/+0 |
2007-10-10 | r22564: Move the _strict -> _zeronull functions into lib/util.c | Jeremy Allison | 1 | -9/+9 |
2007-10-10 | r22543: Fix bad call to talloc_strict (too few args). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -7/+9 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -6/+6 |
2007-10-10 | r22298: move ZERO_*, ARRAY_SIZE and PTR_DIFF macros into libreplace | Stefan Metzmacher | 1 | -19/+0 |
2007-10-10 | r22277: __location__ is defined in libreplace now | Stefan Metzmacher | 1 | -5/+0 |