Age | Commit message (Expand) | Author | Files | Lines |
2003-03-03 | Another pstrcpy() into malloc()ed buffer fix. | Andrew Bartlett | 1 | -2/+2 |
2003-03-03 | Const warning fixes. | Jeremy Allison | 1 | -2/+2 |
2003-03-03 | dlsym takes a const char *. | Jeremy Allison | 1 | -1/+1 |
2003-03-03 | Fix "might be used uninitialised" warnings. | Jeremy Allison | 1 | -2/+2 |
2003-03-03 | Do my janitorial duties to encourage others to do so. | Richard Sharpe | 2 | -7/+8 |
2003-03-03 | * always report ourselves as a Windows 2000 print server (even | Gerald Carter | 1 | -8/+29 |
2003-03-03 | * CR1868: only send a change notify message if we have something | Gerald Carter | 2 | -2/+14 |
2003-03-03 | Try the PASSWD environment variable if we don't have one from the command line. | Andrew Bartlett | 1 | -0/+4 |
2003-03-03 | Fixes to the vfs_fake_perms modules - we only need to specify the VFS | Andrew Bartlett | 1 | -211/+29 |
2003-03-03 | Add const | Andrew Bartlett | 1 | -1/+1 |
2003-03-01 | i forgot to commit the privilege db init call | Andrew Tridgell | 1 | -0/+4 |
2003-03-01 | Added limit to number of jobs enumerated. Set to 0 (means no limit). | Jeremy Allison | 2 | -0/+10 |
2003-03-01 | the new DEVELOPER checks for string overflows have (as expected) | Andrew Tridgell | 2 | -3/+12 |
2003-03-01 | Ensure added jobs increment total_jobs. | Jeremy Allison | 1 | -0/+6 |
2003-02-28 | Fix HTTP error codes (patch by Vance Lankhaar) | Jelmer Vernooij | 1 | -3/+3 |
2003-02-28 | fixed a crash bug in the new winbindd 'sids rule!' code | Andrew Tridgell | 1 | -1/+1 |
2003-02-28 | Doxygen janitor: add note that strequal is in fact case-insensitive. | Martin Pool | 1 | -6/+8 |
2003-02-28 | - added help on -P option | Andrew Tridgell | 1 | -0/+2 |
2003-02-28 | Doxygen janitor | Martin Pool | 3 | -9/+9 |
2003-02-28 | Doxygen janitor: fix parameter names, grammar, tag names. | Martin Pool | 1 | -14/+14 |
2003-02-28 | Doxygen janitor: rpc_resolve_dc parameter is spelled "trust_passwd" | Martin Pool | 1 | -1/+1 |
2003-02-28 | Doxygen janitor: check_domain_match parameter is spelled | Martin Pool | 1 | -2/+2 |
2003-02-28 | Fix comment typo | Martin Pool | 1 | -1/+1 |
2003-02-28 | Remove reference to "mainpage.dox" and CodingStandards, which have | Martin Pool | 2 | -11/+3 |
2003-02-28 | Add a comment about the meaning of samba's internal character set and | Martin Pool | 1 | -0/+24 |
2003-02-28 | Add simple test harness that exposes StrCaseCmp for testing. | Martin Pool | 1 | -0/+20 |
2003-02-28 | cleanup some compiler warnings | Jim McDonough | 1 | -3/+3 |
2003-02-28 | Improve net ads lookup: | Jim McDonough | 1 | -61/+142 |
2003-02-28 | *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit | Jeremy Allison | 3 | -15/+61 |
2003-02-27 | don't forget the NULL | Gerald Carter | 1 | -3/+3 |
2003-02-27 | and the winner of "i should have just written it in assembly | Gerald Carter | 1 | -3/+3 |
2003-02-27 | don't pass NULL pointers to strcmp() | Gerald Carter | 1 | -2/+2 |
2003-02-27 | additional fix for CR 601 | Gerald Carter | 4 | -2/+26 |
2003-02-27 | Doxygen janitor | Martin Pool | 1 | -5/+6 |
2003-02-27 | We now use <anchor/> instead of just <anchor> (strict XML syntax) | Jelmer Vernooij | 1 | -1/+1 |
2003-02-27 | - Rename 'modules = ' to 'preload modules = ' | Jelmer Vernooij | 6 | -29/+77 |
2003-02-27 | Fix possible memory leak on failure. | Andrew Bartlett | 1 | -0/+1 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 7 | -19/+162 |
2003-02-26 | Add -Wwrite-strings to our --enable-developer settings. | Andrew Bartlett | 1 | -2/+2 |
2003-02-26 | Netlogon-unigroup changes needed for the winbind RID-to-SID conversion. | Andrew Bartlett | 1 | -12/+25 |
2003-02-26 | Kill RID-only and domain+RID madness from winbind. | Andrew Bartlett | 9 | -440/+377 |
2003-02-26 | init_valid_table: Fix a memory leak that would lose the | Martin Pool | 1 | -8/+15 |
2003-02-26 | Merge from appliance: | Tim Potter | 1 | -34/+23 |
2003-02-25 | Fix compiler warning. | Tim Potter | 1 | -1/+1 |
2003-02-25 | More const fixes and flow on fixes from yesterday's const-fest. | Tim Potter | 16 | -89/+97 |
2003-02-25 | Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined. | Tim Potter | 1 | -0/+2 |
2003-02-25 | Fix breakage done by myself yesterday. | Tim Potter | 1 | -6/+3 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 6 | -315/+388 |
2003-02-25 | Fixed up some const related compiler warnings. | Tim Potter | 5 | -39/+42 |
2003-02-25 | After some comments from tridge, clean the new usergroups code into a helper | Andrew Bartlett | 1 | -71/+94 |