Age | Commit message (Expand) | Author | Files | Lines |
2009-02-08 | Most RPC requests do not need a full fragment, start smaller | Volker Lendecke | 1 | -7/+10 |
2009-02-05 | s3-parsing: remove a lot of unused structures and their hand marshalling. | Günther Deschner | 1 | -50/+0 |
2009-01-18 | Tiny simplification of prs_set_offset | Volker Lendecke | 1 | -6/+3 |
2008-12-15 | s3: Use DEBUGADD instead of DEBUG to avoid printing the header | Dan Sledz | 1 | -26/+26 |
2008-11-19 | s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop. | Günther Deschner | 1 | -33/+0 |
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -1/+1 |
2008-09-05 | Fix "warning: pointer of type 'void *' used in arithmetic". | Jeremy Allison | 1 | -1/+1 |
2008-09-03 | factor prs_append_some_data out of prs_append_some_prs_data | Volker Lendecke | 1 | -9/+17 |
2008-03-17 | Coverity fixes | Marc VanHeyningen | 1 | -1/+1 |
2007-12-28 | Remove static zeros | Volker Lendecke | 1 | -4/+10 |
2007-12-17 | Use the %*s feature of snprintf to remove anothe static fstring. | Jeremy Allison | 1 | -16/+16 |
2007-11-20 | More pstring elimination. | Jeremy Allison | 1 | -3/+3 |
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -3/+8 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -52/+52 |
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/+5 |
2007-10-10 | r25561: Make use of [un]marshall_sec_desc | Volker Lendecke | 1 | -12/+0 |
2007-10-10 | r24993: Apply some const | Volker Lendecke | 1 | -3/+3 |
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 | 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 | r23342: Stop Coverity from getting confused. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r23080: Fix bug #4637 - we hads missed some cases where | Jeremy Allison | 1 | -15/+33 |
2007-10-10 | r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branches | Gerald Carter | 1 | -1/+1 |
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 | 1 | -3/+3 |
2007-10-10 | r22163: Pure reformatting. I hate 4 space tabstops :-). | Jeremy Allison | 1 | -15/+15 |
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 | 1 | -8/+8 |
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 | r19288: tdb_prs_store is right now used to store printer and share security | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18393: get the data size and not offset when initializing a data blob from a... | Gerald Carter | 1 | -1/+4 |
2007-10-10 | r18029: More C++ stuff | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -6/+7 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -1/+31 |
2007-10-10 | r16365: Fix Klocwork #895, #898, #899, #915, #932, #938 and a | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r14643: Merge dcerpc_errstr from Samba 4. | Günther Deschner | 1 | -0/+31 |
2007-10-10 | r14146: Just some typos. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -19/+20 |
2007-10-10 | r13585: Sorry Gunther, had to revert this. It's got a buffer | Jeremy Allison | 1 | -43/+0 |
2007-10-10 | r13581: Correctly parse a non-null terminated, little-endian UCS2 string in the | Günther Deschner | 1 | -0/+43 |
2007-10-10 | r13316: Let the carnage begin.... | Gerald Carter | 1 | -0/+29 |
2007-10-10 | r12043: It's amazing the warnings you find when compiling on a 64-bit | Jeremy Allison | 1 | -0/+29 |
2007-10-10 | r11446: Remove unused fn. Remove unneeded strncpy use. | Jeremy Allison | 1 | -26/+0 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r10720: Add helper function that does prs alignment on a specified number of ... | Jelmer Vernooij | 1 | -0/+18 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -66/+80 |
2007-10-10 | r9935: Make it easier to find overruns. | Jeremy Allison | 1 | -2/+4 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -0/+26 |