Age | Commit message (Expand) | Author | Files | Lines |
2003-11-02 | Add prototype for smbc_remove_unused_server() to fix compiler warning. | Tim Potter | 1 | -0/+11 |
2003-10-29 | parameterise the listen backlog in smbd and make it larger by default. A back... | Andrew Tridgell | 1 | -0/+3 |
2003-10-24 | Fix one other place VA_COPY is defined ... should fix NetBSD build. | Richard Sharpe | 1 | -0/+4 |
2003-10-24 | Commit Derrell's changes to libsmbclient plus a small change to configure.in | Richard Sharpe | 1 | -0/+864 |
2003-10-24 | Add initshutdown pipe commands to rpcclient. Second part of fix to bug | Jim McDonough | 2 | -1/+4 |
2003-10-24 | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us... | cvs2svn Import User | 1 | -0/+70 |
2003-10-24 | New files for support of initshutdown pipe. Win2k doesn't respond properly | Jim McDonough | 1 | -0/+70 |
2003-10-23 | Apply the changes to libsmbclient that derrell has contributed. Fix some | Richard Sharpe | 1 | -0/+864 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -0/+14 |
2003-10-22 | Put strcasecmp/strncasecmp on the banned list (except for needed calls | Jeremy Allison | 1 | -0/+14 |
2003-10-21 | Merge of mmap blacklist fix from HEAD. | Tim Potter | 1 | -0/+7 |
2003-10-21 | If we have blacklisted mmap() try to avoid using it accidentally by | Tim Potter | 1 | -0/+7 |
2003-10-20 | Update structures after ethereal showed some marshalling/unmarshalling | Jim McDonough | 1 | -2/+3 |
2003-10-20 | Several updates: | Jim McDonough | 1 | -1/+3 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 1 | -1/+1 |
2003-10-20 | more 2.2.x compatibility fixes - allow user looksup in the kerb5 | Gerald Carter | 1 | -1/+1 |
2003-10-17 | Add epmapper pipe | Jim McDonough | 2 | -1/+4 |
2003-10-17 | Add endpoint mapper rpc definitions | Jim McDonough | 1 | -0/+115 |
2003-10-15 | created a new target: genparse | Simo Sorce | 1 | -1/+0 |
2003-10-14 | sorry folks, forgot to cvs add/remove before commit. | Simo Sorce | 1 | -0/+164 |
2003-10-14 | Ignore autogenerated tdbsam2_parse_info.h | Tim Potter | 1 | -3/+4 |
2003-10-13 | So here it is a non-intrusive patch with my latest work on gums (the | Simo Sorce | 5 | -109/+256 |
2003-10-09 | Merge from 3.0: | Tim Potter | 1 | -0/+1 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 3 | -3/+26 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 3 | -3/+26 |
2003-10-03 | Moving towards better i18n support in SWAT. This commit contains a | Tim Potter | 1 | -0/+1 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -2/+9 |
2003-10-01 | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev... | Gerald Carter | 1 | -2/+9 |
2003-09-29 | Merge from 3.0: | Tim Potter | 2 | -6/+4 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 2 | -6/+4 |
2003-09-24 | Another round of merges from 3.0: | Tim Potter | 1 | -81/+59 |
2003-09-22 | Reformat - preparing to fix bug #480 (which will be ugly). | Jeremy Allison | 1 | -81/+59 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 3 | -4/+14 |
2003-09-18 | The "unknown_5" 32 bit field in the user structs is actually 2 16-bit | Jeremy Allison | 3 | -4/+14 |
2003-09-10 | Remove obsolete files. | Jelmer Vernooij | 1 | -238/+0 |
2003-09-09 | version.h is autogenerated now | Gerald Carter | 1 | -8/+0 |
2003-09-09 | removing unused files | Gerald Carter | 1 | -59/+0 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 23 | -216/+464 |
2003-09-07 | Nobody complained on the team-list, so commit it ... | Volker Lendecke | 1 | -0/+17 |
2003-08-28 | Refactor charset plugins a bit and add CP437 module. | Alexander Bokovoy | 1 | -0/+87 |
2003-08-27 | Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, but | Jim McDonough | 1 | -1/+1 |
2003-08-27 | Ensure we use correct length nstrings for workgroup and browser names. | Jeremy Allison | 1 | -4/+4 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 3 | -191/+183 |
2003-08-22 | struct nmb_name should have 16 byte namestrings, not 17. | Jeremy Allison | 1 | -3/+3 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 2 | -1/+1 |
2003-08-20 | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN | Gerald Carter | 1 | -7/+7 |
2003-08-19 | Implement SMBexit properly. Found by Samba4 tester. You must do a make | Jeremy Allison | 1 | -0/+1 |
2003-08-18 | Add level 261 to search. Found using Samba4 tester. | Jeremy Allison | 1 | -0/+2 |
2003-08-15 | Latest heimdal snapshot has a krb5_set_real_time with a slightly | Volker Lendecke | 1 | -1/+1 |
2003-08-15 | fix type | Herb Lewis | 1 | -1/+1 |